-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ecs] windows platform packages to ecs 8.17 (#12636)
* [hid_bravura_monitor] - 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. The ecs.version in sample_event.json files was changed to 8.17.0. Previously sample_event.json files contained 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/hid_bravura_monitor * [microsoft_dhcp] - 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. The ecs.version in sample_event.json files was changed to 8.17.0. Previously sample_event.json files contained 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_dhcp * [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 * [microsoft_exchange_server] - change to ECS version git@v8.17.0 ECS version in build manifest changed from git@v8.11.0 to git@v8.17.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_exchange_server * [mysql_enterprise] - 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. The ecs.version in sample_event.json files was changed to 8.17.0. Previously sample_event.json files contained 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/mysql_enterprise * [unifiedlogs] - change to ECS version git@v8.17.0 ECS version in build manifest changed from git@v8.11.0 to git@v8.17.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/unifiedlogs * [windows_etw] - 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 ecs.version in sample_event.json files was changed to 8.17.0. Previously sample_event.json files contained 8.0.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/windows_etw * [winlog] - change to ECS version git@v8.17.0 ECS version in build manifest changed from git@v8.11.0 to git@v8.17.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/winlog
- Loading branch information
Showing
53 changed files
with
305 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
dependencies: | ||
ecs: | ||
reference: "git@v8.11.0" | ||
reference: "git@v8.17.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -350,7 +350,7 @@ processors: | |
|
||
- set: | ||
field: ecs.version | ||
value: '8.11.0' | ||
value: '8.17.0' | ||
|
||
- set: | ||
field: log.level | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
"region": "us-east-1" | ||
}, | ||
"ecs": { | ||
"version": "8.11.0" | ||
"version": "8.17.0" | ||
}, | ||
"event": { | ||
"code": 92, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
dependencies: | ||
ecs: | ||
reference: "git@v8.11.0" | ||
reference: "git@v8.17.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.