Skip to content

Commit efad04d

Browse files
committed
fix sentence structure
1 parent ff5d819 commit efad04d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ Depending on your selected installation method, you may have to provide the foll
122122

123123
With this authentication method, you need to create an API key to grant access to your cluster. Complete the following steps:
124124

125-
1. Open your self-managed cluster's Kibana
125+
1. Go to {{kib}} in your self-managed cluster.
126126
2. Go to the **API keys** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
127-
3. Select **Create API key**.
127+
3. Select **Create API key**.
128128
4. In the flyout, enter a name for your key and select **User API key**.
129129
5. Enable **Control security privileges** and enter the following script:
130130
```json
@@ -167,7 +167,7 @@ With this authentication method, you need to create an API key to grant access t
167167

168168
With this authentication method, you need the username and password of a user with the necessary privileges to grant access to your cluster. There are two ways to set up a user with the these privileges:
169169

170-
* (Recommended) Open your self-managed cluster's Kibana and go to **Developer tools**. In **Console**, run the following command:
170+
* (Recommended) Go to {{kib}} in your self-managed cluster and then go to **Developer tools**. In **Console**, run the following command:
171171
```js
172172
POST /_security/role/autoops
173173
{

0 commit comments

Comments
 (0)