Skip to content

Commit 754aee2

Browse files
committed
Replace outdated UI names
1 parent 6de4d77 commit 754aee2

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

docs/reference/search-connectors/connectors-ui-in-kibana.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ The workflow for these updates is as follows:
8484

8585
After creating an index to be managed by a connector, you can configure automatic, recurring syncs.
8686

87-
In the {{kib}} UI, navigate to **Search > Content > Connectors** from the main menu, or use the [global search field](docs-content://explore-analyze/query-filter/filtering.md#_finding_your_apps_and_objects).
87+
In the {{kib}} UI, navigate to **{{es}} > Content > {{connectors-app}}** from the main menu, or use the [global search field](docs-content://explore-analyze/query-filter/filtering.md#_finding_your_apps_and_objects).
8888

89-
Choose the index to configure, and then choose the **Scheduling** tab.
89+
Choose the connector and then the **Scheduling** tab.
9090

9191
Within this interface, you can enable or disable scheduled:
9292

@@ -107,17 +107,17 @@ After you enable recurring syncs or sync once, the first sync will begin. (There
107107

108108
After creating the index to be managed by a connector, you can request a single sync at any time.
109109

110-
In the {{kib}} UI, navigate to **Search > Content > Elasticsearch indices** from the main menu, or use the [global search field](docs-content://explore-analyze/query-filter/filtering.md#_finding_your_apps_and_objects).
110+
In the {{kib}} UI, navigate to **{{es}} > Content > {{connectors-app}}** from the main menu, or use the [global search field](docs-content://explore-analyze/query-filter/filtering.md#_finding_your_apps_and_objects).
111111

112-
Then choose the index to sync.
112+
Then choose the connector to sync.
113113

114114
Regardless of which tab is active, the **Sync** button is always visible in the top right. Choose this button to reveal sync options:
115115

116116
1. Full content
117117
2. Incremental content (if supported)
118118
3. Access control (if supported)
119119

120-
Choose one of the options to request a sync. (There may be a short delay before the connector service begins the sync.)
120+
Choose one of the options to request a sync. There may be a short delay before the connector service begins the sync.
121121

122122
This operation requires access to Kibana and the `write` [indices privilege^](/reference/elasticsearch/security-privileges.md) for the `.elastic-connectors` index.
123123

@@ -126,9 +126,9 @@ This operation requires access to Kibana and the `write` [indices privilege^](/r
126126

127127
After a sync has started, you can cancel the sync before it completes.
128128

129-
In the {{kib}} UI, navigate to **Search > Content > Elasticsearch indices** from the main menu, or use the [global search field](docs-content://explore-analyze/query-filter/filtering.md#_finding_your_apps_and_objects).
129+
In the {{kib}} UI, navigate to **{{es}} > Content > {{connectors-app}}** from the main menu, or use the [global search field](docs-content://explore-analyze/query-filter/filtering.md#_finding_your_apps_and_objects).
130130

131-
Then choose the index with the running sync.
131+
Then choose the connector with the running sync.
132132

133133
Regardless of which tab is active, the **Sync** button is always visible in the top right. Choose this button to reveal sync options, and choose **Cancel Syncs** to cancel active syncs. This will cancel the running job, and marks all *pending* and *suspended* jobs as canceled as well. (There may be a short delay before the connector service cancels the syncs.)
134134

@@ -139,9 +139,9 @@ This operation requires access to Kibana and the `write` [indices privilege^](/r
139139

140140
View the index details to see a variety of information that communicate the status of the index and connector.
141141

142-
In the {{kib}} UI, navigate to **Search > Content > Elasticsearch indices** from the main menu, or use the [global search field](docs-content://explore-analyze/query-filter/filtering.md#_finding_your_apps_and_objects).
142+
In the {{kib}} UI, navigate to **{{es}} > Content > {{connectors-app}}** from the main menu, or use the [global search field](docs-content://explore-analyze/query-filter/filtering.md#_finding_your_apps_and_objects).
143143

144-
Then choose the index to view.
144+
Then choose the connector to view.
145145

146146
The **Overview** tab presents a variety of information, including:
147147

@@ -150,7 +150,7 @@ The **Overview** tab presents a variety of information, including:
150150
* The current ingestion status (see below for possible values).
151151
* The current document count.
152152

153-
Possible values of ingestion status:
153+
Possible values of ingestion status include:
154154

155155
* Incomplete - A connector that is not configured yet.
156156
* Configured - A connector that is configured.
@@ -159,9 +159,8 @@ Possible values of ingestion status:
159159
* Connector failure - A connector that has not seen any update for more than 30 minutes.
160160
* Sync failure - A connector that failed in the last sync job.
161161

162-
This tab also displays the recent sync history, including sync status (see below for possible values).
163-
164-
Possible values of sync status:
162+
This tab also displays the recent sync history, including sync status.
163+
Possible values of sync status include:
165164

166165
* Sync pending - The initial job status, the job is pending to be picked up.
167166
* Sync in progress - The job is running.
@@ -210,9 +209,5 @@ Then choose the index to manage and choose the **Sync rules** tab.
210209

211210
Use [ingest pipelines](docs-content://solutions/search/ingest-for-search.md) to transform fetched data before it is stored in Elastic.
212211

213-
<!--
214-
TBD: Use {{ingest-pipelines-app}}?
215-
In the {{kib}} UI, navigate to **Search > Content > Elasticsearch indices** from the main menu, or use the [global search field](docs-content://explore-analyze/query-filter/filtering.md#_finding_your_apps_and_objects).
216-
Then choose the index to manage and choose the **Pipelines** tab.
217-
-->
218-
212+
In the {{kib}} UI, navigate to **{{es}} > Content > {{connectors-app}}** from the main menu, or use the [global search field](docs-content://explore-analyze/query-filter/filtering.md#_finding_your_apps_and_objects).
213+
Then choose the connector and view its **Pipelines** tab.

0 commit comments

Comments
 (0)