Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ macOS is not a supported platform for installing {{agent}} to connect to AutoOps
:::

:::{important}
Using AutoOps for your ECE, ECK, and self-managed clusters requires a new, dedicated {{agent}}. You must install an agent even if you already have an existing one for other purposes.
Each cluster that you want to connect requires a new, dedicated {{agent}}. You must install the agent even if you already have an existing one for other purposes.

You only need to install the agent once per cluster.
:::

To learn more about how AutoOps securely gathers data from your cluster, refer to our [FAQ](/deploy-manage/monitor/autoops/ec-autoops-faq.md#data-gathering).
Expand Down Expand Up @@ -265,9 +267,7 @@ Complete the following steps to run the command:

It might take a few minutes for your cluster details to be validated and the first metrics to be shipped to AutoOps.

If the connection is unsuccessful, an error message is displayed with a possible reason for the failure and recommended next steps. For a list of these errors, refer to [Potential errors](/deploy-manage/monitor/autoops/cc-cloud-connect-autoops-troubleshooting.md#potential-errors).

Sometimes, an exact reason for the failure cannot be determined. In this case, explore [additional resources](/troubleshoot/index.md#troubleshoot-additional-resources) or [contact us](/troubleshoot/index.md#contact-us).
If the connection is unsuccessful, an error message is displayed with a possible reason for the failure and recommended next steps. For a list of these errors, refer to [Potential errors](/deploy-manage/monitor/autoops/cc-cloud-connect-autoops-troubleshooting.md#potential-errors). Sometimes, an exact reason for the failure cannot be determined. In this case, explore [additional resources](/troubleshoot/index.md#troubleshoot-additional-resources) or [contact us](/troubleshoot/index.md#contact-us).

To uninstall the agent, refer to [](/solutions/security/configure-elastic-defend/uninstall-elastic-agent.md).

Expand Down Expand Up @@ -303,7 +303,9 @@ By default, each cluster has a name made up of a string of characters, but you c

To connect more clusters, repeat the steps to [connect to AutoOps](#connect-to-autoops).

You can use the same installation command to connect multiple clusters, but each cluster needs a separate, dedicated {{agent}}.
Or, if you don't need to change any of your [configuration settings](#configure-agent) for the additional clusters, you can skip ahead and reuse the same installation command to connect them.

Remember that you must run the command to install a separate, dedicated {{agent}} for each cluster. You only need to install the agent once per cluster.

### Disconnect a cluster

Expand Down
8 changes: 8 additions & 0 deletions deploy-manage/monitor/autoops/ec-autoops-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
* [Can I use Cloud Connect to connect my {{ech}} clusters to AutoOps?](#cc-autoops-ech)
* [Can I use macOS to set up AutoOps for my self-managed clusters?](#macos-install)
* [Do I have to define an Elastic IP address to enable the agent to send data to {{ecloud}}?](#elastic-ip-address)
* [Do I have to install {{agent}} separately for each node in my cluster?](#agent-nodes)

Check notice on line 44 in deploy-manage/monitor/autoops/ec-autoops-faq.md

View workflow job for this annotation

GitHub Actions / preview / vale

Elastic.FirstPerson: Avoid first-person pronouns such as 'my'.

Check notice on line 44 in deploy-manage/monitor/autoops/ec-autoops-faq.md

View workflow job for this annotation

GitHub Actions / preview / vale

Elastic.FirstPerson: Avoid first-person pronouns such as ' I '.
* [Do I have to go through the whole installation wizard to connect more clusters?](#connect-more-clusters)

Check notice on line 45 in deploy-manage/monitor/autoops/ec-autoops-faq.md

View workflow job for this annotation

GitHub Actions / preview / vale

Elastic.FirstPerson: Avoid first-person pronouns such as ' I '.

**Collected metrics and data in AutoOps for self-managed clusters**
* [Where are metrics stored in AutoOps for self-managed clusters?](#sm-autoops-metrics-storage)
Expand Down Expand Up @@ -116,6 +118,12 @@

: For more information, refer to [](/deploy-manage/security/elastic-cloud-static-ips.md).

$$$agent-nodes$$$ **Do I have to install {{agent}} separately for each node in my cluster?**

Check notice on line 121 in deploy-manage/monitor/autoops/ec-autoops-faq.md

View workflow job for this annotation

GitHub Actions / preview / vale

Elastic.FirstPerson: Avoid first-person pronouns such as 'my'.

Check notice on line 121 in deploy-manage/monitor/autoops/ec-autoops-faq.md

View workflow job for this annotation

GitHub Actions / preview / vale

Elastic.FirstPerson: Avoid first-person pronouns such as ' I '.
: No, to run AutoOps in your self-managed environment, you only have to install the agent once per cluster.

$$$connect-more-clusters$$$Do I have to go through the whole installation wizard to connect more clusters?

Check notice on line 124 in deploy-manage/monitor/autoops/ec-autoops-faq.md

View workflow job for this annotation

GitHub Actions / preview / vale

Elastic.FirstPerson: Avoid first-person pronouns such as ' I '.
: Not necessarily. Refer to [Connect additional clusters](../autoops/cc-connect-self-managed-to-autoops.md#connect-additional-clusters) for more information.

### Collected metrics and data in AutoOps for self-managed clusters

$$$sm-autoops-metrics-storage$$$ **Where are metrics stored in AutoOps for self-managed clusters?**
Expand Down
Loading