Skip to content

Commit

Permalink
Update docs/changelog/112571.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Sep 10, 2024
1 parent 99e83c3 commit 6b9491d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/changelog/112571.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ pr: 112571
summary: Deprecate dot-prefixed indices and composable template index patterns
area: CRUD
type: deprecation
issues: [112571]
issues: []
deprecation:
title: Deprecate dot-prefixed indices and composable template index patterns
area: CRUD
details: Indices beginning with a dot '.' are reserved for system and internal indices, and should not be used by and end-user. Additionally, composable index templates that contain patterns for dot-prefixed indices should also be avoided, as these patterns are meant for internal use only. In a future Elasticsearch version, creation of these dot-prefixed indices will no longer be allowed.
impact: Requests performing an action that would create an index beginning with a dot (indexing a document, manual creation, reindex), or creating an index template with index patterns beginning with a dot, will contain a deprecation header warning about dot-prefixed indices in the response.
details: "Indices beginning with a dot '.' are reserved for system and internal\
\ indices, and should not be used by and end-user. Additionally, composable index\
\ templates that contain patterns for dot-prefixed indices should also be avoided,\
\ as these patterns are meant for internal use only. In a future Elasticsearch\
\ version, creation of these dot-prefixed indices will no longer be allowed."
impact: "Requests performing an action that would create an index beginning with\
\ a dot (indexing a document, manual creation, reindex), or creating an index\
\ template with index patterns beginning with a dot, will contain a deprecation\
\ header warning about dot-prefixed indices in the response."

0 comments on commit 6b9491d

Please sign in to comment.