-
Notifications
You must be signed in to change notification settings - Fork 458
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
Update Deployment and Devices integrations to ECS 8.16.0 (part 3) #12121
base: main
Are you sure you want to change the base?
Update Deployment and Devices integrations to ECS 8.16.0 (part 3) #12121
Conversation
ECS version in build manifest changed from [email protected] to [email protected]. The set ecs.version processor in pipelines was changed 8.16.0. Previously the pipeline was setting version 8.11.0. The ecs.version in sample_event.json files was changed to 8.16.0. Previously sample_event.json files contained 8.11.0. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.16.0 [email protected] -pr=999999 packages/juniper_srx
ECS version in build manifest changed from [email protected] to [email protected]. The set ecs.version processor in pipelines was changed 8.16.0. Previously the pipeline was setting version 8.11.0. The ecs.version in sample_event.json files was changed to 8.16.0. Previously sample_event.json files contained 8.11.0. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.16.0 [email protected] -pr=999999 packages/modsecurity
ECS version in build manifest changed from [email protected] to [email protected]. The set ecs.version processor in pipelines was changed 8.16.0. Previously the pipeline was setting version 8.11.0. The ecs.version in sample_event.json files was changed to 8.16.0. Previously sample_event.json files contained 8.11.0. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.16.0 [email protected] -pr=999999 packages/netflow
ECS version in build manifest changed from [email protected] to [email protected]. The set ecs.version processor in pipelines was changed 8.16.0. Previously the pipeline was setting version 8.11.0. The ecs.version in sample_event.json files was changed to 8.16.0. Previously sample_event.json files contained 8.11.0. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.16.0 [email protected] -pr=999999 packages/osquery
ECS version in build manifest changed from [email protected] to [email protected]. The set ecs.version processor in pipelines was changed 8.16.0. Previously the pipeline was setting version 8.11.0. The ecs.version in sample_event.json files was changed to 8.16.0. Previously sample_event.json files contained 8.11.0. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.16.0 [email protected] -pr=999999 packages/panw
ECS version in build manifest changed from [email protected] to [email protected]. The set ecs.version processor in pipelines was changed 8.16.0. Previously the pipeline was setting version 8.11.0. The ecs.version in sample_event.json files was changed to 8.16.0. Previously sample_event.json files contained 8.11.0. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.16.0 [email protected] -pr=999999 packages/pfsense
ECS version in build manifest changed from [email protected] to [email protected]. The set ecs.version processor in pipelines was changed 8.16.0. Previously the pipeline was setting version 8.11.0. The ecs.version in sample_event.json files was changed to 8.16.0. Previously sample_event.json files contained 8.11.0. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.16.0 [email protected] -pr=999999 packages/proxysg
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
|
Quality Gate passedIssues Measures |
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
@@ -734,7 +734,7 @@ The following processes and tags are supported: | |||
| vulnerability.description | The description of the vulnerability that provides additional context of the vulnerability. For example (https://cve.mitre.org/about/faqs.html#cve_entry_descriptions_created[Common Vulnerabilities and Exposure CVE description]) | keyword | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's another case of URL being incorrect in this file, at file.mime_type
, I created an ECS ticket to fix it, and try to track down any others elastic/ecs#2416
Proposed commit message
Updates the following integrations to ECS 8.16.0:
Checklist
changelog.yml
file.[ ] I have verified that any added dashboard complies with Kibana's Dashboard good practicesRelated issues