Adds links to several informative blog entries.

This commit is contained in:
Paul Echeverri 2015-08-10 15:19:56 -07:00 committed by Paul Echeverri
parent 53c43f01b6
commit e5e2d1c5e9
3 changed files with 11 additions and 1 deletions

View file

@ -12,6 +12,13 @@ key Kibana functionality. By the end of this tutorial, you will have:
The material in this section assumes you have a working Kibana install connected to a working Elasticsearch install.
Video tutorials are also available:
* https://www.elastic.co/blog/kibana-4-video-tutorials-part-1[High-level Kibana 4 introduction, pie charts]
* https://www.elastic.co/blog/kibana-4-video-tutorials-part-2[Data discovery, bar charts, and line charts]
* https://www.elastic.co/blog/kibana-4-video-tutorials-part-3[Tile maps]
* https://www.elastic.co/blog/kibana-4-video-tutorials-part-4[Embedding Kibana 4 visualizations]
[float]
[[tutorial-load-dataset]]
=== Before You Start: Loading Sample Data

View file

@ -155,7 +155,7 @@ the field's format from the *Format* drop-down. Format options vary based on the
You can also set the field's popularity value in the *Popularity* text entry box to any desired value. Click the
*Update Field* button to confirm your changes or *Cancel* to return to the list of fields.
Kibana has field formatters for the following field types:
Kibana has https://www.elastic.co/blog/kibana-4-1-field-formatters[field formatters] for the following field types:
==== String Field Formatters

View file

@ -131,6 +131,9 @@ NOTE: Remember, each subsequent bucket slices the data from the previous bucket.
To render the visualization on the _preview canvas_, click the green *Apply Changes* button at the top right of the
Aggregation Builder.
You can learn more about aggregation and how altering the order of aggregations affects your visualizations
https://www.elastic.co/blog/kibana-aggregation-execution-order-and-you[here].
[float]
[[visualize-filters]]
include::filter-pinning.asciidoc[]