OpenSearch/docs/en
Tim Vernum 5eac9fd1a4 [DOCS] Improve docs for "--pass" option in certutil (elastic/x-pack-elasticsearch#4352)
The handling of the "--pass" option has complex rules due to the
different requirements of different output formats, and the way
joptsimple handles specs with optional arguments.

A standard unix shell will parse
    certutil --pass=""
as being identical to
    certutil --pass=
and joptsimple treats that as being "no argument", i.e. the same as
    certutil --pass

The only way to pass a blank password is
    certutil --pass ""
(though this is shell dependent)

Original commit: elastic/x-pack-elasticsearch@bc09d0f298
2018-04-17 11:05:09 +10:00
..
commands [DOCS] Improve docs for "--pass" option in certutil (elastic/x-pack-elasticsearch#4352) 2018-04-17 11:05:09 +10:00
ml [DOCS] Removed X-Pack installation terminology (elastic/x-pack-elasticsearch#4339) 2018-04-12 10:23:07 -07:00
monitoring [DOCS] Add X-Pack monitoring details for Elasticsearch (elastic/x-pack-elasticsearch#4328) 2018-04-16 14:57:42 -07:00
release-notes [Monitoring] Remove support for setting interval -1 (elastic/x-pack-elasticsearch#4035) 2018-02-26 17:53:09 -08:00
rest-api [DOCS] Removes redundant role examples 2018-04-12 16:47:45 -07:00
rollup [Rollup] Rename job config `size` to `page_size` (elastic/x-pack-elasticsearch#4309) 2018-04-10 13:34:40 -07:00
security Give the logstash_admin role cluster:monitor/main privilege (elastic/x-pack-elasticsearch#4318) 2018-04-16 10:47:01 -07:00
settings [DOCS] Clarified xpack.monitoring.enabled setting (elastic/x-pack-elasticsearch#4384) 2018-04-16 09:16:29 -07:00
setup [DOCS] Removed X-Pack installation info (elastic/x-pack-elasticsearch#4299) 2018-04-04 11:59:31 -07:00
sql [DOCS] Removed X-Pack installation info (elastic/x-pack-elasticsearch#4299) 2018-04-04 11:59:31 -07:00
watcher [DOCS] Removed X-Pack installation terminology (elastic/x-pack-elasticsearch#4339) 2018-04-12 10:23:07 -07:00
index.asciidoc Rollups for Elasticsearch (elastic/x-pack-elasticsearch#4002) 2018-02-23 17:10:37 -05:00
node.asciidoc [DOCS] Create X-Pack installation and introduction for Elasticsearch Ref (elastic/x-pack-elasticsearch#1698) 2017-06-19 18:01:52 -07:00