Search in all messages graphs use minute resolutions #2148
Closed
Comments
Correction, the resolution used for all messages may vary, but is still too small (currently using hour for 6 months of data). |
edmundoa
added a commit
that referenced
this issue
May 26, 2016
This commit improves the way we auto calculate the histogram selection on searches over all messages: - Fix ordering of indices, so we actually get the oldest one as we intended - Take into account that under some circumstances the deflector index does not have proper index ranges, and they default to 1 Jan 1970 Fixes #2148
kroepke
added a commit
that referenced
this issue
May 26, 2016
This commit improves the way we auto calculate the histogram selection on searches over all messages: - Fix ordering of indices, so we actually get the oldest one as we intended - Take into account that under some circumstances the deflector index does not have proper index ranges, and they default to 1 Jan 1970 Fixes #2148
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
When searching in all messages, both the search histogram, and field histograms use minute as default resolution. As that search query may ask for a long time of data, we should avoid doing that by default, and use a lower resolution instead.
If I remember correctly, we were using day as resolution before, but apparently that doesn't work any more.
Steps to reproduce the problem
Environment
The text was updated successfully, but these errors were encountered: