Class IngestTestPlugin
java.lang.Object
org.opensearch.plugins.Plugin
org.opensearch.ingest.IngestTestPlugin
- All Implemented Interfaces:
Closeable,AutoCloseable,org.opensearch.plugins.IngestPlugin
public class IngestTestPlugin
extends org.opensearch.plugins.Plugin
implements org.opensearch.plugins.IngestPlugin
Adds an ingest processor to be used in tests.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.plugins.IngestPlugin
org.opensearch.plugins.IngestPlugin.SystemIngestPipelineConfigKeys -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProcessors(org.opensearch.ingest.Processor.Parameters parameters) Methods inherited from class org.opensearch.plugins.Plugin
additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSecureSettingFactory, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModuleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.plugins.IngestPlugin
getSystemIngestProcessors
-
Constructor Details
-
IngestTestPlugin
public IngestTestPlugin()
-
-
Method Details
-
getProcessors
-