mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
* timelion docs rough draft 1 * timelion docs rough draft updates * timelion docs rough draft typo * timelion docs rough draft typo * tanya feedback * nbsp after images, made getting started a chapter with sections, removed inclusive we * minor updates * feedback from Bohyun
29 lines
No EOL
1.3 KiB
Text
29 lines
No EOL
1.3 KiB
Text
[[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
|
|
to tease out the answers to complex questions, and visualize the results.
|
|
|
|
For example, Timelion enables you to easily get the answers to questions like:
|
|
|
|
* How many pages does each unique user view over time?
|
|
* What's the difference in traffic volume between this Friday and last Friday?
|
|
* 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?
|
|
{nbsp}
|
|
|
|
You might also be interested in these tutorial videos:
|
|
|
|
* https://www.elastic.co/elasticon/conf/2017/sf/timelion-magic-math-and-everything-in-the-middle[Timelion: Magic, Math, and Everything in the Middle]
|
|
* https://www.elastic.co/videos/timelion-plugin-for-kibana-enables-times-series-paris-meetup[Timelion Plugin for Kibana Enables Time Series]
|
|
* https://www.elastic.co/videos/using-kibana-and-timelion-to-analyze-earthquake-data[Using Kibana and Timelion to Analyze Earthquake Data]
|
|
--
|
|
|
|
include::timelion/timelion-getting-started.asciidoc[]
|
|
|
|
include::timelion/timelion-inline-help.asciidoc[] |