Description
Dear all,
first of all, many thanks for that execellent piece of software. I really love it, because it is really basd on an execellent (software) design and functionality.
I'm facing a very strange behaviour using "term" panels. The bool filter (from elastic.js ?) use a "must" for a "match_all" like:
{
...
"filter": {
"bool": {
-----> "must": [
{
"match_all": {}
},
...
}
This query results for me an incomplete list and wrong numbers for the facets - a lot of fields for that facet query are missing and the facet is miscalcuated. I played a little and changed the "must" to a "should" and all fields are returned correctly (checked using ES head). Suprise, suprise.
It becomes more strange, because this is not for all facets of all term panels the case.
I'm not sure if this is an ES issue or a problem of Kibana. I won't/can't change the JAVA code - to complex for a beginner using Kibana.
Do you see a change to find out the reason more specific if this is an ES or Kibana issue?
Many thanks for any help,
Juergen
BTW: I'm using a Graylog2 index to analyse with Kibana. I reconfigured Kibana to use that mappings/timestamps. It took a while, but now I can't see any issues using GL2 and Kibana - all data is processed fine.
Except that strange thing ...
Details follows ...
Activity