You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs do advise using this, but it is not mandatory.
- type: celredact:
fields: ~
A secondary thing I noticed is that the same message is logged consecutively in the log.
{"log.level":"warn","@timestamp":"2023-08-21T19:09:33.016-0400","log.logger":"input.cel","log.origin":{"file.name":"cel/config.go","file.line":70},"message":"missing recommended 'redact' configuration: see documentation for details: https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-cel.html#_redact","service.name":"filebeat","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-08-21T19:09:33.020-0400","log.logger":"input.cel","log.origin":{"file.name":"cel/config.go","file.line":70},"message":"missing recommended 'redact' configuration: see documentation for details: https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-cel.html#_redact","service.name":"filebeat","ecs.version":"1.6.0"}
The text was updated successfully, but these errors were encountered:
I'm not sure what we can do about the consecutive logging while keeping the log message in the config validation. We could move it into the run code, which would change it to being non-consecutive, but still naggy.
The CEL input produces a panic when the
redact
option is not specified.beats/x-pack/filebeat/input/cel/input.go
Line 229 in 7ed34ff
The docs do advise using this, but it is not mandatory.
A secondary thing I noticed is that the same message is logged consecutively in the log.
The text was updated successfully, but these errors were encountered: