Task Manager settings in Kibana
editTask Manager settings in Kibana
editTask Manager runs background tasks by polling for work on an interval. You can configure its behavior to tune for performance and throughput.
Task Manager settings
edit
|
The maximum number of times a task will be attempted before being abandoned as failed. Defaults to 3. |
|
How often, in milliseconds, the task manager will look for more work. Defaults to 3000 and cannot be lower than 100. |
|
How many requests can Task Manager buffer before it rejects new requests. Defaults to 1000. |
|
The name of the index used to store task information. Defaults to |
|
The maximum number of tasks that this Kibana instance will run simultaneously. Defaults to 10. Starting in 8.0, it will not be possible to set the value greater than 100. |