Skip to content

Commit

Permalink
updating gsuite to ecs 1.10.0 (#25917) (#26072)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0cf7202)

Co-authored-by: Marius Iversen <marius.iversen@elastic.co>
  • Loading branch information
mergify[bot] and P1llus authored Jun 1, 2021
1 parent 544024d commit 1afb5c4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/gsuite/admin/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.9.0
ecs.version: 1.10.0
- script:
lang: javascript
id: gsuite-common
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/gsuite/drive/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.9.0
ecs.version: 1.10.0
- script:
lang: javascript
id: gsuite-common
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/gsuite/groups/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.9.0
ecs.version: 1.10.0
- script:
lang: javascript
id: gsuite-common
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/gsuite/login/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.9.0
ecs.version: 1.10.0
- script:
lang: javascript
id: gsuite-common
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/gsuite/saml/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.9.0
ecs.version: 1.10.0
- script:
lang: javascript
id: gsuite-common
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.9.0
ecs.version: 1.10.0
- script:
lang: javascript
id: gsuite-common
Expand Down

0 comments on commit 1afb5c4

Please sign in to comment.