Class Pipeline
java.lang.Object
co.elastic.clients.elasticsearch.logstash.Pipeline
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Pipeline>Json deserializer forPipeline
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringRequired - A description of the pipeline.final DateTimeRequired - The date the pipeline was last updated.static Pipelinefinal Stringpipeline()Required - The configuration for the pipeline.final PipelineMetadataRequired - Optional metadata about the pipeline, which can have any contents.final PipelineSettingsRequired - Settings for the pipeline.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final Stringusername()Required - The user who last updated the pipeline.
- 
Field Details- 
_DESERIALIZERJson deserializer forPipeline
 
- 
- 
Method Details- 
of
- 
descriptionRequired - A description of the pipeline. This description is not used by Elasticsearch or Logstash.API name: description
- 
lastModifiedRequired - The date the pipeline was last updated. It must be in theyyyy-MM-dd'T'HH:mm:ss.SSSZZstrict_date_time format.API name: last_modified
- 
pipelineRequired - The configuration for the pipeline.API name: pipeline
- 
pipelineMetadataRequired - Optional metadata about the pipeline, which can have any contents. This metadata is not generated or used by Elasticsearch or Logstash.API name: pipeline_metadata
- 
pipelineSettingsRequired - Settings for the pipeline. It supports only flat keys in dot notation.API name: pipeline_settings
- 
usernameRequired - The user who last updated the pipeline.API name: username
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupPipelineDeserializer
 
-