Skip to content

Commit a34289a

Browse files
Update internal/storage/elasticsearch/config/config.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Soumya Raikwar <164396577+SoumyaRaikwar@users.noreply.github.com>
1 parent fdd7027 commit a34289a

File tree

1 file changed

+0
-3
lines changed
  • internal/storage/elasticsearch/config

1 file changed

+0
-3
lines changed

internal/storage/elasticsearch/config/config.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,6 @@ type Configuration struct {
186186

187187
// EnableIngestPipeline enables the default ingest pipeline setting in index templates.
188188
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"`
192189

193190
// Enabled, if set to true, enables the namespace for storage pointed to by this configuration.
194191
Enabled bool `mapstructure:"-"`

0 commit comments

Comments
 (0)