Closed monicasarbu closed 8 years ago
@dedemorton could you please update the docs with more usage examples, similar with those that I added in this PR? Thanks!
@monicasarbu Are the examples in this section not sufficient? https://www.elastic.co/guide/en/beats/libbeat/1.1/getting-started.html#dashboard-load-options
Are you thinking that maybe I should show the full command line for each of the examples?
@dedemorton I was thinking to add the following:
load.sh -url http://test.com:9200 load.sh -url http://test.com:9200 -index .kibana_env
maybe with the explanations:
There are a few ways to pass in the password.
load.sh -url https://xyz.found.io -u admin:pass load.sh -url https://xyz.found.io -u admin:$(cat ~/pass-file) load.sh -url https://user:pass@xyz.found.io
with the explanations:
(cc @andrewkroh )
LGTM
Fixes issue: https://github.com/elastic/beats-dashboards/issues/80