Skip to content

Commit a0d1b4d

Browse files
Update deploy-manage/distributed-architecture/kibana-tasks-management.md
Co-authored-by: Mike Côté <[email protected]>
1 parent d663b98 commit a0d1b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-manage/distributed-architecture/kibana-tasks-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you lose this index, all scheduled alerts and actions are lost.
3333
- {{es}} and {{kib}} instances use the system clock to determine the current time. To ensure schedules are triggered when expected, synchronize the clocks of all nodes in the cluster using a time service such as [Network Time Protocol](http://www.ntp.org/).
3434
- Tasks are run on the {{kib}} server. <br>
3535
It is recommended to use an isolated node for the background task.
36-
You can achieve that by setting `node.roles` to `background` for on-prem and scaling Kibana to 8G+ in ECH.
36+
You can achieve that by setting `node.roles` to `background_tasks` for on-prem or by scaling Kibana to 8G+ in ECH.
3737
- Task Manager ensures that tasks:
3838
- Are only executed once
3939
- Are retried when they fail (if configured to do so)

0 commit comments

Comments
 (0)