Skip to content

Commit ee2327b

Browse files
authored
[D0CS] Revise connector setup steps in documentation (elastic#135426)
Updated the steps for creating and deploying a connector in the documentation for UI and API flows
1 parent 119c682 commit ee2327b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ 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).
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).
6971
3. 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)

0 commit comments

Comments
 (0)