OpenSearch/docs/reference/setup
jaymode f6191d05de add ability to prompt for selected settings on startup
Some settings may be considered sensitive, such as passwords, and storing them
in the configuration file on disk is not good from a security perspective. This change
allows settings to have a special value, `${prompt::text}` or `${prompt::secret}`, to
indicate that  elasticsearch should prompt the user for the actual value on startup.
This only works when started in the foreground. In cases where elasticsearch is started
as a service or in the background, an exception will be thrown.

Closes #10838
2015-06-02 09:38:07 -04:00
..
as-a-service-win.asciidoc Docs: Fixed typo in windows-as-a-service 2014-09-04 16:12:46 +02:00
as-a-service.asciidoc Remove working directory 2015-04-25 13:08:36 +02:00
configuration.asciidoc add ability to prompt for selected settings on startup 2015-06-02 09:38:07 -04:00
dir-layout.asciidoc Snapshot/Restore: fix FSRepository location configuration 2015-05-20 22:14:31 -04:00
repositories.asciidoc Add common SystemD file for RPM/DEB package 2015-05-27 11:51:58 +02:00
upgrade.asciidoc feedback 2015-05-27 10:29:37 +03:00