-
Notifications
You must be signed in to change notification settings - Fork 119
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
threat.indicator.first_seen ECS Field Coming as a Keyword on Kibana #1618
Comments
This isn't a problem with ECS AFAICT. I think the problem is that your index template for that data stream is missing a mapping for the those fields and they are defaulting to keyword. |
As @andrewkroh noted this isn't a problem with the ECS artifact but to double check that your index template includes the required threat field mappings and your index template is being applied to the backing datastream/indice (hint: check priority of your index template). If this is not the case then elasticsearch will default to dynamic mapping. However, @mohitjha-elastic looks like you are using the Crowdstrike threat intel integration from elastic, this doesn't seem to include the threat fields for falcon or fdr? This could likely be the issue and an issue ticket for that repo may be more applicable. |
@andrewkroh @brett-fitz As you can see here, we have used the Please let us know if you need anything more from our side. |
@mohitjha-elastic Unfortunately I haven't had any experience with the dynamic ECS mapping process but @P1llus would likely be a great resource here. |
I'm transferring this issue from elastic/ecs to elastic/elastic-package because I believe the problem is that when |
threat.indicator.first_seen
is coming as akeyword
on kibana. Its type is mentioned as adate
in the ECS documentation- https://www.elastic.co/guide/en/ecs/current/ecs-threat.html#field-threat-indicator-first-seenTried the following ways:
date
processor.date
field to thethreat.indicator.first seen
Using both the above ways, we are getting
threat.indicator.first_seen
as akeyword
on kibana.We have also observed the same behavior in
threat.indicator.last_seen
andthreat.indicator.modified_at
. They are also coming as keyword on the kibana.Please find the attached screenshots for the same:
The text was updated successfully, but these errors were encountered: