We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178f128 commit db9fecdCopy full SHA for db9fecd
1 file changed
libbeat/beat/events/util.go
@@ -27,9 +27,8 @@ const (
27
// precedence over values defined using FieldMetaIndex or FieldMetaRawIndex.
28
FieldMetaAlias = "alias"
29
30
- // FieldMetaIndex defines the base index name to use for the event. The value is suffixed
31
- // with a Y-m-d value based on the event's timestamp. If set, it takes precedence over the
32
- // value defined using FieldMetaRawIndex.
+ // FieldMetaIndex defines the data stream name to use for the event.
+ // If set, it takes precedence over the value defined using FieldMetaRawIndex.
33
FieldMetaIndex = "index"
34
35
// FieldMetaRawIndex defines the raw index name to use for the event. It is used as-is, without
0 commit comments