diff --git a/deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md b/deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md index 2f885db941..06cd3f5e96 100644 --- a/deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md +++ b/deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md @@ -238,9 +238,9 @@ Complete the following steps to run the command: | --- | --- | | `AUTOOPS_OTEL_URL` | The {{ecloud}} URL to which {{agent}} ships data. The URL is generated based on the CSP and region you pick.
This URL shouldn't be edited. | | `AUTOOPS_ES_URL` | The URL {{agent}} uses to communicate with {{es}}. | - | `ELASTICSEARCH_READ_API_KEY` | The API key for API key authentication to access the cluster. It combines the `${id}:${api_key}` values.
This variable shouldn't be used with `ELASTICSEARCH_READ_USERNAME` and `ELASTICSEARCH_READ_PASSWORD`. | - | `ELASTICSEARCH_READ_USERNAME` | The username for basic authentication to access the cluster.
This variable should be used with `ELASTICSEARCH_READ_PASSWORD`. | - | `ELASTICSEARCH_READ_PASSWORD` | The password for basic authentication to access the cluster.
This variable should be used with `ELASTICSEARCH_READ_USERNAME`. | + | `AUTOOPS_ES_API_KEY` | The API key for API key authentication to access the cluster. It combines the `${id}:${api_key}` values.
This variable shouldn't be used with `AUTOOPS_ES_USERNAME` and `AUTOOPS_ES_PASSWORD`. | + | `AUTOOPS_ES_USERNAME` | The username for basic authentication to access the cluster.
This variable should be used with `AUTOOPS_ES_PASSWORD`. | + | `AUTOOPS_ES_PASSWORD` | The password for basic authentication to access the cluster.
This variable should be used with `AUTOOPS_ES_USERNAME`. | | `ELASTIC_CLOUD_CONNECTED_MODE_API_KEY` | The {{ecloud}} API Key used to register the cluster.
This key shouldn't be edited. | | `AUTOOPS_TEMP_RESOURCE_ID` | The temporary ID for the current installation wizard. | @@ -287,4 +287,4 @@ Complete the following steps to disconnect your cluster from your Cloud organiza 4. Enter the cluster’s name in the field that appears and then select **Disconnect cluster**. :::{include} /deploy-manage/monitor/_snippets/disconnect-cluster.md -::: \ No newline at end of file +:::