We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd7027 commit a34289aCopy full SHA for a34289a
internal/storage/elasticsearch/config/config.go
@@ -186,9 +186,6 @@ type Configuration struct {
186
187
// EnableIngestPipeline enables the default ingest pipeline setting in index templates.
188
EnableIngestPipeline bool `mapstructure:"enable_ingest_pipeline"`
189
- // IngestPipelineName specifies the name of the ingest pipeline to be used.
190
- // This is only applicable if EnableIngestPipeline is true.
191
- IngestPipelineName string `mapstructure:"ingest_pipeline_name"`
192
193
// Enabled, if set to true, enables the namespace for storage pointed to by this configuration.
194
Enabled bool `mapstructure:"-"`
0 commit comments