-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
add note about overwriting dashboards #6828
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -41,7 +41,9 @@ You can specify the following options in the `setup.dashboards` section of the | |||
|
||||
If this option is set to true, {beatname_uc} loads the sample Kibana dashboards | ||||
automatically on startup. If no other options are set, the dashboard are loaded | ||||
from the local `kibana` directory in the home path of the installation. | ||||
from the local `kibana` directory in the home path of the installation. Note that | ||||
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. This seems fairly important, so you might want to call this out as a separate note. I wonder if it might make sense to have a I'd suggest the following changes (includes a few edits to remove ambiguity in the existing text):
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. beats/libbeat/dashboards/kibana_loader.go Line 89 in 9e2838d
I opened a Discuss on this: https://discuss.elastic.co/t/should-beats-modules-overwrite-kibana-dashboards/127984 I like the new wording. I patched the PR. |
||||
any existing dashboards with the same names will be overwritten anytime Beats | ||||
starts. | ||||
|
||||
To load dashboards from a different location, you can configure one of the | ||||
following options: <<directory-option,`setup.dashboards.directory`>>, | ||||
|
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.
Why the sentence which start with "If no other options are set..." is removed? AFAIK it is still possible to override it using
setup.dashboards.directory
.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.
@kvch I think this was my fault! When I suggested an edit to @loekvangool, I inadvertently deleted that line when I copy/pasted the original text. I didn't notice the line was missing because the sentence read correctly without the deleted line. My edit should have said:
Sorry about the confusion.