public class IngestService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Setting<java.lang.Boolean> |
NEW_INGEST_DATE_FORMAT |
Constructor and Description |
---|
IngestService(ClusterSettings clusterSettings,
Settings settings,
ThreadPool threadPool,
Environment env,
ScriptService scriptService,
AnalysisRegistry analysisRegistry,
java.util.List<IngestPlugin> ingestPlugins) |
Modifier and Type | Method and Description |
---|---|
PipelineExecutionService |
getPipelineExecutionService() |
PipelineStore |
getPipelineStore() |
IngestInfo |
info() |
public static final Setting<java.lang.Boolean> NEW_INGEST_DATE_FORMAT
public IngestService(ClusterSettings clusterSettings, Settings settings, ThreadPool threadPool, Environment env, ScriptService scriptService, AnalysisRegistry analysisRegistry, java.util.List<IngestPlugin> ingestPlugins)
public PipelineStore getPipelineStore()
public PipelineExecutionService getPipelineExecutionService()
public IngestInfo info()