Search code examples
elasticsearchkibana-4

Kibana 4 "rehash": false


I'm using Kibana 4 to query unique count on ElasticSearch.

I would like to prevent rehash on field, since the field is already hashed.

How can I make Kibana to perform the aggregation using "rehash": false?

Thanks


Solution

  • I don't think this is currently possible, and since the cardinality-aggregation feature is defined as an experimental feature, I believe the team working on kibana will wait to see what happens with this in elasticsearch before implementing a UI for this in kibana, if at all.