Skip to content

Commit 8d75ec2

Browse files
Apply suggestions from code review
Co-authored-by: shainaraskas <[email protected]>
1 parent 4e623ca commit 8d75ec2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

deploy-manage/manage-connectors.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Access to connectors is granted based on your privileges to alerting-enabled fea
2323
## Connector networking configuration [_connector_networking_configuration]
2424

2525
```yaml {applies_to}
26-
serverless: unavailable
26+
stack:
2727
```
2828
29-
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.
3030

3131
## Connector list [connectors-list]
3232

@@ -66,11 +66,11 @@ Some connector types are paid commercial features, while others are free. For a
6666
After you create a connector, it is available for use any time you set up an action in the current space.
6767

6868
::::{tip}
69-
**Preconfigured connectors and the Terraform providers are not available in serverless projects.**
70-
7169
For out-of-the-box and standardized connectors, refer to [preconfigured connectors](https://www.elastic.co/guide/en/kibana/current/pre-configured-connectors.html).
7270

7371
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.
7474
::::
7575

7676
## 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
8686

8787
## Monitoring connectors [monitoring-connectors]
8888

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.
9090

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

Comments
 (0)