Skip to content

Commit

Permalink
Bump version to ECS 1.6 in modules without ECS updates (#21455)
Browse files Browse the repository at this point in the history
For the Filebeat modules that required no changes to move to ECS 1.6 this updates the ecs.version field from 1.5.0 to 1.6.0.

And update the ecs.version for Auditbeat, Packetbeat, and Winlogbeat.

Relates #19472
  • Loading branch information
andrewkroh authored Oct 4, 2020
1 parent e50c9b3 commit e9cb70f
Show file tree
Hide file tree
Showing 109 changed files with 109 additions and 109 deletions.
2 changes: 1 addition & 1 deletion auditbeat/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
Name = "auditbeat"

// ecsVersion specifies the version of ECS that Auditbeat is implementing.
ecsVersion = "1.5.0"
ecsVersion = "1.6.0"
)

// RootCmd for running auditbeat.
Expand Down
2 changes: 1 addition & 1 deletion filebeat/module/apache/access/config/access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/apache/error/config/error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/auditd/log/config/log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
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,4 +10,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
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.5.0
ecs.version: 1.6.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.5.0
ecs.version: 1.6.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.5.0
ecs.version: 1.6.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.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/haproxy/log/config/file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/haproxy/log/config/syslog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/icinga/debug/config/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/icinga/main/config/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/icinga/startup/config/startup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/iis/access/config/iis-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/iis/error/config/iis-error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/kafka/log/config/log.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.5.0
ecs.version: 1.6.0
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.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/logstash/log/config/log.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.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/logstash/slowlog/config/slowlog.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.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/mongodb/log/config/log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/mysql/error/config/error.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.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/mysql/slowlog/config/slowlog.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.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/nats/log/config/log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/nginx/access/config/nginx-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/nginx/error/config/nginx-error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/postgresql/log/config/log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/redis/log/config/log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion filebeat/module/traefik/access/config/traefik-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion packetbeat/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
Name = "packetbeat"

// ecsVersion specifies the version of ECS that Packetbeat is implementing.
ecsVersion = "1.5.0"
ecsVersion = "1.6.0"
)

// withECSVersion is a modifier that adds ecs.version to events.
Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
Name = "winlogbeat"

// ecsVersion specifies the version of ECS that Winlogbeat is implementing.
ecsVersion = "1.5.0"
ecsVersion = "1.6.0"
)

// withECSVersion is a modifier that adds ecs.version to events.
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/activemq/audit/config/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/activemq/log/config/log.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.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/aws/cloudtrail/config/file.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.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/aws/cloudtrail/config/s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/aws/cloudwatch/config/file.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.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/aws/cloudwatch/config/s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/aws/ec2/config/file.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.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/aws/ec2/config/s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/aws/elb/config/file.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.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/aws/elb/config/s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/aws/s3access/config/file.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.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/aws/s3access/config/s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/aws/vpcflow/config/input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/azure/activitylogs/config/file.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.5.0
ecs.version: 1.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/azure/auditlogs/config/file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/azure/signinlogs/config/file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/cef/log/config/input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/coredns/log/config/coredns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/googlecloud/audit/config/input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
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 @@ -39,7 +39,7 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.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 @@ -39,7 +39,7 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.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 @@ -39,7 +39,7 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.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 @@ -39,7 +39,7 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.6.0
- script:
lang: javascript
id: gsuite-common
Expand Down
Loading

0 comments on commit e9cb70f

Please sign in to comment.