-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Solution][Alerts] Detection alerts indices are missing data_stream ECS field mappings #129946
Comments
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
We're looking at resolving this for 8.4 now. The 2 options we have considered are:
Re: option 1, @kobelb mentioned that more of ECS may become a first-class concept in the future. If we populate In addition, the Security alerts indices use large portions of the ECS mappings. The solutions in elastic/ecs#1869 sound like they could reduce the burden (both in code and in the cluster state) of maintaining those ECS mappings by building them in to ES. If we map these fields as cc @elastic/response-ops @elastic/observability @MikePaquette @jethr0null |
Drive-by here, but it seems to me that What #123420 seems to be highlighting is a need for something like Since Naming is hard but maybe |
@marshallmain for future reference, you'll probably want to tag |
bumping it, a customer is looking for a fix for it. |
+1 |
Any news? Apologies for bumping it again. |
Is this still being tracked and worked on? We've implemented a workaround with runtime fields but this is still not perfect. |
We would love this working also. We have the biggest issues where we have a single cluster SIEM polling multiple other cluster alert indexes over CCS. |
@elastic/response-ops-ram would it be ok to move this ticket over to your team? |
|
In #123486 we removed the
constant_keyword
data stream fields to avoid situations where alerts became un-indexable if they had varying values for those fields. However, we didn't add regularkeyword
field mappings to replace them similar to how we did for the legacy.siem-signals
mappings. The result is that queries ondata_stream.*
fields don't work for alerts in 8.0+.The text was updated successfully, but these errors were encountered: