Skip to content

Commit c2fa02f

Browse files
authored
[CCM] Swap ELASTICSEARCH_READ_* for AUTOOPS_ES_* keys (#3154)
The `ELASTICSEARCH_READ_*` keys continue to work, but it was decided to add more explicit AutoOps-related key names and they are now being used by the wizard. Relates to elastic/beats#46358
1 parent 33564d0 commit c2fa02f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ Complete the following steps to run the command:
238238
| --- | --- |
239239
| `AUTOOPS_OTEL_URL` | The {{ecloud}} URL to which {{agent}} ships data. The URL is generated based on the CSP and region you pick. <br> This URL shouldn't be edited. |
240240
| `AUTOOPS_ES_URL` | The URL {{agent}} uses to communicate with {{es}}. |
241-
| `ELASTICSEARCH_READ_API_KEY` | The API key for API key authentication to access the cluster. It combines the `${id}:${api_key}` values. <br> This variable shouldn't be used with `ELASTICSEARCH_READ_USERNAME` and `ELASTICSEARCH_READ_PASSWORD`. |
242-
| `ELASTICSEARCH_READ_USERNAME` | The username for basic authentication to access the cluster. <br> This variable should be used with `ELASTICSEARCH_READ_PASSWORD`. |
243-
| `ELASTICSEARCH_READ_PASSWORD` | The password for basic authentication to access the cluster. <br> This variable should be used with `ELASTICSEARCH_READ_USERNAME`. |
241+
| `AUTOOPS_ES_API_KEY` | The API key for API key authentication to access the cluster. It combines the `${id}:${api_key}` values. <br> This variable shouldn't be used with `AUTOOPS_ES_USERNAME` and `AUTOOPS_ES_PASSWORD`. |
242+
| `AUTOOPS_ES_USERNAME` | The username for basic authentication to access the cluster. <br> This variable should be used with `AUTOOPS_ES_PASSWORD`. |
243+
| `AUTOOPS_ES_PASSWORD` | The password for basic authentication to access the cluster. <br> This variable should be used with `AUTOOPS_ES_USERNAME`. |
244244
| `ELASTIC_CLOUD_CONNECTED_MODE_API_KEY` | The {{ecloud}} API Key used to register the cluster. <br> This key shouldn't be edited. |
245245
| `AUTOOPS_TEMP_RESOURCE_ID` | The temporary ID for the current installation wizard. |
246246

@@ -287,4 +287,4 @@ Complete the following steps to disconnect your cluster from your Cloud organiza
287287
4. Enter the cluster’s name in the field that appears and then select **Disconnect cluster**.
288288

289289
:::{include} /deploy-manage/monitor/_snippets/disconnect-cluster.md
290-
:::
290+
:::

0 commit comments

Comments
 (0)