Class Pipeline
java.lang.Object
co.elastic.clients.elasticsearch.logstash.Pipeline
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Pipeline>Json deserializer forPipeline -
Method Summary
Modifier 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
-
_DESERIALIZER
Json deserializer forPipeline
-
-
Method Details
-
of
-
description
Required - A description of the pipeline. This description is not used by Elasticsearch or Logstash.API name:
description -
lastModified
Required - 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 -
pipeline
Required - The configuration for the pipeline.API name:
pipeline -
pipelineMetadata
Required - 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 -
pipelineSettings
Required - Settings for the pipeline. It supports only flat keys in dot notation.API name:
pipeline_settings -
username
Required - The user who last updated the pipeline.API name:
username -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPipelineDeserializer
-