We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbe4c1 commit 99cba1dCopy full SHA for 99cba1d
libbeat/outputs/elasticsearch/elasticsearch.go
@@ -182,8 +182,7 @@ func buildSelectors(
182
beat beat.Info,
183
cfg *common.Config,
184
) (index outputs.IndexSelector, pipeline *outil.Selector, err error) {
185
- defaultIndex := fmt.Sprintf("%v-%v-%%{+yyyy.MM.dd}", beat.IndexPrefix, beat.Version)
186
- index, err = im.BuildSelector(defaultIndex, cfg)
+ index, err = im.BuildSelector(cfg)
187
if err != nil {
188
return index, pipeline, err
189
}
0 commit comments