-
Notifications
You must be signed in to change notification settings - Fork 608
[stormshield] Add ECS event categorization and network mappings #20031
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,29 @@ | ||
| # newer versions go on top | ||
| - version: "1.6.0" | ||
| changes: | ||
| - description: Set ECS event categorization fields (`event.kind`, `event.category`, `event.type`) for every log family, including `event.kind` `metric` for the periodic statistics families. | ||
| type: enhancement | ||
| link: https://github.com/elastic/integrations/pull/20031 | ||
| - description: Map `rcvd` to `destination.bytes`, sum `network.bytes`, map interface fields to `observer.ingress` and `observer.egress`, compute `network.direction`, and populate `related.hosts`. | ||
| type: enhancement | ||
| link: https://github.com/elastic/integrations/pull/20031 | ||
| - description: Map alarm identifiers and levels to `event.code`, `event.risk_score` and `event.severity`, and HTTP proxy fields to `url.original` and `url.domain`. | ||
| type: enhancement | ||
| link: https://github.com/elastic/integrations/pull/20031 | ||
| - description: Fix the count sub-pipeline, which failed with a Painless runtime error on every count log, and skip malformed counters instead of failing the whole document. | ||
| type: bugfix | ||
| link: https://github.com/elastic/integrations/pull/20031 | ||
| - description: Add an Alarms dashboard and pipeline test samples for the alarm, auth, web, vpn, xvpn, count and filter log families. | ||
| type: enhancement | ||
| link: https://github.com/elastic/integrations/pull/20031 | ||
| - version: "1.5.3" | ||
| changes: | ||
| - description: Fix ingest pipeline descriptions and remove field definitions that never appear in events (`stormshield.tz`, `stormshield.duration`, `stormshield.msg`, `stormshield.origdst`, `stormshield.origdstport`). | ||
| type: bugfix | ||
| link: https://github.com/elastic/integrations/pull/20030 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Severity: 🟡 Medium Changelog links a different PR number DetailsThis changelog entry's Recommendation: Point the changelog link at this PR: link: https://github.com/elastic/integrations/pull/20031🤖 AI-Generated Review | Vera Review Bot | 📚 Knowledge base: integration-skills
|
||
| - description: Correct the syslog format and SNS version compatibility statements in the documentation, and document IPFIX flow collection through the NetFlow integration. | ||
| type: bugfix | ||
| link: https://github.com/elastic/integrations/pull/20030 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Severity: 🟡 Medium Changelog links a different PR number DetailsThis changelog entry's Recommendation: Point the changelog link at this PR: link: https://github.com/elastic/integrations/pull/20031🤖 AI-Generated Review | Vera Review Bot | 📚 Knowledge base: integration-skills
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Severity: 🟡 Medium Changelog links a different PR number DetailsThis changelog entry's Recommendation: Point the changelog link at this PR: link: https://github.com/elastic/integrations/pull/20031🤖 AI-Generated Review | Vera Review Bot | 📚 Knowledge base: integration-skills
|
||
| - version: "1.5.2" | ||
| changes: | ||
| - description: Remove top level note from docs | ||
|
|
||
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.
Severity: 🟡 Medium
confidence: highpath: packages/stormshield/changelog.yml:23Changelog links a different PR number
Details
This changelog entry's
link:points atpull/20030, but it was added in PR #20031. It is likely a leftover template placeholder or a copy from another PR.Recommendation:
Point the changelog link at this PR:
🤖 AI-Generated Review | Vera Review Bot | 📚 Knowledge base: integration-skills
Uh oh!
There was an error while loading. Please reload this page.
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.
These two entries belong to the 1.5.3 release introduced by #20030; they only appear in this diff because the branch is stacked on that PR. The links are correct, this resolves once #20030 merges and this branch is rebased.