瀏覽代碼

[D0CS] Revise connector setup steps in documentation (#135426)

Updated the steps for creating and deploying a connector in the documentation for UI and API flows
Liam Thompson 2 周之前
父節點
當前提交
ee2327b594
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      docs/reference/search-connectors/self-managed-connectors.md

+ 3 - 1
docs/reference/search-connectors/self-managed-connectors.md

@@ -65,7 +65,9 @@ Note the following information regarding support for self-managed connectors:
 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:
 
 1. Satisfy any data source prerequisites (e.g., create an OAuth application).
-2. Create a connector in the UI (or via the API).
+2. Create a connector.
+   - Use the UI. Search for "connectors" in the [global search field](docs-content://explore-analyze/find-and-organize/find-apps-and-objects.md).
+   - Use the API. Refer to [create connector API]({{es-apis}}/operation/operation-connector-post).
 3. Deploy the connector service:
     - [Option 1: Run with Docker](es-connectors-run-from-docker.md) (recommended)
     - [Option 2: Run from source](es-connectors-run-from-source.md)