We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5350cb commit 69f32b4Copy full SHA for 69f32b4
1 file changed
libbeat/docs/dashboardsconfig.asciidoc
@@ -46,6 +46,9 @@ You can specify the following options in the `setup.dashboards` section of the
46
If this option is set to true, {beatname_uc} loads the sample Kibana dashboards
47
from the local `kibana` directory in the home path of the {beatname_uc} installation.
48
49
+NOTE: {beatname_uc} loads dashboards on startup if either `enabled` is set to `true`
50
+or the `setup.dashboards` section is included in the configuration.
51
+
52
NOTE: When dashboard loading is enabled, {beatname_uc} overwrites any existing
53
dashboards that match the names of the dashboards you are loading. This happens
54
every time {beatname_uc} starts.
0 commit comments