Package org.opensearch.ingest
package org.opensearch.ingest
Ingest Processor base package.
-
ClassDescriptionAn Abstract Processor that holds tag and description information about the processor.A Processor that executes a list of other "processors".Ingest processor based on specific conditionsUtility class for ingest processor configurationsDrop processor only returns
null
for the execution result to indicate that any document executed by it should not be indexed.A factory for the processor.Represents a single document being captured before indexing and holds the source and metadata (like id, type and index).The ingest metadata.Information about an ingest eventHolds the ingest pipelines that are available in the clusterA dedicated wrapper for exceptions encountered executing an ingest processor.Holder class for several ingest related services.Stats for an ingest processor pipelineContainer for pipeline stats.Container for processor stats.The ingest statistics.A pipeline is a list ofProcessor
instances grouped under a unique id.Encapsulates a pipeline's id and configuration as a blobProcesses an ingest pipelineFactory for the processor.A processor implementation may modify the data belonging to a document.A factory that knows how to construct a processor based on a map of maps.Infrastructure class that holds services that can be used by processor factories to create processor instances and that gets passed around to allIngestPlugin
s.Information about an ingest processorProcessor to be used within Simulate API to keep track of processors executed in pipeline.Holds a value.A byte value source.A list value source.A map value source.An object value source.A templated value.A srapping processor is one that encapsulates an inner processor, or a processor that the wrapped processor enacts upon.