mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Updated to work with new doc structure
This commit is contained in:
parent
62c604d9f6
commit
e51dfeb348
1 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
[[timelion]]
|
||||
== Timelion
|
||||
= Timelion
|
||||
|
||||
[partintro]
|
||||
--
|
||||
Timelion is a time series data visualizer that enables you to combine totally
|
||||
independent data sources within a single visualization. It's driven by a simple
|
||||
expression language you use to retrieve time series data, perform calculations
|
||||
|
@ -13,7 +15,10 @@ For example, Timelion enables you to easily get the answers to questions like:
|
|||
* What percent of Japan's population came to my site today?
|
||||
* What's the 10-day moving average of the S&P 500?
|
||||
* What's the cumulative sum of all search requests received in the last 2 years?
|
||||
--
|
||||
|
||||
[[timelion-createviz]]
|
||||
== Creating Time Series Visualizations
|
||||
To start building time-series visualizations, click **Timelion** in the side
|
||||
navigation and run through the tutorial. Documentation for the Timelion
|
||||
expression language is built-in. Click **Docs** in the toolbar to view
|
||||
|
@ -26,5 +31,9 @@ To incorporate a Timelion visualization into a Kibana dashboard, save the
|
|||
Timelion expression as a Kibana dashboard panel. You can then add it to
|
||||
a dashboard like any other visualization.
|
||||
|
||||
TIP: You can also create time series visualizations right from the Visualize
|
||||
app--just select the Timeseries visualization type and enter a Timelion
|
||||
expression in the expression field.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue