You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the [action configuration settings](https://www.elastic.co/guide/en/kibana/current/alert-action-settings-kb.html#action-settings) to customize connector networking configurations, such as proxies, certificates, or TLS settings. You can set configurations that apply to all your connectors or use `xpack.actions.customHostSettings` to set per-host configurations.
29
+
If you're using {{stack}}, use the [action configuration settings](https://www.elastic.co/guide/en/kibana/current/alert-action-settings-kb.html#action-settings) to customize connector networking configurations, such as proxies, certificates, or TLS settings. You can set configurations that apply to all your connectors or use `xpack.actions.customHostSettings` to set per-host configurations.
30
30
31
31
## Connector list [connectors-list]
32
32
@@ -66,11 +66,11 @@ Some connector types are paid commercial features, while others are free. For a
66
66
After you create a connector, it is available for use any time you set up an action in the current space.
67
67
68
68
::::{tip}
69
-
**Preconfigured connectors and the Terraform providers are not available in serverless projects.**
70
-
71
69
For out-of-the-box and standardized connectors, refer to [preconfigured connectors](https://www.elastic.co/guide/en/kibana/current/pre-configured-connectors.html).
72
70
73
71
You can also manage connectors as resources with the [Elasticstack provider](https://registry.terraform.io/providers/elastic/elasticstack/latest) for Terraform. For more details, refer to the [elasticstack_kibana_action_connector](https://registry.terraform.io/providers/elastic/elasticstack/latest/docs/resources/kibana_action_connector) resource.
72
+
73
+
Preconfigured connectors and the Terraform resource are not available in {{serverless-full}} projects.
74
74
::::
75
75
76
76
## Importing and exporting connectors [importing-and-exporting-connectors]
@@ -86,6 +86,6 @@ If a connector is missing sensitive information after the import, a **Fix** butt
86
86
87
87
## Monitoring connectors [monitoring-connectors]
88
88
89
-
For all deployment types except for serverless projects, you can use the [Task Manager health API](../deploy-manage/monitor/kibana-task-manager-health-monitoring.md) to help you understand the performance of all tasks in your environment. However, if connectors fail to run, they will report as successful to Task Manager. The failure stats will not accurately depict the performance of connectors.
89
+
You can query the [Event log index](/explore-analyze/alerts-cases/alerts/event-log-index.md) to gather information on connector successes and failures.
90
90
91
-
Additionally, you can use the [console](/explore-analyze/query-filter/tools/console.md) to query the [Event log index](../explore-analyze/alerts-cases/alerts/event-log-index.md) to gather information on connector successes and failures on any type of deployment.
91
+
If you're using {{stack}}, then you can also use the [Task Manager health API](/deploy-manage/monitor/kibana-task-manager-health-monitoring.md) to monitor connector performance. However, if connectors fail to run, they will report as successful to Task Manager. The failure stats will not accurately depict connector failures.
0 commit comments