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 String
Required - Description of the pipeline.final DateTime
Required - Date the pipeline was last updated.static Pipeline
final String
pipeline()
Required - Configuration for the pipeline.final PipelineMetadata
Required - Optional metadata about the pipeline.final PipelineSettings
Required - Settings for the pipeline.void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
final String
username()
Required - User who last updated the pipeline.
-
Field Details
-
_DESERIALIZER
Json deserializer forPipeline
-
-
Method Details
-
of
-
description
Required - Description of the pipeline. This description is not used by Elasticsearch or Logstash.API name:
description
-
lastModified
Required - Date the pipeline was last updated. Must be in theyyyy-MM-dd'T'HH:mm:ss.SSSZZ
strict_date_time format.API name:
last_modified
-
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
Required - User who last updated the pipeline.API name:
username
-
pipeline
Required - Configuration for the pipeline.API name:
pipeline
-
pipelineSettings
Required - Settings for the pipeline. Supports only flat keys in dot notation.API name:
pipeline_settings
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPipelineDeserializer
-