Fixes bad links, updates a screenshot, changes formattig for What's New

This commit is contained in:
Paul Echeverri 2015-05-22 10:32:15 -07:00
parent aa335453d4
commit 33a51567c4
4 changed files with 26 additions and 24 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 187 KiB

Before After
Before After

View file

@ -11,11 +11,12 @@ browser-based interface enables you to quickly create and share dynamic
dashboards that display changes to Elasticsearch queries in real time.
Setting up Kibana is a snap. You can install Kibana and start exploring your
Elasticsearch indices in minutes--no code, no additional infrastructure required.
Elasticsearch indices in minutes -- no code, no additional infrastructure required.
NOTE: This guide describes how to use Kibana 4. For information about what's new
in Kibana 4, see <<whats-new>>. For information about Kibana 3,
see the http://www.elastic.co/guide/en/kibana/current/index.html[Kibana 3 User Guide].
NOTE: This guide describes how to use Kibana 4.1. For information about what's new
in Kibana 4.1, see <<whats-new>>. For earlier versions of Kibana 4, see the
http://www.elastic.co/guide/en/kibana/4.0/index.html[Kibana 4 User Guide]. For information about Kibana 3, see the
http://www.elastic.co/guide/en/kibana/3.0/index.html[Kibana 3 User Guide].
[float]
[[data-discovery]]

View file

@ -60,8 +60,8 @@ disable the *Index contains time-based events* option.
create index names* option and select the *Index pattern interval*. This improves search performance by enabling Kibana
to search only those indices that could contain data in the time range you specify. This is primarily applicable if you
are using Logstash to feed data into Elasticsearch.
. Click *Create* to add the index pattern. This first pattern is automatically configured as the default. When you have
more than one index pattern, you can designate which one to use as the default from *Settings > Indices*.
. Click *Create* to add the index pattern. This first pattern is automatically configured as the default.
When you have more than one index pattern, you can designate which one to use as the default from *Settings > Indices*.
Voila! Kibana is now connected to your Elasticsearch data. Kibana displays a read-only list of fields configured for
the matching index.
@ -75,4 +75,5 @@ You're ready to dive in to your data:
* Chart and map your data from the <<visualize, Visualize>> page.
* Create and view custom dashboards from the <<dashboard, Dashboard>> page.
For a brief tutorial to these core Kibana concepts, take a look at the <<getting-started, Getting Started>> page!
For a brief tutorial that explores these core Kibana concepts, take a look at the <<getting-started, Getting
Started>> page.

View file

@ -5,31 +5,31 @@
[[key-features]]
=== Key Features
* {k4pull}2518[*Pull Request 2518*]: You can pin filters to make the filter persist across Kibana functionality, from
* {k4pull}2518[Pull Request 2518]: You can pin filters to make the filter persist across Kibana functionality, from
the Visualize tab to Discover to a Dashboard.
* {k4pull}2731[*Pull Request 2731*]: Field formatting options now supported in Settings.
* {k4pull}3154[*Pull Request 3154*]: New chart: Bubble chart, derived from the basic line chart.
* {k4pull}3212[*Pull Request 3212*]: You can now install Kibana on Linux with a package manager such as `yum` or
* {k4pull}2731[Pull Request 2731]: Field formatting options now supported in Settings.
* {k4pull}3154[Pull Request 3154]: New chart: Bubble chart, derived from the basic line chart.
* {k4pull}3212[Pull Request 3212]: You can now install Kibana on Linux with a package manager such as `yum` or
`apt-get`.
* {k4pull}3271[*Pull Request 3271*] and {k4pull}3262[*3262*]: New aggregations: IPv4 and Date range aggregations enable
* {k4pull}3271[Pull Request 3271] and {k4pull}3262[3262]: New aggregations: IPv4 and Date range aggregations enable
you to specify buckets for these qualities.
* {k4pull}3290[*Pull Request 3290*]: You can select a time interval for the Discover display of time series data.
* {k4pull}3470[*Pull Request 3470*]: New metric: Percentile ranks.
* {k4pull}3573[*Pull Request 3573*]: Kibana objects (visualizations, dashboards, and searches) can be imported and
* {k4pull}3290[Pull Request 3290]: You can select a time interval for the Discover display of time series data.
* {k4pull}3470[Pull Request 3470]: New metric: Percentile ranks.
* {k4pull}3573[Pull Request 3573]: Kibana objects (visualizations, dashboards, and searches) can be imported and
exported.
* {k4pull}3830[*Pull Request 3830*]: New chart: Heatmap, a tile map display variant.
* {k4pull}3830[Pull Request 3830]: New chart: Heatmap, a tile map display variant.
[float]
[[improvements]]
=== Improvements
* {k4pull}3164[*Pull Request 3164*]: You can now store a specific time range with a dashboard.
* {k4pull}3233[*Pull Request 3233*]: New Y axis scale options, log scale and square root scale.
* {k4pull}3237[*Pull Request 3237*]: Dat Histogram bucket aggregation now supports custom intervals, from seconds to
* {k4pull}3164[Pull Request 3164]: You can now store a specific time range with a dashboard.
* {k4pull}3233[Pull Request 3233]: New Y axis scale options, log scale and square root scale.
* {k4pull}3237[Pull Request 3237]: Dat Histogram bucket aggregation now supports custom intervals, from seconds to
years.
* {k4pull}3273[*Pull Request 3273*]: Line smoothing for for line and area charts.
* {k4pull}3464[*Pull Request 3464*]: You can now specify the extent of the Y axis for charts.
* {k4pull}3526[*Pull Request 3526*]: You can add columns to Dicover's list of results directly from an entry's table of
* {k4pull}3273[Pull Request 3273]: Line smoothing for for line and area charts.
* {k4pull}3464[Pull Request 3464]: You can now specify the extent of the Y axis for charts.
* {k4pull}3526[Pull Request 3526]: You can add columns to Dicover's list of results directly from an entry's table of
fields.
* {k4pull}3671[*Pull Request 3671*]: Tile maps now support latitude/longitude filtering.
* {k4pull}3800[*Pull Request 3800*]: You can now pause auto-refresh on a dashboard.
* {k4pull}3671[Pull Request 3671]: Tile maps now support latitude/longitude filtering.
* {k4pull}3800[Pull Request 3800]: You can now pause auto-refresh on a dashboard.