Class Pipeline
java.lang.Object
co.elastic.clients.elasticsearch.ingest.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 DateTimeDate and time when the pipeline was created.final LongDate and time when the pipeline was created, in milliseconds since the epoch.final BooleanMarks this ingest pipeline as deprecated.final StringDescription of the ingest pipeline.final FieldAccessPatternControls how processors in this pipeline should read and write data on a document's source.meta()Arbitrary metadata about the ingest pipeline.final DateTimeDate and time when the pipeline was last modified.final LongDate and time when the pipeline was last modified, in milliseconds since the epoch.static PipelineProcessors to run immediately after a processor failure.Processors used to perform transformations on documents before indexing.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 Longversion()Version number used by external systems to track ingest pipelines.
-
Field Details
-
_DESERIALIZER
Json deserializer forPipeline
-
-
Method Details
-
of
-
description
Description of the ingest pipeline.API name:
description -
onFailure
Processors to run immediately after a processor failure.API name:
on_failure -
processors
Processors used to perform transformations on documents before indexing. Processors run sequentially in the order specified.API name:
processors -
version
Version number used by external systems to track ingest pipelines.API name:
version -
deprecated
Marks this ingest pipeline as deprecated. When a deprecated ingest pipeline is referenced as the default or final pipeline when creating or updating a non-deprecated index template, Elasticsearch will emit a deprecation warning.API name:
deprecated -
meta
Arbitrary metadata about the ingest pipeline. This map is not automatically generated by Elasticsearch.API name:
_meta -
createdDate
Date and time when the pipeline was created. Only returned if thehumanquery parameter istrue.API name:
created_date -
createdDateMillis
Date and time when the pipeline was created, in milliseconds since the epoch.API name:
created_date_millis -
modifiedDate
Date and time when the pipeline was last modified. Only returned if thehumanquery parameter istrue.API name:
modified_date -
modifiedDateMillis
Date and time when the pipeline was last modified, in milliseconds since the epoch.API name:
modified_date_millis -
fieldAccessPattern
Controls how processors in this pipeline should read and write data on a document's source.API name:
field_access_pattern -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPipelineDeserializer
-