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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String, org.opensearch.ingest.Processor.Factory>
    getProcessors(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, onIndexModule

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.opensearch.plugins.IngestPlugin

    getSystemIngestProcessors
  • Constructor Details

    • IngestTestPlugin

      public IngestTestPlugin()
  • Method Details

    • getProcessors

      public Map<String, org.opensearch.ingest.Processor.Factory> getProcessors(org.opensearch.ingest.Processor.Parameters parameters)
      Specified by:
      getProcessors in interface org.opensearch.plugins.IngestPlugin