You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/notebooks/index.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,13 @@ has_children: false
7
7
8
8
# Kibana Notebook
9
9
10
-
A Kibana notebook is an interface that lets you easily create and share live log data reports.
11
-
You can add visualization paragraphs for creating graphs and markdown paragraphs for writing descriptions.
10
+
A Kibana notebook is an interface that lets you easily combine live visualizations and narrative text in a single notebook interface.
12
11
13
-
Common use cases include creating postmortem reports, designing runbooks, building live infrastructure reports, and writing documentation.
12
+
With Kibana notebooks, you can interactively explore data by running different visualizations and share your work with team members to collaborate on a project.
13
+
14
+
You can add visualization paragraphs for creating graphs and markdown paragraphs for writing descriptions. You can choose multiple timelines to compare and contrast visualizations.
14
15
15
-

16
+
Common use cases include creating postmortem reports, designing runbooks, building live infrastructure reports, and writing documentation.
16
17
17
18
## Get Started with Notebooks
18
19
@@ -25,6 +26,8 @@ A notebook is an interface for creating reports.
25
26
1. Choose **Create notebook** and enter a descriptive name.
26
27
1. Choose **Create**.
27
28
29
+

30
+
28
31
Choose **Notebook actions** to rename, duplicate, or delete a notebook.
29
32
30
33
### Step 2: Add a paragraph
@@ -36,15 +39,21 @@ Paragraphs combine text and visualizations for describing data.
36
39
1. To add text, choose **Add markdown paragraph**.
0 commit comments