You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace `localhost:9200` with the location where Elasticsearch is running.
410
-
For example, `./load.sh -url http://192.168.33.60:9200`. For more command-line options,
411
-
see <<dashboard-load-options>>.
408
+
By default, the script assumes that you are running Elasticsearch on `127.0.0.1:9200`. Use the `-url` option
409
+
to specify a different location. For example: `./load.sh -url http://192.168.33.60:9200`. To specify a Kibana index pattern or pass in user credentials, see <<dashboard-load-options>>.
412
410
413
411
*win:*
414
412
@@ -426,47 +424,41 @@ to download and install PowerShell.
Replace `localhost:9200` with the location where Elasticsearch is running. For example,
433
-
`.\load.ps1 -url http://192.168.33.60:9200`. For more command-line options,
434
-
see <<dashboard-load-options>>.
430
+
By default, the script assumes that you are running Elasticsearch on `127.0.0.1:9200`. Use the `-url` option
431
+
to specify a different location. For example: `.\load.ps1 -url http://192.168.33.60:9200`. To specify a Kibana index pattern or pass in user credentials, see <<dashboard-load-options>>.
435
432
+
436
-
NOTE: If script execution is disabled on your system, you need to set the execution policy for the current session to allow the script to run. For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\load.ps1 -url http://localhost:9200`.
433
+
NOTE: If script execution is disabled on your system, you need to set the execution policy for the current session to allow the script to run. For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\load.ps1 -url http://192.168.33.60:9200`.
437
434
438
435
[[dashboard-load-options]]
439
-
===== Dashboard Load Options
440
-
441
-
You can specify the following options when you run the load script (`load.sh` or
442
-
`load.ps1`) to load Kibana dashboards. If you specify no options, the script
443
-
assumes that Elasticsearch is running at `http://localhost:9200`.
444
-
445
-
[[horizontal]]
446
-
*`-h | -help`*::
447
-
Print the help menu.
448
-
449
-
*`-l | -url <Elasticsearch_url>`*::
450
-
The URL of the server where Elasticsearch is running. For example,
451
-
`-url http://192.168.33.60:9200`.
452
-
453
-
*`-u | -user <username>:<password>`*::
454
-
The username and password for authenticating to Elasticsearch using Basic
455
-
Authentication. Specify the username and password separated by a colon
456
-
(for example, `-user admin:secret`). By default no username and password are
457
-
used.
458
-
459
-
*`-i | -index <index_pattern>`*::
460
-
The Kibana index pattern where you want to save the Beats dashboards,
461
-
visualizations, and index patterns. You can use this option to upload the Beats
462
-
dashboards into multiple Kibana installations. For example:
436
+
===== Other Dashboard Load Options
437
+
When you load the dashboards, you can also specify:
438
+
439
+
* The Kibana index pattern where you want to load the dashboards in Elasticsearch. For example:
0 commit comments