You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add the index in the list of indices searched by the analyzer
run the analyzer
you get no result and an error about sorting on @timestamp
Expected behavior
Elasticsearch analyzer should be able to match on indices that have no @timestamp fields.
Complementary information
The analyzer tries to sort by @timestamp. When there is no@timestamp field this sort fails and generates an error.
Work environment
Cortex Analyzer/Responder name: ElasticSearch
Cortex Analyzer/Responder version:1.0
The text was updated successfully, but these errors were encountered:
gaistou
changed the title
[Bug] Elasticsearch analyzer does not work with index that have no @timestamp field
[Bug] Elasticsearch analyzer does not work with index that has no @timestamp field
Oct 25, 2024
Describe the bug
Elasticsearch analyzer does not work with Elastic indices that do not have a @timestamp field.
To Reproduce
Expected behavior
Elasticsearch analyzer should be able to match on indices that have no @timestamp fields.
Complementary information
The analyzer tries to sort by @timestamp. When there is no@timestamp field this sort fails and generates an error.
Work environment
The text was updated successfully, but these errors were encountered: