-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Auditbeat] event.dataset should be "module.metricset" #11995
Comments
@andrewkroh Yes! And the |
Yes, I totally agree! It's even a clarification I'm in the process of adding to ECS. You can see it here. I'm not making this a hard requirement over there, as I have in mind other implementers as well. But I think it would be best if we strived to do that as much as possible within the Elastic Stack. |
@ruflin Auditbeat has some slightly different handling from Metricbeat because the auditd and file_integrity modules don't have "datasets". beats/auditbeat/core/eventmod.go Lines 34 to 35 in a5bdf52
|
Got it, I slightly remember a discussion around this. I'm thinking if we should rename @exekias FYI |
@exekias @andrewkroh Is this issue resolved by now, or would it be a breaking change and we should postpone this to 8.0? |
@ruflin any insights about this one and an idea if/when the change will make it? Thank you so much! |
@consulthys What part are you worried about, the internals of MB or what the end event might look like? One thing that changed since we discussed this is that we introduced a new indexing strategy which might give a new perspective on this issue. |
@ruflin yes, that's exactly the new indexing strategy ( |
@consulthys The fields used for the new indexing strategy are |
@ruflin thank you very much for mentioning which fields are actually used to create the index name 👍 |
Currently it the data stream selection is done by the Elastic Agent. Elasticsearch will use the fields to set the correct mappings. Here is also a first blog post that describes these fields a bit more in detail: https://www.elastic.co/blog/an-introduction-to-the-elastic-data-stream-naming-scheme |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue doesn't have a |
Stale, resolving |
To align with both Filebeat and Metricbeat the
event.dataset
field should be populated by Auditbeat with{module}.{metricset}
. Currently the value is populated with only the metricset name (i.e.event.dataset: "socket"
).This only affects the system module in Auditbeat.
The text was updated successfully, but these errors were encountered: