mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Search] Update connectors docs URLs and doc link (#195374)
Missed one in https://github.com/elastic/kibana/pull/194423
This commit is contained in:
parent
83810ac9ed
commit
336f824122
3 changed files with 3 additions and 3 deletions
|
@ -136,7 +136,7 @@ _You can skip this step if you already have data in one or more {es} indices._
|
|||
There are many options for ingesting data into {es}, including:
|
||||
|
||||
* The {enterprise-search-ref}/crawler.html[Elastic crawler] for web content (*NOTE*: Not yet available in _Serverless_)
|
||||
* {enterprise-search-ref}/connectors.html[Elastic connectors] for data synced from third-party sources
|
||||
* {ref}/es-connectors.html[Elastic connectors] for data synced from third-party sources
|
||||
* The {es} {ref}/docs-bulk.html[Bulk API] for JSON documents
|
||||
+
|
||||
.*Expand* for example
|
||||
|
|
|
@ -26,7 +26,7 @@ A good place to start is with one of our Elastic solutions, which
|
|||
offer experiences for common use cases.
|
||||
|
||||
* *Elastic connectors and crawler.*
|
||||
** Create searchable mirrors of your data in Sharepoint Online, S3, Google Drive, and many other web services using our open code {enterprise-search-ref}/connectors.html[Elastic connectors].
|
||||
** Create searchable mirrors of your data in Sharepoint Online, S3, Google Drive, and many other web services using our open code {ref}/es-connectors.html[Elastic connectors].
|
||||
** Discover, extract, and index your web content into {es} using the
|
||||
{enterprise-search-ref}/crawler.html[Elastic web crawler].
|
||||
|
||||
|
|
|
@ -157,7 +157,7 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
|
|||
behavioralAnalytics: `${ELASTICSEARCH_DOCS}behavioral-analytics-overview.html`,
|
||||
behavioralAnalyticsCORS: `${ELASTICSEARCH_DOCS}behavioral-analytics-cors.html`,
|
||||
behavioralAnalyticsEvents: `${ELASTICSEARCH_DOCS}behavioral-analytics-event.html`,
|
||||
buildConnector: `${ENTERPRISE_SEARCH_DOCS}build-connector.html`,
|
||||
buildConnector: `${ELASTICSEARCH_DOCS}es-build-connector.html`,
|
||||
bulkApi: `${ELASTICSEARCH_DOCS}docs-bulk.html`,
|
||||
configuration: `${ENTERPRISE_SEARCH_DOCS}configuration.html`,
|
||||
connectors: `${ELASTICSEARCH_DOCS}es-connectors.html`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue