Skip to content

Commit

Permalink
updating kibana to ecs 1.10.0 (elastic#25944)
Browse files Browse the repository at this point in the history
  • Loading branch information
P1llus authored Jun 2, 2021
1 parent 5a4ba3f commit 787d2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion filebeat/module/kibana/audit/config/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.9.0
ecs.version: 1.10.0
- decode_json_fields:
fields: [message]
target: kibana._audit_temp
2 changes: 1 addition & 1 deletion filebeat/module/kibana/log/config/log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.9.0
ecs.version: 1.10.0

0 comments on commit 787d2d2

Please sign in to comment.