From a2ff7d686fed302e4689159e6e3f6befd98bbc32 Mon Sep 17 00:00:00 2001 From: shainaraskas Date: Fri, 11 Apr 2025 17:37:11 -0400 Subject: [PATCH 1/5] remove search in reference section and redirect" --- .vscode/settings.json | 2 ++ redirects.yml | 2 ++ reference/index.md | 12 ++++++------ reference/search/index.md | 21 --------------------- reference/search/toc.yml | 2 -- 5 files changed, 10 insertions(+), 29 deletions(-) create mode 100644 .vscode/settings.json delete mode 100644 reference/search/index.md delete mode 100644 reference/search/toc.yml diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..7a73a41bfd --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/redirects.yml b/redirects.yml index 4e918fbe3b..7a1a304e53 100644 --- a/redirects.yml +++ b/redirects.yml @@ -185,3 +185,5 @@ 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' \ No newline at end of file diff --git a/reference/index.md b/reference/index.md index ecdc90223e..a70e883066 100644 --- a/reference/index.md +++ b/reference/index.md @@ -19,12 +19,6 @@ Access detailed reference documentation on field and object schemas as well as t **Learn more in [Observability](observability/index.md)** -## Search - -Explore reference content on Search UI and how you can develop fast, modern, and engaging search experiences. - -**Learn more in [Search](search/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. @@ -73,6 +67,12 @@ Standardize your data with ECS. Access logging libraries, field references, and **Learn more in [ECS](ecs://reference/index.md)** +## Search UI library + +Explore reference content on the Search UI library and how you can develop fast, modern, and engaging search experiences. + +**Learn more in [Search UI](search-ui://reference/search-ui/index.md)** + ## Cloud Leverage the power of the cloud with Elastic Cloud solutions. Explore Elastic Cloud on Kubernetes, Elastic Cloud Enterprise, and Elastic Cloud Hosted to scale your operations. 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 From 0148d90ee19a2fa426bdc869c913bdf2af09439d Mon Sep 17 00:00:00 2001 From: shainaraskas Date: Fri, 11 Apr 2025 17:38:44 -0400 Subject: [PATCH 2/5] remove stray file --- .vscode/settings.json | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 7a73a41bfd..0000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} \ No newline at end of file From 45d08892aabe9e8909f5c32e930df67731da7525 Mon Sep 17 00:00:00 2001 From: shainaraskas Date: Fri, 11 Apr 2025 17:54:22 -0400 Subject: [PATCH 3/5] remove search from toc --- reference/toc.yml | 2 -- 1 file changed, 2 deletions(-) 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 ☝️ From e86c347f9335c356f4380d131535999eec42ab48 Mon Sep 17 00:00:00 2001 From: shainaraskas <58563081+shainaraskas@users.noreply.github.com> Date: Fri, 11 Apr 2025 17:54:58 -0400 Subject: [PATCH 4/5] Update reference/index.md --- reference/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/index.md b/reference/index.md index 2ec591aaa6..6de092d43d 100644 --- a/reference/index.md +++ b/reference/index.md @@ -82,7 +82,7 @@ Standardize your data with ECS. Access logging libraries, field references, and Explore reference content on the Search UI library and how you can develop fast, modern, and engaging search experiences. -**Learn more in [Search UI](search-ui://reference/search-ui/index.md)** +**Learn more in [Search UI](search-ui://reference/index.md)** ## Cloud From 99601cc730ad31030cba83c268b641b156bf8a0b Mon Sep 17 00:00:00 2001 From: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com> Date: Sat, 12 Apr 2025 08:49:08 +0200 Subject: [PATCH 5/5] Update index.md --- reference/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/index.md b/reference/index.md index 6de092d43d..816b6b6839 100644 --- a/reference/index.md +++ b/reference/index.md @@ -48,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. @@ -66,18 +66,18 @@ Access syntax references, function libraries, and best practices for Painless sc **Learn more in [Painless scripting](elasticsearch://reference/scripting-languages/painless/painless.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 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)** + ## Search UI library Explore reference content on the Search UI library and how you can develop fast, modern, and engaging search experiences.