java.lang.Object
co.elastic.clients.elasticsearch.logstash.Pipeline
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class Pipeline extends Object implements JsonpSerializable
See Also:
  • Field Details

  • Method Details

    • of

    • description

      public final String description()
      Required - Description of the pipeline. This description is not used by Elasticsearch or Logstash.

      API name: description

    • lastModified

      public final DateTime lastModified()
      Required - Date the pipeline was last updated. Must be in the yyyy-MM-dd'T'HH:mm:ss.SSSZZ strict_date_time format.

      API name: last_modified

    • pipelineMetadata

      public final PipelineMetadata pipelineMetadata()
      Required - Optional metadata about the pipeline. May have any contents. This metadata is not generated or used by Elasticsearch or Logstash.

      API name: pipeline_metadata

    • username

      public final String username()
      Required - User who last updated the pipeline.

      API name: username

    • pipeline

      public final String pipeline()
      Required - Configuration for the pipeline.

      API name: pipeline

    • pipelineSettings

      public final PipelineSettings pipelineSettings()
      Required - Settings for the pipeline. Supports only flat keys in dot notation.

      API name: pipeline_settings

    • serialize

      public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setupPipelineDeserializer

      protected static void setupPipelineDeserializer(ObjectDeserializer<Pipeline.Builder> op)