From 314d1815b28bc00142f1af32c3e1b1469261634f Mon Sep 17 00:00:00 2001 From: Chris Earle Date: Tue, 21 Oct 2025 14:49:56 -0600 Subject: [PATCH] [Cloud Connected] Simplify API key creation steps Removed unnecessary step to select 'Beats' from dropdown. As of the latest wizard, you no longer need to select any specific format of the API Key. Both the encoded and unencoded versions work. --- .../monitor/autoops/cc-connect-self-managed-to-autoops.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 7db38b4f86..748ed7710d 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 @@ -157,8 +157,7 @@ With this authentication method, you need to create an API key to grant access t ``` 5. Select **Create API key**. -6. When prompted to copy the key, select **Beats** from the dropdown. -7. Copy the key and save it for later. You will need it when you [install the agent](#install-agent). +6. Copy the key and save it for later. You will need it when you [install the agent](#install-agent). ::::