OpenSearch/docs/reference
Jason Tedor d8bb413b1b Configure heap dump path out of the box
The JVM defaults to dumping the heap to the working directory of
Elasticsearch. For the RPM and Debian packages, this location is
/usr/share/elasticsearch. This directory is not writable by the
elasticsearch user, so by default heap dumps in this situation are
lost. This commit modifies the packaging for the RPM and Debian packages
to set the heap dump path to /var/lib/elasticsearch as the default
location for dumping the heap. This location is writable by the
elasticsearch user by default. We add documentation of this important
setting if /var/lib/elasticsearch is not suitable for receiving heap
dumps.

Relates #26755
2017-09-22 14:22:03 -04:00
..
aggregations Docs: Remove remaining references to file and native scripts (#26580) 2017-09-11 11:39:29 -07:00
analysis [Docs] Fix name of character filter in example. (#26724) 2017-09-20 17:08:43 +02:00
cat [Test] Fix reference/cat/allocation/line_8 test failure 2017-09-18 10:46:19 +02:00
cluster [Docs] improved description for fs.total.available_in_bytes (#26657) 2017-09-18 16:56:19 +10:00
docs [Docs] Add description for missing fields in Reindex/Update/Delete By Query (#26618) 2017-09-15 11:23:57 +02:00
how-to Enable adaptive replica selection by default (#26522) 2017-09-07 09:25:05 -06:00
images Update MSI installer images (#25414) 2017-06-28 09:04:23 +10:00
index-modules [Docs] Convert more doc snippets (#26404) 2017-08-30 09:30:36 +02:00
indices Add wait_for_active_shards parameter to index open command (#26682) 2017-09-22 11:15:03 +02:00
ingest [Docs] "The the" is a great band, but ... (#26644) 2017-09-14 15:08:20 +02:00
mapping Add bad_request to the rest-api-spec catch params (#26539) 2017-09-14 14:24:03 -05:00
migration Add v6.1 BWC layer for adding wait_for_active_shards to index open command 2017-09-22 16:30:07 +02:00
modules [DOCS] Remove edit link from ML node 2017-09-14 16:18:29 -07:00
query-dsl Remove parse field deprecations in query builders (#26711) 2017-09-20 16:22:21 +02:00
release-notes Migrate migration docs from 6.0 to 7.0 (#26227) 2017-08-16 13:12:44 -06:00
search Fix percolator highlight sub fetch phase to not highlight query twice (#26622) 2017-09-14 09:31:14 +02:00
setup Configure heap dump path out of the box 2017-09-22 14:22:03 -04:00
testing Docs: Replace deprecated pluginList with Arrays.asList (#24270) 2017-04-24 13:30:37 +02:00
aggregations.asciidoc Update aggregation.asciidoc (#24042) 2017-04-11 09:02:38 -04:00
analysis.asciidoc Add the ability to set an analyzer on keyword fields. (#21919) 2016-12-30 09:36:10 +01:00
api-conventions.asciidoc Add bad_request to the rest-api-spec catch params (#26539) 2017-09-14 14:24:03 -05:00
cat.asciidoc Enforce that responses in docs are valid json (#26249) 2017-08-17 09:02:10 -04:00
cluster.asciidoc [docs] include two cluster doc pages missing from index (#25180) 2017-06-12 12:33:56 -07:00
docs.asciidoc Inclusion of link to Multi Delete (#22619) 2017-01-16 12:58:59 +01:00
getting-started.asciidoc Enforce that responses in docs are valid json (#26249) 2017-08-17 09:02:10 -04:00
glossary.asciidoc Remove usage of multi-types from the docs and added a page explaining type removal (#25543) 2017-07-05 12:30:19 +02:00
gs-index.asciidoc [DOCS] Adding index file for GS "mini book". 2017-07-18 13:44:08 -07:00
how-to.asciidoc Correct grammar in list in how-to docs 2017-01-17 20:57:22 -05:00
index-modules.asciidoc Add soft limit on allowed number of script fields in request (#26598) 2017-09-13 17:22:16 +02:00
index-shared1.asciidoc [DOCS] Split index-shared.asciidoc into multiple smaller files (#25302) 2017-06-19 15:14:53 -07:00
index-shared2.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index-shared3.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index-shared4.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index-shared5.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
indices.asciidoc Remove shadow replicas 2017-04-11 11:26:26 -06:00
ingest.asciidoc [Docs] Update ingest.asciidoc (#26599) 2017-09-15 11:15:31 +02:00
mapping.asciidoc Remove the _all metadata field (#26356) 2017-08-28 17:43:59 +02:00
modules.asciidoc [DOCS] Remove edit link from ML node 2017-09-14 16:18:29 -07:00
query-dsl.asciidoc Fixed broken xrefs to query-dsl-not-query, which has been removed. 2015-10-20 13:01:37 -07:00
redirects.asciidoc Mark filtered query example as not to be used (#25661) 2017-07-14 11:45:21 +02:00
release-notes.asciidoc Migrate migration docs from 6.0 to 7.0 (#26227) 2017-08-16 13:12:44 -06:00
search.asciidoc Enable adaptive replica selection by default (#26522) 2017-09-07 09:25:05 -06:00
setup.asciidoc Reorganised setup docs into better order 2017-07-21 11:24:46 +02:00
testing.asciidoc