Skip to content

Commit 5338352

Browse files
authored
Remove manage_ilm from docs (#529)
The docs did have manage_ilm in the docs when creating and API key but it seems the scripts itself do not use this anymore. This is relevant in the context of sending data to a Serverless instance where ILM does not exist. Also see #499
1 parent 27c1b51 commit 5338352

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/configure.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Use the following command to create an API Key for the Home Assistant component.
2727
"hass_writer": {
2828
"cluster": [
2929
"manage_index_templates",
30-
"manage_ilm",
3130
"monitor"
3231
],
3332
"indices": [
@@ -61,7 +60,6 @@ Use the following command to create an API Key for the Home Assistant component.
6160
"hass_writer": {
6261
"cluster": [
6362
"manage_index_templates",
64-
"manage_ilm",
6563
"monitor"
6664
],
6765
"indices": [

0 commit comments

Comments
 (0)