- Notifications
You must be signed in to change notification settings - Fork545
Comments
Add correct mapping for event.created#3579
Merged
leehinman merged 1 commit intoelastic:mainfromJun 24, 2022
Merged
Conversation
data_streams that could use httpjson as an input need a field mappingfor event.created because httpjson creates that field.- apache: error- atlassian_bitbucket: audit- carbon_black_cloud: alert, asset_vulnerability_summary, audit, endpoint_event, watchlist_hit- github: audit- httpjson: generic- snyk: audit, vulnerabilities- winlog: winlogCloseselastic#3577
elasticmachine commentedJun 24, 2022
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
elasticmachine commentedJun 24, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
efd6 approved these changesJun 24, 2022
elasticmachine commentedJun 24, 2022
🌐 Coverage report
|
Contributor
muthu-mps left a comment
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.
When looking into the httpjson field mapping the following fields appears in the sample_events and missing in the mapping [event.ingested, event.agent_id_status, message]. We may need to take this as a separate issue.
muthu-mps approved these changesJun 24, 2022
Contributor
muthu-mps left a comment
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.
Otherwise Looks good!
This was referencedJun 27, 2022
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 freeto 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.
Uh oh!
There was an error while loading.Please reload this page.
What does this PR do?
data_streams that could use httpjson as an input need a field mapping for event.created because httpjson creates that field.
endpoint_event, watchlist_hit
Checklist
- [ ] I have verified that all data streams collect metrics or logs.changelog.ymlfile.- [ ] I have verified that Kibana version constraints are current according toguidelines.Related issues