Skip to content

Commit 499cc94

Browse files
authored
Add acceptable event log keys to winlog (#21205)
when running filebeat under elasti-agent 'id', 'meta' and 'revision' are sent as config keys to the winlog input type. This change allows those config keys to pass validation.
1 parent 6a130eb commit 499cc94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

winlogbeat/eventlog/factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
)
2929

3030
var commonConfigKeys = []string{"type", "api", "name", "fields", "fields_under_root",
31-
"tags", "processors", "index"}
31+
"tags", "processors", "index", "id", "meta", "revision"}
3232

3333
// ConfigCommon is the common configuration data used to instantiate a new
3434
// EventLog. Each implementation is free to support additional configuration

0 commit comments

Comments
 (0)