Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 63a434b

Browse files
author
ashwinkumar12345
committed
added screenshots
1 parent 09ea1ba commit 63a434b

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

docs/images/markdown-notebook.png

121 KB
Loading

docs/images/notebook.png

198 KB
Loading

docs/images/output-notebook.png

764 KB
Loading
155 KB
Loading

docs/notebooks/index.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ has_children: false
77

88
# Kibana Notebook
99

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.
1211

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.
1415

15-
![Notebook UI](../images/kibana-notebooks.gif)
16+
Common use cases include creating postmortem reports, designing runbooks, building live infrastructure reports, and writing documentation.
1617

1718
## Get Started with Notebooks
1819

@@ -25,6 +26,8 @@ A notebook is an interface for creating reports.
2526
1. Choose **Create notebook** and enter a descriptive name.
2627
1. Choose **Create**.
2728

29+
![Notebook UI](../images/notebook.png)
30+
2831
Choose **Notebook actions** to rename, duplicate, or delete a notebook.
2932

3033
### Step 2: Add a paragraph
@@ -36,15 +39,21 @@ Paragraphs combine text and visualizations for describing data.
3639
1. To add text, choose **Add markdown paragraph**.
3740
1. Add rich text with markdown syntax.
3841

42+
![Markdown paragraph](../images/markdown-notebook.png)
43+
3944
#### Add a visualization paragraph
4045

4146
1. To add a visualization, choose **Add Kibana visualization paragraph**.
4247
1. In **Title**, select your visualization and choose a date range.
48+
49+
![Markdown paragraph](../images/visualization-notebook.png)
50+
4351
- You can choose multiple timelines to compare and contrast visualizations.
44-
1. To resize a visualization, unpin the visualization and enter the edit mode. After you resize the visualization, choose **Save**.
4552

4653
To run and save a paragraph, choose **Run**.
4754

55+
![Output](../images/output-notebook.png)
56+
4857
You can perform the following actions on paragraphs:
4958

5059
- Add a new paragraph to the top of a report.

0 commit comments

Comments
 (0)