Skip to content

Commit db9fecd

Browse files
committed
Update the description of FieldMetaIndex
1 parent 178f128 commit db9fecd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

libbeat/beat/events/util.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ const (
2727
// precedence over values defined using FieldMetaIndex or FieldMetaRawIndex.
2828
FieldMetaAlias = "alias"
2929

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.
30+
// FieldMetaIndex defines the data stream name to use for the event.
31+
// If set, it takes precedence over the value defined using FieldMetaRawIndex.
3332
FieldMetaIndex = "index"
3433

3534
// FieldMetaRawIndex defines the raw index name to use for the event. It is used as-is, without

0 commit comments

Comments
 (0)