Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timelion deprecation doc #74508

Merged
merged 9 commits into from
Aug 11, 2020
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/user/visualize.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ include::{kib-repo-dir}/visualize/lens.asciidoc[]
include::{kib-repo-dir}/visualize/most-frequent.asciidoc[]

include::{kib-repo-dir}/visualize/tsvb.asciidoc[]

include::{kib-repo-dir}/visualize/timelion.asciidoc[]

include::{kib-repo-dir}/visualize/tilemap.asciidoc[]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/visualize/images/timelion-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/visualize/images/timelion-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions docs/visualize/timelion.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -504,3 +504,61 @@ image::images/timelion-conditional04.png[]
{nbsp}

For additional information on Timelion conditional capabilities, go to https://www.elastic.co/blog/timeseries-if-then-else-with-timelion[I have but one .condition()].

[float]
[[timelion-deprecation]]
=== Timelion App deprecation

In *8.0* and later, the Timelion app is going to be deprecated. There are actions you need to complete to copy your existing Timelion worksheets to a dashboard.
stratoula marked this conversation as resolved.
Show resolved Hide resolved

NOTE: Only the Timelion app is deprecated, not the Timelion editor.
stratoula marked this conversation as resolved.
Show resolved Hide resolved

[role="screenshot"]
image::images/timelion-app.png[]
stratoula marked this conversation as resolved.
Show resolved Hide resolved
{nbsp}

[float]
[[timelion-app-to-vis]]
==== Create Timelion visualizations from a Timelion worksheet
stratoula marked this conversation as resolved.
Show resolved Hide resolved

To migrate your Timelion charts to **Visualize**, copy the expression of each graph and create a new Timelion Visualization.

Select the chart you want to copy, and copy its expression.

[role="screenshot"]
image::images/timelion-copy-expression.png[]
{nbsp}
stratoula marked this conversation as resolved.
Show resolved Hide resolved

Open the menu, click **Visualize**, then click **Create visualization**. On the **New Visualization** window, click **Timelion**.

[role="screenshot"]
image::images/timelion-create-new-vis.png[]
{nbsp}

Paste the copied expression to the *Timelion Expression* field and click **Update**.

[role="screenshot"]
image::images/timelion-vis-paste-expression.png[]
{nbsp}

Save the new visualization and repeat for all your charts on each sheet.

[float]
[[timelion-sheet-to-dashboard]]
==== Create a dashboard with the Timelion visualizations

Timelion worksheets are deprecated, but they can easily be replaced by a dashboard. The process is the same as adding a new visualization to a dashboard.

Open the menu, click **Dashboard**, then click **Create dashboard**.

Click to Add an existing visualization to the dashboard.

[role="screenshot"]
image::images/timelion-add-to-dashboard.png[]
{nbsp}

On the dashboard, click **Add an existing**, then select the Timelion visualizations.

[role="screenshot"]
image::images/timelion-dashboard.png[]
{nbsp}