OpenSearch/docs/reference/setup
David Roberts 2608012422
Add temporary directory cleanup workarounds (#32615)
On some Linux distributions tmpfiles.d cleans files and
directories under /tmp if they haven't been accessed for
10 days.

This can cause problems for ML as ML is currently the only
component that uses the temp directory more than a few
seconds after startup. If you didn't open an ML job for
10 days and then tried to open one then the temp directory
would have been deleted.

This commit prevents the problem occurring in the case of
Elasticsearch being managed by systemd, as systemd private
temp directories are not subject to periodic cleanup (by
default).

Additionally there are now some docs to warn people about
the risk and suggest a manual mitigation for .tar.gz users.
2018-08-07 16:59:56 +01:00
..
important-settings Add temporary directory cleanup workarounds (#32615) 2018-08-07 16:59:56 +01:00
install [Docs] Light edit to info about docker images (#32376) 2018-08-06 12:00:07 -07:00
sysconfig Remove reference to non-existent store type (#32418) 2018-07-27 11:24:03 -04:00
bootstrap-checks-xes.asciidoc [DOCS] Moves X-Pack setup to docs (#31145) 2018-06-06 14:46:20 -07:00
bootstrap-checks.asciidoc Fix ordering of bootstrap checks in docs (#32417) 2018-07-27 10:40:16 -04:00
configuration.asciidoc [DOCS] Correct typo in configuration (#28903) 2018-03-06 15:50:46 +01:00
important-settings.asciidoc Add temporary directory cleanup workarounds (#32615) 2018-08-07 16:59:56 +01:00
install.asciidoc Tweaked Elasticsearch Service links for SEO 2018-07-16 12:47:57 -07:00
jvm-options.asciidoc Reinsert paragraph about heap size 2017-12-12 11:09:24 -05:00
logging-config.asciidoc Logging: Make node name consistent in logger (#31588) 2018-07-31 10:54:24 -04:00
secure-settings.asciidoc [DOCS] Reloadable Secure Settings (#31713) 2018-08-01 12:07:23 +03:00
setup-xclient.asciidoc [DOCS] Moves X-Pack setup to docs (#31145) 2018-06-06 14:46:20 -07:00
setup-xes.asciidoc [DOCS] Moves X-Pack setup to docs (#31145) 2018-06-06 14:46:20 -07:00
starting.asciidoc [DOCS] Starting Elasticsearch (#31701) 2018-07-03 13:40:37 -07:00
stopping.asciidoc [DOC] Remove obsolete node names from documentation 2016-09-19 11:56:28 +02:00
sysconfig.asciidoc Reorganize configuring Elasticsearch docs 2017-12-12 10:24:37 -05:00