- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 7.12
- 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
- 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
- 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
- Observability
- APM
- Elastic Security
- Dev Tools
- Stack Monitoring
- Stack Management
- Fleet
- Reporting
- Alerting and Actions
- REST API
- Kibana plugins
- Accessibility
- Release notes
- Developer guide
Alerting and action settings in Kibana
editAlerting and action settings in Kibana
editAlerts and actions are enabled by default in Kibana, but require you configure the following in order to use them:
- Set up Kibana to work with Elastic Stack security features.
- Set up TLS encryption between Kibana and Elasticsearch.
-
If you are using an on-premises Elastic Stack deployment, specify a value for
xpack.encryptedSavedObjects.encryptionKey
.
You can configure the following settings in the kibana.yml
file.
General settings
edit
|
A string of 32 or more characters used to encrypt sensitive properties on alerts and actions before they’re stored in Elasticsearch. Third party credentials — such as the username and password used to connect to an SMTP service — are an example of encrypted properties. |
Action settings
edit
|
Feature toggle that enables Actions in Kibana.
If |
A list of hostnames that Kibana is allowed to connect to when built-in actions are triggered. It defaults to |
|
A list of action types that are enabled. It defaults to |
|
|
Specifies preconfigured action IDs and configs. Defaults to {}. |
Specifies the proxy URL to use, if using a proxy for actions. By default, no proxy is used. |
|
Specifies HTTP headers for the proxy, if using a proxy for actions. Defaults to {}. |
|
Set to |
|
Set to |
|
Specifies the max number of bytes of the http response for requests to external resources. Defaults to 1000000 (1MB). |
|
Specifies the time allowed for requests to external resources. Requests that take longer are aborted. The time is formatted as: |
Alert settings
editYou do not need to configure any additional settings to use alerting in Kibana.
On this page