Fix field analyzers loading when search changes #3030
Closed
Comments
edmundoa
added a commit
that referenced
this issue
Nov 2, 2016
* Fix search params propagated to field analyzers Before this change we were using the current input values as search parameters, instead of using those used in the last executed search. * Update field analyzers when search changes When a new search is executed, fetch new quick values and field statictics data. In this way the displayed information will be in sync with the search query, time range, and stream used in the message list and histogram. The field graphs were already updating when the search histogram changed, so they do not require further changes at this point. Closes #3030 (cherry picked from commit 277af69)
joschi
added a commit
that referenced
this issue
Nov 2, 2016
* Fix search params propagated to field analyzers Before this change we were using the current input values as search parameters, instead of using those used in the last executed search. * Update field analyzers when search changes When a new search is executed, fetch new quick values and field statictics data. In this way the displayed information will be in sync with the search query, time range, and stream used in the message list and histogram. The field graphs were already updating when the search histogram changed, so they do not require further changes at this point. Closes #3030 (cherry picked from commit 277af69)
Closed in 35d8385 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
backport of #2997
The text was updated successfully, but these errors were encountered: