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 6 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.
49 changes: 49 additions & 0 deletions docs/visualize/timelion.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -504,3 +504,52 @@ 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 - deprecated since 7.0 - is going to be removed. 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 Timelion as a visualization (on dashboards and in the visualize application) or Timelion in Canvas.
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 a dashboard from a Timelion worksheet

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 but the Timelion charts should also be migrated to **Visualize**.
stratoula marked this conversation as resolved.
Show resolved Hide resolved

Open the menu, click **Dashboard**, then click **Create dashboard**.
stratoula marked this conversation as resolved.
Show resolved Hide resolved

On the dashboard, click **Create New**, then select the Timelion visualization.

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


The oly thing you need is the Timelion expression for each graph.
stratoula marked this conversation as resolved.
Show resolved Hide resolved

Open Timelion app on a new tab, select the chart you want to copy, and copy its expression.

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

Return to the other tab and paste the copied expression to the *Timelion Expression* field and click **Update**.

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

Click to save the new visualization, give a name, and hit **Save and Return**.
stratoula marked this conversation as resolved.
Show resolved Hide resolved

Your Timelion visualization will appear on the dashboard. Repeat for all your charts on each worksheet.
stratoula marked this conversation as resolved.
Show resolved Hide resolved

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