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
[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
Copy file name to clipboardExpand all lines: deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,9 +238,9 @@ Complete the following steps to run the command:
238
238
| --- | --- |
239
239
|`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. |
240
240
|`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`. |
244
244
|`ELASTIC_CLOUD_CONNECTED_MODE_API_KEY`| The {{ecloud}} API Key used to register the cluster. <br> This key shouldn't be edited. |
245
245
|`AUTOOPS_TEMP_RESOURCE_ID`| The temporary ID for the current installation wizard. |
246
246
@@ -287,4 +287,4 @@ Complete the following steps to disconnect your cluster from your Cloud organiza
287
287
4. Enter the cluster’s name in the field that appears and then select **Disconnect cluster**.
0 commit comments