Skip to content

Commit

Permalink
Set autoexpand replicas on fleet actions data stream (elastic#85511) (e…
Browse files Browse the repository at this point in the history
…lastic#86232)

* Set autoexpand replica on fleet actions data stream

* Fix typo

* Update docs/changelog/85511.yaml

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
williamrandolph and elasticmachine authored Apr 27, 2022
1 parent de8e2f9 commit a1be71d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog/85511.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 85511
summary: Set autoexpand replicas on fleet actions data stream
area: Infra/Core
type: bug
issues: []
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"data_stream": {},
"template": {
"settings": {
"index.lifecycle.name": ".fleet-actions-results-ilm-policy"
"index.lifecycle.name": ".fleet-actions-results-ilm-policy",
"index.auto_expand_replicas": "0-1"
},
"mappings": {
"_meta": {
Expand Down

0 comments on commit a1be71d

Please sign in to comment.