mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Enterprise Search] Update URLs for docs migrating from Enterprise Search (#167565)
Several docs are going to migrate from Enterprise Search to Elasticsearch. Replace Enterprise Search URLs with Elasticsearch URLs.
This commit is contained in:
parent
3545d3023e
commit
d9b026d7e1
1 changed files with 13 additions and 13 deletions
|
@ -133,9 +133,9 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
|
|||
aiSearchDoc: `${ESRE_DOCS}`,
|
||||
aiSearchHelp: `${ESRE_DOCS}help.html`,
|
||||
apiKeys: `${KIBANA_DOCS}api-keys.html`,
|
||||
behavioralAnalytics: `${ENTERPRISE_SEARCH_DOCS}analytics-overview.html`,
|
||||
behavioralAnalyticsCORS: `${ENTERPRISE_SEARCH_DOCS}analytics-cors-proxy.html`,
|
||||
behavioralAnalyticsEvents: `${ENTERPRISE_SEARCH_DOCS}analytics-events.html`,
|
||||
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`,
|
||||
bulkApi: `${ELASTICSEARCH_DOCS}docs-bulk.html`,
|
||||
configuration: `${ENTERPRISE_SEARCH_DOCS}configuration.html`,
|
||||
|
@ -170,24 +170,24 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
|
|||
crawlerOverview: `${ENTERPRISE_SEARCH_DOCS}crawler.html`,
|
||||
deployTrainedModels: `${MACHINE_LEARNING_DOCS}ml-nlp-deploy-models.html`,
|
||||
documentLevelSecurity: `${ELASTICSEARCH_DOCS}document-level-security.html`,
|
||||
elser: `${ENTERPRISE_SEARCH_DOCS}elser-text-expansion.html`,
|
||||
elser: `${ELASTICSEARCH_DOCS}semantic-search-elser.html`,
|
||||
engines: `${ENTERPRISE_SEARCH_DOCS}engines.html`,
|
||||
indexApi: `${ELASTICSEARCH_DOCS}docs-index_.html`,
|
||||
ingestionApis: `${ENTERPRISE_SEARCH_DOCS}ingestion-apis.html`,
|
||||
ingestPipelines: `${ENTERPRISE_SEARCH_DOCS}ingest-pipelines.html`,
|
||||
ingestionApis: `${ELASTICSEARCH_DOCS}search-your-data.html`,
|
||||
ingestPipelines: `${ELASTICSEARCH_DOCS}ingest-pipeline-search.html`,
|
||||
knnSearch: `${ELASTICSEARCH_DOCS}knn-search.html`,
|
||||
knnSearchCombine: `${ELASTICSEARCH_DOCS}knn-search.html#_combine_approximate_knn_with_other_features`,
|
||||
languageAnalyzers: `${ELASTICSEARCH_DOCS}analysis-lang-analyzer.html`,
|
||||
languageClients: `${ENTERPRISE_SEARCH_DOCS}programming-language-clients.html`,
|
||||
licenseManagement: `${ENTERPRISE_SEARCH_DOCS}license-management.html`,
|
||||
machineLearningStart: `${ENTERPRISE_SEARCH_DOCS}machine-learning-start.html`,
|
||||
machineLearningStart: `${ELASTICSEARCH_DOCS}nlp-example.html`,
|
||||
mailService: `${ENTERPRISE_SEARCH_DOCS}mailer-configuration.html`,
|
||||
mlDocumentEnrichment: `${ENTERPRISE_SEARCH_DOCS}document-enrichment.html`,
|
||||
mlDocumentEnrichmentUpdateMappings: `${ENTERPRISE_SEARCH_DOCS}document-enrichment.html#document-enrichment-update-mappings`,
|
||||
searchApplicationsTemplates: `${ENTERPRISE_SEARCH_DOCS}search-applications-templates.html`,
|
||||
searchApplicationsSearchApi: `${ENTERPRISE_SEARCH_DOCS}search-applications-safe-search.html`,
|
||||
searchApplications: `${ENTERPRISE_SEARCH_DOCS}search-applications.html`,
|
||||
searchApplicationsSearch: `${ENTERPRISE_SEARCH_DOCS}search-applications-search.html`,
|
||||
mlDocumentEnrichment: `${ELASTICSEARCH_DOCS}ingest-pipeline-search-inference.html`,
|
||||
mlDocumentEnrichmentUpdateMappings: `${ELASTICSEARCH_DOCS}ingest-pipeline-search-inference.html#ingest-pipeline-search-inference-update-mapping`,
|
||||
searchApplicationsTemplates: `${ELASTICSEARCH_DOCS}search-application-api.html`,
|
||||
searchApplicationsSearchApi: `${ELASTICSEARCH_DOCS}search-application-security.html`,
|
||||
searchApplications: `${ELASTICSEARCH_DOCS}search-application-overview.html`,
|
||||
searchApplicationsSearch: `${ELASTICSEARCH_DOCS}search-application-client.html`,
|
||||
searchLabs: `${SEARCH_LABS_URL}`,
|
||||
searchLabsRepo: `${SEARCH_LABS_REPO}`,
|
||||
searchTemplates: `${ELASTICSEARCH_DOCS}search-template.html`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue