What’s new in 8.6
editWhat’s new in 8.6
editHere are the highlights of what’s new and improved in Elasticsearch 8.6!
Other versions:
8.5 | 8.4 | 8.3 | 8.2 | 8.1 | 8.0
Make categorize_text
aggregation GA
editThe categorize_text
aggregation has been moved from technical preview to general availability.
Support cartesian_centroid aggregation over points and shapes
editSimilar to the existing geo_centroid
aggregation, this new metric aggregation, cartesian_centroid
,
calculates the centroid over cartesian point and shape fields.
Stack Monitoring: Logstash load average type fixed for metricbeat collection
editPreviously, the templates for ingesting logstash load average using metricbeat were set to long
. This provides only an integer graph.
The type has been corrected to half_float
. You can force a rollover to see the change immediately or wait for the next ILM rollover.
POST .monitoring-logstash-8-mb/_rollover
Support cartesian_bounds aggregation over points and shapes
editSimilar to the existing geo_bounds
aggregation, this new metric aggregation, cartesian_bounds
,
calculates the bounds of cartesian point and shape fields.