You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/search-connectors/connectors-ui-in-kibana.md
+14-19Lines changed: 14 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,9 +84,9 @@ The workflow for these updates is as follows:
84
84
85
85
After creating an index to be managed by a connector, you can configure automatic, recurring syncs.
86
86
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).
88
88
89
-
Choose the index to configure, and then choose the **Scheduling** tab.
89
+
Choose the connector and then the **Scheduling** tab.
90
90
91
91
Within this interface, you can enable or disable scheduled:
92
92
@@ -107,17 +107,17 @@ After you enable recurring syncs or sync once, the first sync will begin. (There
107
107
108
108
After creating the index to be managed by a connector, you can request a single sync at any time.
109
109
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).
111
111
112
-
Then choose the index to sync.
112
+
Then choose the connector to sync.
113
113
114
114
Regardless of which tab is active, the **Sync** button is always visible in the top right. Choose this button to reveal sync options:
115
115
116
116
1. Full content
117
117
2. Incremental content (if supported)
118
118
3. Access control (if supported)
119
119
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.
121
121
122
122
This operation requires access to Kibana and the `write`[indices privilege^](/reference/elasticsearch/security-privileges.md) for the `.elastic-connectors` index.
123
123
@@ -126,9 +126,9 @@ This operation requires access to Kibana and the `write` [indices privilege^](/r
126
126
127
127
After a sync has started, you can cancel the sync before it completes.
128
128
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).
130
130
131
-
Then choose the index with the running sync.
131
+
Then choose the connector with the running sync.
132
132
133
133
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.)
134
134
@@ -139,9 +139,9 @@ This operation requires access to Kibana and the `write` [indices privilege^](/r
139
139
140
140
View the index details to see a variety of information that communicate the status of the index and connector.
141
141
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).
143
143
144
-
Then choose the index to view.
144
+
Then choose the connector to view.
145
145
146
146
The **Overview** tab presents a variety of information, including:
147
147
@@ -150,7 +150,7 @@ The **Overview** tab presents a variety of information, including:
150
150
* The current ingestion status (see below for possible values).
151
151
* The current document count.
152
152
153
-
Possible values of ingestion status:
153
+
Possible values of ingestion status include:
154
154
155
155
* Incomplete - A connector that is not configured yet.
156
156
* Configured - A connector that is configured.
@@ -159,9 +159,8 @@ Possible values of ingestion status:
159
159
* Connector failure - A connector that has not seen any update for more than 30 minutes.
160
160
* Sync failure - A connector that failed in the last sync job.
161
161
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:
165
164
166
165
* Sync pending - The initial job status, the job is pending to be picked up.
167
166
* Sync in progress - The job is running.
@@ -210,9 +209,5 @@ Then choose the index to manage and choose the **Sync rules** tab.
210
209
211
210
Use [ingest pipelines](docs-content://solutions/search/ingest-for-search.md) to transform fetched data before it is stored in Elastic.
212
211
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