elasticsearch/docs/reference
Gordon Brown 44f5ed6fd9
Deprecate creation of dot-prefixed index names except for hidden and system indices (#49959)
This commit deprecates the creation of dot-prefixed index names (e.g.
.watches) unless they are either 1) a hidden index, or 2) registered by
a plugin that extends SystemIndexPlugin. This is the first step
towards more thorough protections for system indices.

This commit also modifies several plugins which use dot-prefixed indices
to register indices they own as system indices, and adds a plugin to
register .tasks as a system index.
2020-01-27 17:18:26 -07:00
..
aggregations update pipeline.asciidoc 2020-01-24 14:03:01 +01:00
analysis [DOCS] Add response snippets to 'Testing analyzers' page (#51427) 2020-01-27 08:41:05 -05:00
autoscaling Initial autoscaling commit (#51161) 2020-01-17 14:54:53 -05:00
cat [Docs] Fix short alias for 'unassigned.for' (#51059) 2020-01-16 12:09:54 +01:00
ccr Remove outdated requirement of CCR (#50859) 2020-01-13 19:59:50 -05:00
cluster [DOCS] Collapse node stats response sections (#51063) 2020-01-16 13:18:36 -05:00
commands [DOCS] Adds http to elasticsearch-certutil command reference (#51188) 2020-01-24 09:56:51 -08:00
docs [DOCS] Fixes "enables you to" typos (#50225) 2019-12-23 14:38:37 -05:00
eql [DOCS] Add top-level EQL docs page. Adds EQL requirements page. (#51334) 2020-01-27 16:03:23 -05:00
graph
high-availability [DOCS] Move snapshot-restore out of modules. (#49618) 2020-01-09 16:12:02 -08:00
how-to [DOCS] Remove unneeded redirects (#50476) 2019-12-26 07:49:41 -05:00
ilm [DOCS] Align with ILM API docs (#48705) 2020-01-22 20:44:19 -08:00
images [DOCS] Replace cross-cluster search PNG images with SVGs (#49395) 2019-11-21 09:05:33 -05:00
index-modules [DOCS] Fix indent issue in similarity snippet (#51107) 2020-01-16 10:59:18 -05:00
indices Deprecate creation of dot-prefixed index names except for hidden and system indices (#49959) 2020-01-27 17:18:26 -07:00
ingest [DOCS] Fixes indentation in inference processor code snippet (#51252) 2020-01-21 16:21:17 +01:00
licensing Add max_resource_units to enterprise license (#50735) 2020-01-13 18:13:20 +11:00
mapping [DOCS] Correct typo in `ignore_malformed` mapping parm docs (#50780) 2020-01-13 09:49:10 -05:00
migration Make soft-deletes mandatory in 8.0 (#51122) 2020-01-17 17:34:22 -05:00
ml [DOCS] Refines description. (#51400) 2020-01-24 13:31:44 +01:00
modules [DOCS] Expands the documentation of Node Query Cache (#51105) 2020-01-20 11:11:57 +01:00
monitoring [DOCS] Recommend Metricbeat for 7.x (#49758) 2020-01-17 09:44:16 -08:00
query-dsl [Docs] Including leading slash in range query doc example URLs (#51277) 2020-01-22 09:38:52 +01:00
release-notes
rest-api [DOCS] Align with ILM API docs (#48705) 2020-01-22 20:44:19 -08:00
rollup [DOCS] Merge rollup config details into API (#49412) 2019-11-22 08:31:30 -08:00
scripting Scripting: Add char position of script errors (#51069) 2020-01-21 10:57:09 -07:00
search [Docs] Small edits to Ranking Evaluation API docs (#51116) 2020-01-20 10:30:54 +01:00
settings Add ILM histore store index (#50287) 2019-12-18 16:09:59 -07:00
setup Make the Docker build more re-usable in Cloud (#50277) 2020-01-23 10:58:40 +00:00
slm [DOCS] Align with ILM API docs (#48705) 2020-01-22 20:44:19 -08:00
snapshot-restore [DOCS] Align with ILM API docs (#48705) 2020-01-22 20:44:19 -08:00
sql SQL: add support for passing query parameters in REST API calls (#51029) 2020-01-20 15:29:53 +02:00
testing
transform [DOCS] Removes CCS limitation item from Transforms limitations. (#51151) 2020-01-20 09:42:04 +01:00
upgrade Goodbye and thank you synced flush! (#50882) 2020-01-16 09:43:07 -05:00
vectors Remove the 'experimental' marking from vector fields. (#49120) 2019-11-18 11:57:18 -08:00
aggregations.asciidoc
analysis.asciidoc [DOCS] Add tutorials section to analysis topic (#50809) 2020-01-16 13:11:42 -05:00
api-conventions.asciidoc
cat.asciidoc [DOCS] Use `s` parameter in cat API overview example (#50616) 2020-01-14 08:21:32 -05:00
cluster.asciidoc [DOCS] Adds machine learning node type and filters (#49121) 2019-11-15 11:27:36 -05:00
data-rollup-transform.asciidoc
docs.asciidoc
frozen-indices.asciidoc
getting-started.asciidoc Allow decimal max_task_wait_time in docs (#51352) 2020-01-24 08:58:18 +00:00
glossary.asciidoc [DOCS] Move snapshot-restore out of modules. (#49618) 2020-01-09 16:12:02 -08:00
gs-index.asciidoc
high-availability.asciidoc
how-to.asciidoc
index-extra-title-page.html [DOCS] Add `index-extra-title-page.html` for direct HTML migration (#50189) 2019-12-13 12:44:12 -05:00
index-modules.asciidoc Deprecate creation of dot-prefixed index names except for hidden and system indices (#49959) 2020-01-27 17:18:26 -07:00
index.asciidoc [DOCS] Add top-level EQL docs page. Adds EQL requirements page. (#51334) 2020-01-27 16:03:23 -05:00
index.x.asciidoc
indices.asciidoc Goodbye and thank you synced flush! (#50882) 2020-01-16 09:43:07 -05:00
ingest.asciidoc Replace required pipeline with final pipeline (#49470) 2019-11-22 14:00:38 -05:00
intro.asciidoc [DOCS] Updates ML links (#50387) 2019-12-19 14:47:28 -08:00
mapping.asciidoc
modules.asciidoc [DOCS] Align with ILM API docs (#48705) 2020-01-22 20:44:19 -08:00
query-dsl.asciidoc
redirects.asciidoc [DOCS] Align with ILM API docs (#48705) 2020-01-22 20:44:19 -08:00
release-notes.asciidoc
scripting.asciidoc
search.asciidoc
setup.asciidoc
testing.asciidoc
upgrade.asciidoc