Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ecs] windows platform packages to ecs 8.17 #12636

Merged
merged 9 commits into from
Feb 19, 2025
Prev Previous commit
Next Next commit
[microsoft_dnsserver] - change to ECS version git@v8.17.0
ECS version in build manifest changed from git@v8.11.0 to git@v8.17.0. The set
ecs.version processor in pipelines was changed 8.17.0. Previously the pipeline
was setting version 8.11.0.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -v -ecs-version=8.17.0 -ecs-git-ref=git@v8.17.0 -pr=12636 packages/microsoft_dnsserver
  • Loading branch information
marc-gr committed Feb 6, 2025
commit 26dcd2af7ec4ac356738c61c493889e54aa36b23
2 changes: 1 addition & 1 deletion packages/microsoft_dnsserver/_dev/build/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
ecs:
reference: "git@v8.11.0"
reference: "git@v8.17.0"
import_mappings: true
5 changes: 5 additions & 0 deletions packages/microsoft_dnsserver/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.0"
changes:
- description: ECS version updated to 8.17.0.
type: enhancement
link: https://github.com/elastic/integrations/pull/12636
- version: "1.1.0"
changes:
- description: Add 9.0.0 constraint.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"response_code": "NoError"
},
"ecs": {
"version": "8.11.0"
"version": "8.17.0"
},
"event": {
"action": "LOOK_UP",
Expand Down Expand Up @@ -125,7 +125,7 @@
}
},
"ecs": {
"version": "8.11.0"
"version": "8.17.0"
},
"event": {
"action": "RECURSE_QUERY",
Expand Down Expand Up @@ -266,7 +266,7 @@
}
},
"ecs": {
"version": "8.11.0"
"version": "8.17.0"
},
"elastic_agent": {
"id": "08ea6913-ff37-4a14-949a-6ff920697c89",
Expand Down Expand Up @@ -395,7 +395,7 @@
}
},
"ecs": {
"version": "8.11.0"
"version": "8.17.0"
},
"event": {
"action": "LOOK_UP",
Expand Down Expand Up @@ -488,4 +488,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Pipeline for processing DNS Server Analytical logs
processors:
- set:
field: ecs.version
value: 8.11.0
value: 8.17.0
tag: set_ecs_version
- set:
field: event.category
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"@timestamp": "2024-04-23T09:16:40.645Z",
"ecs": {
"version": "8.11.0"
"version": "8.17.0"
},
"event": {
"action": "POLICY_OP",
Expand Down Expand Up @@ -72,7 +72,7 @@
{
"@timestamp": "2024-04-23T09:32:34.489Z",
"ecs": {
"version": "8.11.0"
"version": "8.17.0"
},
"event": {
"action": "Configuration",
Expand Down Expand Up @@ -143,7 +143,7 @@
}
},
"ecs": {
"version": "8.11.0"
"version": "8.17.0"
},
"event": {
"action": "CACHE_OP",
Expand Down Expand Up @@ -227,4 +227,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Pipeline for processing DNS Server Audit logs
processors:
- set:
field: ecs.version
value: 8.11.0
value: 8.17.0
tag: set_ecs_version
- set:
field: event.kind
Expand Down
2 changes: 1 addition & 1 deletion packages/microsoft_dnsserver/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: microsoft_dnsserver
title: Microsoft DNS Server
description: Collect logs from Microsoft DNS Server with Elastic Agent.
type: integration
version: 1.1.0
version: "1.2.0"
conditions:
kibana:
version: ^8.13.0 || ^9.0.0
Expand Down