beats-dashboards icon indicating copy to clipboard operation
beats-dashboards copied to clipboard

load.sh and load.ps1 nits

Open GrahamHannington opened this issue 10 years ago • 1 comments

load.sh

Usage example comments reflect the old positional command-line parameters, not the new named parameters:

# Usage examples:
# env KIBANA_INDEX='.kibana_env1' ./load.sh
# ./load.sh http://test.com:9200
# ./load.sh http://test.com:9200 test

load.sh and load.ps1

Usage text mentions "dashboards, visualizations, and index patterns", but not searches.

Typo in the usage text for the -url option: "Elasticseacrh" (sic).

I know, I'm a pedant :stuck_out_tongue:.

GrahamHannington avatar Jan 29 '16 05:01 GrahamHannington

@GrahamHannington As always, thanks for mentioning this. Good docs (and especially correct docs) are as important as good code.

ruflin avatar Jan 29 '16 08:01 ruflin