- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 7.13
- Kibana concepts
- Quick start
- Set up
- Install Kibana
- Configure Kibana
- Alerting and action settings
- APM settings
- Banners settings
- Development tools settings
- Graph settings
- Fleet settings
- i18n settings
- Logging settings
- Logs settings
- Metrics settings
- Machine learning settings
- Monitoring settings
- Reporting settings
- Secure settings
- Search sessions settings
- Security settings
- Spaces settings
- Task Manager settings
- Telemetry settings
- URL drilldown settings
- Start and stop Kibana
- Access Kibana
- Securing access to Kibana
- Add data
- Upgrade Kibana
- Embed Kibana content in a web page
- Configure monitoring
- Configure security
- Production considerations
- Discover
- Dashboard
- Canvas
- Maps
- Machine learning
- Graph
- Alerting
- Observability
- APM
- Security
- Dev Tools
- Stack Monitoring
- Stack Management
- Fleet
- Reporting
- REST API
- Kibana plugins
- Accessibility
- Release notes
- Developer guide
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. |
Task Manager Health settings
editSettings that configure the Health monitoring endpoint.
|
Configures the threshold of failed task executions at which point the |