Skip to content

Commit 4096753

Browse files
authored
[D0CS] Revise connector setup steps in documentation
Updated the steps for creating and deploying a connector in the documentation for UI and API flows
1 parent 6bc1e12 commit 4096753

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/reference/search-connectors/self-managed-connectors.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,13 @@ Note the following information regarding support for self-managed connectors:
6565
In order to set up, configure, and run a connector you’ll be moving between your third-party service, the Elastic UI, and your terminal. At a high-level, the workflow looks like this:
6666

6767
1. Satisfy any data source prerequisites (e.g., create an OAuth application).
68-
2. Create a connector in the UI (or via the API).
69-
3. Deploy the connector service:
68+
2. Create a connector.
69+
- Use the UI. Search for "connectors" in the [global search field](docs-content://explore-analyze/find-and-organize/find-apps-and-objects.md).
70+
- Use the API. Refer to [create connector API]({{es-apis}}/operation/operation-connector-post).
71+
4. Deploy the connector service:
7072
- [Option 1: Run with Docker](es-connectors-run-from-docker.md) (recommended)
7173
- [Option 2: Run from source](es-connectors-run-from-source.md)
72-
4. Enter data source configuration details in the UI.
74+
5. Enter data source configuration details in the UI.
7375

7476
## Deploy the connector service [es-connectors-deploy-connector-service]
7577

0 commit comments

Comments
 (0)