Skip to content

Commit

Permalink
updating elasticsearch to ecs 1.10.0 (#25957) (#26100)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0c49927)

Co-authored-by: Marius Iversen <marius.iversen@elastic.co>
  • Loading branch information
mergify[bot] and P1llus authored Jun 2, 2021
1 parent 37bc29c commit 261e660
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion filebeat/module/elasticsearch/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
- if:
regexp:
message: "^{"
Expand Down
2 changes: 1 addition & 1 deletion filebeat/module/elasticsearch/deprecation/config/log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.9.0
ecs.version: 1.10.0
2 changes: 1 addition & 1 deletion filebeat/module/elasticsearch/gc/config/gc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.9.0
ecs.version: 1.10.0
2 changes: 1 addition & 1 deletion filebeat/module/elasticsearch/server/config/log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.9.0
ecs.version: 1.10.0
2 changes: 1 addition & 1 deletion filebeat/module/elasticsearch/slowlog/config/slowlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.9.0
ecs.version: 1.10.0

0 comments on commit 261e660

Please sign in to comment.