Kurrently in Kibana: 4.1 Feature Preview, Part 2
Welcome to Kurrently in Kibana, your source for keeping up with the Kibana project. With information on project releases, work in progress, and learning resources, we hope you'll find this weekly update to be pretty... Kompelling!
Kibana dashboard demo with @logstash and @elastic by @leonardo_noleto at @toulousedevops pic.twitter.com/S1DP6hlBPj
— Lionel Porcheron (@lporcheron) April 20, 2015
Kibana 4.1: What's the scoop?
You can check out the larger scope of everything planned in the GitHub issues list for 4.1, but here's what we've been doing in the past week or so:
Separate View Options Tab
Field Formatting Updates
Not Kibana, But Is AmazingÂ
(Or, the death of timestamped indices)
Rashid has been whistling and smiling half the day because of this pull. Why you ask? This API will allow incredibly fast access to the min and the max of a field without using aggregation. Big Deal, you say? Yeah, it's TOTALLY a big deal. Kibana will have instant access to the min and max of the timestamp fields of every index. This means instead of needing to generate a list of possible indices with their corresponding time, e.g. the old logstash-YYYY.MM.DD, we'll just look up the indices containing timestamps between X and Y, because it's cheap. This could mean the death of timestamped indices. You just set your pattern in Kibana to logstash-* and we'll handle the optimization.
It means you can roll indices on whatever basis you darn well please, because we'll fire off a client-side-cacheable pre-flight request to get the names of the indices to search. It means you could just setup a “logstash" alias pointing at “logstash-1" and index into that full time. Set up a job to check the size of the index every minute or so, when it goes over Ngb, bump the alias to "logstash-2". Kibana will still be able to optimize its queries to only hit indices in your time range! In addition, why bother having more than 1 shard per index at that point? Just roll the index at your max shard size and move on; no more tweaking shard count from day to day!
Also, this will make it super easy to do “All time" searches efficiently and with the right automatic interval, since again, we'll actually know the min and the max. Seriously. OMG.
And MOAR! So much more.
- Fixed a bug in which fields may be truncated when highlightingÂ
- Added a handy new error message when some aggregation has no compatible fields
- Hid the navigation arrows on the first/last page of a table when it makes senseÂ
- Made some fixes to mapping a hit flattening
- Fixed some IE bugs
- Removed some one-time bindings that caused items to not update.
- Improved some warnings in the visualization builder
- Fixed bugs in the destruction of charts and maps, should improve the memory situation
See You Next Week!
As you may have seen, we're now publishing weekly updates on Elasticsearch and Apache Lucene, Logstash and Kibana. We'll bring you the latest and greatest in next week's Kurrently in Kibana.