-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Doc updates for 5.0alpha #6753
Closed
Closed
Doc updates for 5.0alpha #6753
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ A Kibana _dashboard_ displays a set of saved visualizations in groups that you c | |
dashboard to share or reload at a later time. | ||
|
||
.Sample dashboard | ||
image:images/NYCTA-Dashboard.jpg[Example dashboard] | ||
image:images/tutorial-dashboard.png[Example dashboard] | ||
|
||
[float] | ||
[[dashboard-getting-started]] | ||
|
@@ -22,9 +22,7 @@ The first time you click the *Dashboard* tab, Kibana displays an empty dashboard | |
image:images/NewDashboard.png[New Dashboard screen] | ||
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. |
||
|
||
Build your dashboard by adding visualizations. By default, Kibana dashboards use a light color theme. To use a dark color | ||
theme instead, click the *Settings* image:images/SettingsButton.jpg[Gear] button and check the *Use dark theme* box. | ||
|
||
image:images/darktheme.png[Dark Theme Example] | ||
theme instead, click the *Options* button and check the *Use dark theme* box. | ||
|
||
NOTE: You can change the default theme in the *Advanced* section of the *Settings* tab. | ||
|
||
|
@@ -36,9 +34,9 @@ include::autorefresh.asciidoc[] | |
[[adding-visualizations-to-a-dashboard]] | ||
==== Adding Visualizations to a Dashboard | ||
|
||
To add a visualization to the dashboard, click the *Add Visualization* image:images/AddVis.png[Plus] button in the | ||
toolbar panel. Select a saved visualization from the list. You can filter the list of visualizations by typing a filter | ||
string into the *Visualization Filter* field. | ||
To add a visualization to the dashboard, click the *Add* button in the toolbar panel. Select a saved visualization | ||
from the list. You can filter the list of visualizations by typing a filter string into the *Visualization Filter* | ||
field. | ||
|
||
The visualization you select appears in a _container_ on your dashboard. | ||
|
||
|
@@ -60,7 +58,7 @@ when you save a dashboard. To disable this behavior, clear the *Store time with | |
|
||
Click the *Load Saved Dashboard* button to display a list of existing dashboards. The saved dashboard selector includes | ||
a text field to filter by dashboard name and a link to the Object Editor for managing your saved dashboards. You can | ||
also access the Object Editor by clicking *Settings > Edit Saved Objects*. | ||
also access the Object Editor by clicking *Settings > Objects*. | ||
|
||
[float] | ||
[[sharing-dashboards]] | ||
|
@@ -73,8 +71,6 @@ NOTE: A user must have Kibana access in order to view embedded dashboards. | |
|
||
To share a dashboard, click the *Share* button image:images/share-dashboard.png[] to display the _Sharing_ panel. | ||
|
||
image:images/sharing-panel.png[] | ||
|
||
Click the *Copy to Clipboard* button image:images/share-link.png[] to copy the native URL or embed HTML to the clipboard. | ||
Click the *Generate short URL* button image:images/share-short-link.png[] to create a shortened URL for sharing or | ||
embedding. | ||
|
This file contains 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
This file contains 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
This file contains 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,15 @@ | ||
The `Duration` field formatter can display the numeric value of a field in the following increments: | ||
|
||
* Picoseconds | ||
* Nanoseconds | ||
* Microseconds | ||
* Milliseconds | ||
* Seconds | ||
* Minutes | ||
* Hours | ||
* Days | ||
* Weeks | ||
* Months | ||
* Years | ||
|
||
You can specify these increments with up to 20 decimal places for both input and output formats. |
This file contains 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
Oops, something went wrong.
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.
All of the images in this section seem to be from the old design with the dark toolbar.