OpenSearch/docs/reference
Jason Tedor c4c0db6f21
Introduce jvm.options.d for customizing JVM options (#51882)
This commit introduces the ability to override JVM options by adding
custom JVM options files to a jvm.options.d directory. This simplifies
administration of Elasticsearch by not requiring administrators to keep
the root jvm.options file in sync with changes that we make to the root
jvm.options file. Instead, they are not expected to modify this file but
instead supply their own in jvm.options.d. In Docker installations, this
means they can bind mount this directory in. In future versions of
Elasticsearch, we can consider removing the root jvm.options file
(instead, providing all options there as system JVM options).
2020-02-08 18:50:14 -05:00
..
aggregations Fix leftover mentions of method parameter in Percentile Aggs (#51272) 2020-01-22 10:03:35 -05:00
analysis [DOCS] Add attribute for Lucene analysis links (#51687) 2020-01-30 11:24:01 -05:00
autoscaling Add autoscaling API skelton (#51564) 2020-02-06 21:55:01 -05:00
cat [DOCS] Fix `disk.used_percent` typo in `_cat/nodes` docs (#51854) 2020-02-04 09:15:56 -05:00
ccr Remove outdated requirement of CCR (#50859) 2020-01-13 20:00:23 -05:00
cluster Move analysis/mappings stats to cluster-stats. (#51875) 2020-02-05 11:02:25 +01:00
commands [Docs] Fix typo in node-tool.asciidoc (#51667) 2020-01-31 10:36:21 +01:00
docs [DOCS] Fixes "enables you to" typos (#50225) 2019-12-23 14:39:14 -05:00
eql [DOCS] Add EQL syntax page (#51821) 2020-02-05 08:14:07 -05:00
graph [DOCS] [2 of 5] Change // CONSOLE comments to [source,console] (#46353) (#46502) 2019-09-09 13:38:14 -04:00
high-availability [DOCS] Move snapshot-restore out of modules. (#49618) (#50829) 2020-01-09 16:55:46 -08:00
how-to [DOCS] Fix index_prefixes link in 'faster prefix queries' docs (#51833) 2020-02-04 08:40:18 -05:00
ilm Add documentation about ILM forcemerge with best_compression (#51893) 2020-02-05 09:37:41 -07:00
images [DOCS] Replace cross-cluster search PNG images with SVGs (#49395) 2019-11-21 09:06:33 -05:00
index-modules Deprecate translog retention settings (#51588) (#51638) 2020-01-30 09:03:10 -05:00
indices Deprecate creation of dot-prefixed index names except for hidden and system indices (#49959) 2020-01-28 10:01:16 -07:00
ingest Add empty_value parameter to CSV processor (#51567) (#51966) 2020-02-05 23:35:52 +01:00
licensing [DOCS] Augments update license API (#51903) 2020-02-05 11:08:11 -08:00
mapping Stricter checks of setup and teardown in docs tests (#51430) 2020-01-28 16:52:23 +01:00
migration Make `date_range` query rounding consistent with `date` (#50237) (#51741) 2020-01-31 15:35:05 +01:00
ml [ML] Make Ensemble feature names optional (#51996) 2020-02-07 10:08:37 +00:00
modules Add Trace Logging of REST Requests (#51684) (#52015) 2020-02-07 09:03:20 +01:00
monitoring Stricter checks of setup and teardown in docs tests (#51430) 2020-01-28 16:52:23 +01:00
query-dsl [Docs] Including leading slash in range query doc example URLs (#51277) 2020-01-22 09:42:18 +01:00
release-notes Update release notes for BC5 2020-02-07 16:41:51 -05:00
rest-api Add autoscaling API skelton (#51564) 2020-02-06 21:55:01 -05:00
rollup [DOCS] Merge rollup config details into API (#49412) 2019-11-22 08:39:49 -08:00
scripting Scripting: Add char position of script errors (#51069) (#51266) 2020-01-21 13:45:59 -07:00
search [DOCS] Fixed typo. (#52071) 2020-02-07 11:04:56 -08:00
settings [7.x] Secure password for monitoring HTTP exporter (#51775) 2020-02-03 07:42:30 -06:00
setup Introduce jvm.options.d for customizing JVM options (#51882) 2020-02-08 18:50:14 -05:00
slm Backporting updates to ILM org, overview, & GS (#51898) 2020-02-04 16:45:18 -08:00
snapshot-restore Backporting updates to ILM org, overview, & GS (#51898) 2020-02-04 16:45:18 -08:00
sql SQL: Fix ORDER BY YEAR() function (#51562) 2020-01-30 15:29:36 +01:00
testing
transform [DOCS] Defines data frame transform stats API objects (#44197) 2020-02-05 12:30:55 -08:00
upgrade Deprecate synced flush (#50835) 2020-01-13 19:54:38 -05:00
vectors Remove the 'experimental' marking from vector fields. (#49120) 2019-11-18 12:42:46 -08:00
aggregations.asciidoc
analysis.asciidoc [DOCS] Add attribute for Lucene analysis links (#51687) 2020-01-30 11:24:01 -05:00
api-conventions.asciidoc [DOCS] [2 of 5] Change // CONSOLE comments to [source,console] (#46353) (#46502) 2019-09-09 13:38:14 -04:00
cat.asciidoc [DOCS] Use `s` parameter in cat API overview example (#50616) 2020-01-14 08:22:07 -05:00
cluster.asciidoc Password-protected Keystore Feature Branch PR (#51123) (#51510) 2020-01-28 05:32:32 -05:00
data-rollup-transform.asciidoc [DOCS] Adds transforms to Elasticsearch book (#46846) (#47055) 2019-09-25 08:11:37 -07:00
docs.asciidoc
frozen-indices.asciidoc [DOCS] [2 of 5] Change // CONSOLE comments to [source,console] (#46353) (#46502) 2019-09-09 13:38:14 -04:00
getting-started.asciidoc [DOCS] Adds curl explanation to getting started content (#51963) 2020-02-05 19:02:21 -08:00
glossary.asciidoc Backporting updates to ILM org, overview, & GS (#51898) 2020-02-04 16:45:18 -08:00
gs-index.asciidoc
high-availability.asciidoc [DOCS] Remove leveloffset for CCR docs (#46818) 2019-09-18 09:44:43 -04:00
how-to.asciidoc
index-modules.asciidoc Deprecate creation of dot-prefixed index names except for hidden and system indices (#49959) 2020-01-28 10:01:16 -07:00
index.asciidoc Revert "[DOCS] Include docs on permanently unreleased branches only (#51743)" 2020-02-07 12:14:44 -05:00
index.x.asciidoc
indices.asciidoc [DOCS] Reorder index APIs alphabetically (#46981) (#47402) 2019-10-01 17:07:28 -04:00
ingest.asciidoc Replace required pipeline with final pipeline (#49470) 2019-11-22 14:37:36 -05:00
intro.asciidoc [7.x][DOCS] Updates ML links (#50387) (#50409) 2019-12-20 10:01:19 -08:00
mapping.asciidoc [DOCS] Note clause limit in `index.mapping.total_fields.limit` docs (#48153) 2019-10-18 10:20:49 -04:00
modules.asciidoc Backporting updates to ILM org, overview, & GS (#51898) 2020-02-04 16:45:18 -08:00
query-dsl.asciidoc
redirects.asciidoc Backporting updates to ILM org, overview, & GS (#51898) 2020-02-04 16:45:18 -08:00
release-notes.asciidoc [DOCS] Adds placeholder for 7.5.2 release notes (#51124) 2020-01-16 14:42:24 -05:00
scripting.asciidoc
search.asciidoc Use snake casing for document field (#45432) 2019-09-19 14:27:00 +02:00
setup.asciidoc [DOCS] Creates a cluster restart documentation page (#48583) 2019-11-12 14:50:53 +01:00
testing.asciidoc
upgrade.asciidoc [DOCS] Change prev version to 7.5 in upgrade docs (#48415) 2019-10-23 12:09:26 -05:00