-
Notifications
You must be signed in to change notification settings - Fork 467
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
[Suricata] Updated mappings to leverage import_mappings functionality #7628
Conversation
❕ Build Aborted
Expand to view the summary
Build stats
Steps errorsExpand to view the steps failures
|
packages/suricata/changelog.yml
Outdated
@@ -1,4 +1,9 @@ | |||
# newer versions go on top | |||
- version: "2.12.1" |
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.
May be 2.13.0
as this is an enhancement
@@ -107,125 +107,14 @@ An example event for `eve` looks as following: | |||
|
|||
| Field | Description | Type | | |||
|---|---|---| | |||
| @timestamp | Date/time when the event originated. This is the date/time extracted from the event, typically representing when the event was generated by the source. If the event source has no original timestamp, this value is typically populated by the first time the event was received by the pipeline. Required field for all events. | date | | |||
| cloud.account.id | The cloud account or organization id used to identify different entities in a multi-tenant environment. Examples: AWS account id, Google Cloud ORG Id, or other unique identifier. | 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.
Where can the user refer to the other mappings that are imported. Isn't there a way to show imported mappings in the docs too , Probably users are used to it?
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.
Hey @bhapas - Added those files back again. Would you please re-review it?
Until we have a solution for populating the |
Hey @andrewkroh - 👋🏻 So, the reason I've removed those static files is because, what if we have conflicts between them? And AFAIK, there were scenarios in past where we had conflicts between them.I wonder what would happen if there's a conflict between these static files and ECS imported from |
It seems like the issue has been taken care of in #7657. Hence Closing the PR. |
Enhancement
What does this PR do?
This PR here, Dumps the old way of defining ECS field mappings and uses
import_mappings
functionality.Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots