public static class Processor.Parameters
extends java.lang.Object
IngestPlugin
s.Modifier and Type | Field and Description |
---|---|
AnalysisRegistry |
analysisRegistry
Provide analyzer support
|
Environment |
env
Useful to provide access to the node's environment like config directory to processor factories.
|
ScriptService |
scriptService
Provides processors script support.
|
TemplateService |
templateService
Provides template support to pipeline settings.
|
ThreadContext |
threadContext
Allows processors to read headers set by
ActionFilter
instances that have run prior to in ingest. |
Constructor and Description |
---|
Parameters(Environment env,
ScriptService scriptService,
TemplateService templateService,
AnalysisRegistry analysisRegistry,
ThreadContext threadContext) |
public final Environment env
public final ScriptService scriptService
public final TemplateService templateService
public final AnalysisRegistry analysisRegistry
public final ThreadContext threadContext
ActionFilter
instances that have run prior to in ingest.public Parameters(Environment env, ScriptService scriptService, TemplateService templateService, AnalysisRegistry analysisRegistry, ThreadContext threadContext)