Closed ycombinator closed 8 years ago
Also note that more changes may be coming for 5.0: https://github.com/elastic/elasticsearch/issues/17705
Thanks @skearns64. Now that Sense has moved into the Kibana repo as Console starting with 5.0, I'm tracking any ES 5.0 impacts on Console here: https://github.com/elastic/kibana/issues/6879
The syntax for
include
andexclude
has changed forterms
andsignificant_terms
aggregations in Elasticsearch 2.0. In Elasticsearch 1.x, it was possible to have aterms
/significant_terms
aggregation request that looked like this:Starting with Elasticsearch 2.0, this is no longer allowed. Specifically, it is not possible to specify flags anymore. The new syntax looks like this:
References:
Observed
Sense (with Elasticsearch 2.x) will autocomplete to the 1.x syntax.
Expected
Sense (with Elasticsearch 2.x) should autocomplete to the 2.x syntax.