Skip to content

Commit 543a1d9

Browse files
authored
update to ECS 1.11.0 (#1372)
1 parent ad0ab62 commit 543a1d9

File tree

14 files changed

+20
-15
lines changed

14 files changed

+20
-15
lines changed

packages/azure/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: '0.6.2'
3+
changes:
4+
- description: update to ECS 1.11.0
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/1372
27
- version: "0.6.1"
38
changes:
49
- description: Escape special characters in docs

packages/azure/data_stream/activitylogs/_dev/test/pipeline/test-activitylogs-edgecases.log-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"@timestamp": "2021-05-25T22:04:07.220Z",
88
"ecs": {
9-
"version": "1.10.0"
9+
"version": "1.11.0"
1010
},
1111
"log": {
1212
"level": "Information"

packages/azure/data_stream/activitylogs/_dev/test/pipeline/test-activitylogs-raw.log-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"@timestamp": "2019-10-24T00:13:46.355Z",
3535
"ecs": {
36-
"version": "1.10.0"
36+
"version": "1.11.0"
3737
},
3838
"related": {
3939
"ip": [

packages/azure/data_stream/activitylogs/elasticsearch/ingest_pipeline/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ processors:
66
value: '{{_ingest.timestamp}}'
77
- set:
88
field: ecs.version
9-
value: "1.10.0"
9+
value: '1.11.0'
1010
- rename:
1111
field: azure
1212
target_field: azure-eventhub

packages/azure/data_stream/auditlogs/_dev/test/pipeline/test-auditlogs-raw.log-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"@timestamp": "2019-10-18T15:30:51.027Z",
88
"ecs": {
9-
"version": "1.10.0"
9+
"version": "1.11.0"
1010
},
1111
"log": {
1212
"level": "Informational"

packages/azure/data_stream/auditlogs/elasticsearch/ingest_pipeline/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ processors:
66
value: '{{_ingest.timestamp}}'
77
- set:
88
field: ecs.version
9-
value: "1.10.0"
9+
value: '1.11.0'
1010
- rename:
1111
field: azure
1212
target_field: azure-eventhub

packages/azure/data_stream/platformlogs/_dev/test/pipeline/test-platformlogs-invalid-raw.log-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"@timestamp": "2020-10-11T20:30:59.000Z",
88
"ecs": {
9-
"version": "1.10.0"
9+
"version": "1.11.0"
1010
},
1111
"event": {
1212
"action": "ApplicationGatewayAccess",

packages/azure/data_stream/platformlogs/_dev/test/pipeline/test-platformlogs-kube.log-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"@timestamp": "2020-11-09T10:57:31.000Z",
88
"ecs": {
9-
"version": "1.10.0"
9+
"version": "1.11.0"
1010
},
1111
"event": {
1212
"action": "Microsoft.ContainerService/managedClusters/diagnosticLogs/Read",

packages/azure/data_stream/platformlogs/_dev/test/pipeline/test-platformlogs-raw.log-expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"@timestamp": "2020-11-03T09:06:42.000Z",
99
"ecs": {
10-
"version": "1.10.0"
10+
"version": "1.11.0"
1111
},
1212
"event": {
1313
"action": "Retreive ConsumerGroup",
@@ -52,7 +52,7 @@
5252
},
5353
"@timestamp": "2020-11-03T09:06:42.000Z",
5454
"ecs": {
55-
"version": "1.10.0"
55+
"version": "1.11.0"
5656
},
5757
"event": {
5858
"action": "Retreive ConsumerGroup",

packages/azure/data_stream/platformlogs/_dev/test/pipeline/test-platformlogs-remote-raw.log-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"@timestamp": "2020-11-09T10:57:31.000Z",
88
"ecs": {
9-
"version": "1.10.0"
9+
"version": "1.11.0"
1010
},
1111
"event": {
1212
"action": "Microsoft.ContainerService/managedClusters/diagnosticLogs/Read",

0 commit comments

Comments
 (0)