Class CefProcessor

java.lang.Object
co.elastic.clients.elasticsearch.ingest.ProcessorBase
co.elastic.clients.elasticsearch.ingest.CefProcessor
All Implemented Interfaces:
ProcessorVariant, JsonpSerializable

@JsonpDeserializable public class CefProcessor extends ProcessorBase implements ProcessorVariant
See Also:
  • Field Details

  • Method Details

    • of

    • _processorKind

      public Processor.Kind _processorKind()
      Processor variant kind.
      Specified by:
      _processorKind in interface ProcessorVariant
    • field

      public final String field()
      Required - The field containing the CEF message.

      API name: field

    • ignoreMissing

      @Nullable public final Boolean ignoreMissing()
      If true and field does not exist or is null, the processor quietly exits without modifying the document.

      API name: ignore_missing

    • targetField

      @Nullable public final String targetField()
      The field to assign the converted value to. By default, the target_field is 'cef'

      API name: target_field

    • ignoreEmptyValues

      @Nullable public final Boolean ignoreEmptyValues()
      If true and value is anempty string in extensions, the processor quietly exits without modifying the document.

      API name: ignore_empty_values

    • timezone

      @Nullable public final String timezone()
      The timezone to use when parsing the date and when date math index supports resolves expressions into concrete index names.

      API name: timezone

    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Overrides:
      serializeInternal in class ProcessorBase
    • rebuild

      public CefProcessor.Builder rebuild()
      Returns:
      New CefProcessor.Builder initialized with field values of this instance
    • setupCefProcessorDeserializer

      protected static void setupCefProcessorDeserializer(ObjectDeserializer<CefProcessor.Builder> op)