[axonius][alert_and_incident] Add Axonius Alert and Incident datastream#16603
Merged
chrisberkhout merged 8 commits intoelastic:feature/axonius-0.1.0from Mar 11, 2026
Conversation
b694486 to
0f3f334
Compare
Contributor
chrisberkhout
left a comment
There was a problem hiding this comment.
Had a high-level look and I have a few questions about the approach.
I see that this is a PR to a feature branch rather than to main. That's fine, but it would have been helpful to mention that in the PR description and maybe one sentence about the scope of this PR and where it fits in the project.
|
💚 CLA has been signed |
1. Split alert_and_incident into alert_finding and incident.
2539f1b to
9cc51ab
Compare
1. Added transform info in readme. 2. Added filters on visual level, removed from dashboard level. 3. Removed event.data.* naming from custom mappings. 4. Added asset_type_list config param.
chrisberkhout
requested changes
Mar 9, 2026
Contributor
chrisberkhout
left a comment
There was a problem hiding this comment.
Please review the unresolved items from earlier reviews.
1. Shifted transform filter to visual level. 2. Suggestions in readme and changelog.
chrisberkhout
approved these changes
Mar 10, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
This new data stream collects alert findings and incidents data from the Axonius platform via the
/api/v2/assets/ endpoint. Axonius fields are mapped to their
corresponding ECS fields where possible.
Test samples were derived from live data samples, which were subsequently
sanitized.
API documentation: https://docs.axonius.com/docs/axonius-rest-api
Checklist
changelog.ymlfile.How to test this PR locally
To test the axonius package:
Related issues
Screenshots