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
The issue was when min_doc==0 loads a term from the dictionary from
one segment and merges the same term with a subaggregation from another
segment.
Previously the empty structure was not correctly initialized to contain
the subaggregation so the merge was incorrect.
I'm struggling to narrow down this problem. @PSeitz you may have better insights on this than me.
I indexed the hdfs logs dataset from our tutorial.
Here is the query:
And here is the result: we can see that no bucket is returned for documents with terms
WARN
andERROR
.There is one document with
severity_text:ERROR
matching the query:This timestamp corresponds to
2023-05-25T09:23:56+00:00
.Removing the
min_doc_count
from thedate_histogram
aggregation solves the problem.The text was updated successfully, but these errors were encountered: