diff --git a/redirects.yml b/redirects.yml index 4ade14d21c..1864ab5806 100644 --- a/redirects.yml +++ b/redirects.yml @@ -193,6 +193,8 @@ redirects: 'solutions/observability/apps/inspect-uptime-duration-anomalies.md': 'solutions/observability/uptime/inspect-duration-anomalies.md' 'solutions/observability/apps/configure-settings.md': 'solutions/observability/uptime/configure-settings.md' 'solutions/observability/apps/tutorial-monitor-java-application.md': 'solutions/observability/applications/tutorial-monitor-java-application.md' + # we can't redirect to the search-ui book so this is the next best option + 'reference/search/index.md': 'reference/index.md' # Related to https://github.com/elastic/docs-content/pull/1108 'troubleshoot/elasticsearch/elasticsearch-client-java-api-client/apache-errors.md': 'troubleshoot/elasticsearch/clients.md' @@ -209,4 +211,4 @@ redirects: 'troubleshoot/elasticsearch/elasticsearch-client-net-api/logging-with-onrequestcompleted.md': 'troubleshoot/elasticsearch/clients.md' 'troubleshoot/elasticsearch/elasticsearch-client-net-api/logging.md': 'troubleshoot/elasticsearch/clients.md' 'troubleshoot/elasticsearch/elasticsearch-client-net-api/net.md': 'troubleshoot/elasticsearch/clients.md' - 'troubleshoot/elasticsearch/elasticsearch-client-ruby-api/ruby.md': 'troubleshoot/elasticsearch/clients.md' \ No newline at end of file + 'troubleshoot/elasticsearch/elasticsearch-client-ruby-api/ruby.md': 'troubleshoot/elasticsearch/clients.md' diff --git a/reference/index.md b/reference/index.md index 75990e5d62..816b6b6839 100644 --- a/reference/index.md +++ b/reference/index.md @@ -30,12 +30,6 @@ Access detailed reference documentation on field and object schemas as well as t **Learn more in [Observability](observability/index.md)** -## Search UI - -Explore reference content on Search UI and how you can develop fast, modern, and engaging search experiences. - -**Learn more in [Search UI](search-ui://reference/index.md)** - ## Elasticsearch and index management Customize your Elastic Stack setup with our configuration reference guides. Explore JVM settings, client documentation, Elasticsearch privileges, and index lifecycle actions to find the detailed information you need to configure your environment to your specific needs. @@ -54,7 +48,7 @@ Visualize and analyze your data with Kibana. Configure advanced settings, explor **Learn more in [Kibana](kibana://reference/index.md)** -## Plugins +## Elasticsearch plugins Extend the functionality of your Elastic Stack with a variety of plugins. From analysis and discovery to snapshot/restore and store plugins, customize your setup to fit your requirements. @@ -72,17 +66,23 @@ Access syntax references, function libraries, and best practices for Painless sc **Learn more in [Painless scripting](elasticsearch://reference/scripting-languages/painless/painless.md)** +## ECS (Elastic Common Schema) reference + +Standardize your data with ECS. Access logging libraries, field references, and categorization fields to ensure consistency and compatibility across your data sources. + +**Learn more in [ECS](ecs://reference/index.md)** + ## Data analysis Unlock insights with powerful data analysis tools. Utilize text analysis components, aggregations, and function references to derive meaningful conclusions from your data. **Learn more in [Data analysis](data-analysis/index.md)** -## ECS (Elastic Common Schema) reference +## Search UI library -Standardize your data with ECS. Access logging libraries, field references, and categorization fields to ensure consistency and compatibility across your data sources. +Explore reference content on the Search UI library and how you can develop fast, modern, and engaging search experiences. -**Learn more in [ECS](ecs://reference/index.md)** +**Learn more in [Search UI](search-ui://reference/index.md)** ## Cloud diff --git a/reference/search/index.md b/reference/search/index.md deleted file mode 100644 index 298f136696..0000000000 --- a/reference/search/index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -navigation_title: "Search" ---- - -# Search reference - -% Derived from https://www.elastic.co/platform -% Build powerful AI search experiences with the best vector database and platform for RAG. - -This section contains reference information for Elastic Search features, in particular the [Search UI](search-ui://reference/index.md). - -You can also use [Elasticsearch](https://www.elastic.co/docs/api/doc/elasticsearch) or [Elasticsearch Serverless](https://www.elastic.co/docs/api/doc/elasticsearch-serverless) APIs to interface with search features. -For example: - -* [Inference APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference): Manage inference models and perform inference. -* [Query rule APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-query_rules): Manage query rulesets. -* [Search APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-search): Search and aggregate data stored in Elasticsearch indices and data streams. -* [Search application APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-search_application): Manage tasks and resources related to search applications. - -% Link to connectors reference information in ingest section. -% TO-DO: Link to the search overview in the solutions section \ No newline at end of file diff --git a/reference/search/toc.yml b/reference/search/toc.yml deleted file mode 100644 index f2ab236796..0000000000 --- a/reference/search/toc.yml +++ /dev/null @@ -1,2 +0,0 @@ -toc: - - file: index.md \ No newline at end of file diff --git a/reference/toc.yml b/reference/toc.yml index 135541df64..f628472577 100644 --- a/reference/toc.yml +++ b/reference/toc.yml @@ -2,8 +2,6 @@ toc: - file: index.md - toc: security - toc: observability - - toc: search - # The next one should be child of ☝️ - toc: elasticsearch-clients - toc: ingestion-tools # The next two should be children of ☝️