This repository was archived by the owner on Aug 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 101
Notebooks #327
Merged
Merged
Notebooks #327
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
4e4edfe
added notebook info
e6fa95b
rough draft
86ae338
more changes
f5bbbfb
more changes
a47bd1a
minor change
4ed4f97
removed import notebooks
09ea1ba
incorporated feedback
63a434b
added screenshots
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| --- | ||
| layout: default | ||
| title: Notebook | ||
| nav_order: 38 | ||
| has_children: false | ||
| --- | ||
|
|
||
| # Kibana Notebook | ||
|
|
||
| A Kibana notebook is an interface that lets you easily combine live visualizations and narrative text in a single notebook interface. | ||
|
|
||
| With Kibana notebooks, you can interactively explore data by running different visualizations and share your work with team members to collaborate on a project. | ||
|
|
||
| You can add visualization paragraphs for creating graphs and markdown paragraphs for writing descriptions. You can choose multiple timelines to compare and contrast visualizations. | ||
|
|
||
| Common use cases include creating postmortem reports, designing runbooks, building live infrastructure reports, and writing documentation. | ||
|
|
||
| ## Get Started with Notebooks | ||
|
|
||
| To get started, choose **Kibana Notebooks** in Kibana. | ||
|
|
||
| ### Step 1: Create a notebook | ||
|
|
||
| A notebook is an interface for creating reports. | ||
|
|
||
| 1. Choose **Create notebook** and enter a descriptive name. | ||
| 1. Choose **Create**. | ||
|
|
||
|  | ||
|
|
||
| Choose **Notebook actions** to rename, duplicate, or delete a notebook. | ||
|
|
||
| ### Step 2: Add a paragraph | ||
|
|
||
| Paragraphs combine text and visualizations for describing data. | ||
|
|
||
| #### Add a markdown paragraph | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Capitalize Markdown and add a link to documentation for whatever flavor we're using (probably CommonMark or GFM) in the description. Examples: |
||
|
|
||
| 1. To add text, choose **Add markdown paragraph**. | ||
| 1. Add rich text with markdown syntax. | ||
|
|
||
|  | ||
|
|
||
| #### Add a visualization paragraph | ||
|
|
||
| 1. To add a visualization, choose **Add Kibana visualization paragraph**. | ||
| 1. In **Title**, select your visualization and choose a date range. | ||
|
|
||
|  | ||
|
|
||
| - You can choose multiple timelines to compare and contrast visualizations. | ||
|
|
||
| To run and save a paragraph, choose **Run**. | ||
|
|
||
|  | ||
|
|
||
| You can perform the following actions on paragraphs: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there no sequential drilling down on data as you progress through the notebook? It's just visualizations and paragraphs? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When the inspect button on output only is clicked, it shows the data. @anirudha to confirm. |
||
|
|
||
| - Add a new paragraph to the top of a report. | ||
| - Add a new paragraph to the bottom of a report. | ||
| - Run all the paragraphs at the same time. | ||
| - Clear the outputs of all paragraphs. | ||
| - Delete all the paragraphs. | ||
| - Move paragraphs up and down. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the gif above is very old version of the software, where did you get it from ?