From 86910ab3d4acee392bef9e59787305b72b16fe80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Thu, 10 Jul 2025 11:14:44 +0200 Subject: [PATCH 1/4] [DOCS] Drafts Elasticsearch landing page. --- docs/reference/elasticsearch/index.md | 67 +++++++++++++++++++++++---- 1 file changed, 57 insertions(+), 10 deletions(-) diff --git a/docs/reference/elasticsearch/index.md b/docs/reference/elasticsearch/index.md index a2060ee9c384c..97296a468cb13 100644 --- a/docs/reference/elasticsearch/index.md +++ b/docs/reference/elasticsearch/index.md @@ -1,14 +1,61 @@ -# Elasticsearch and index management +# Elasticsearch -This section contains reference information for {{es}} and index management features. +{{es}} is a distributed search and analytics engine, scalable data store, and vector database built on Apache Lucene. It’s optimized for speed and relevance on production-scale workloads. Use Elasticsearch to search, index, store, and analyze data of all shapes and sizes in near real time. -To learn more about {{es}} features and how to get started, refer to the [{{es}}](docs-content://solutions/search.md) documentation. +## Quick links -For more details about query and scripting languages, check these sections: -* [Query languages](../query-languages/index.md) -* [Scripting languages](../scripting-languages/index.md) - -{{es}} also provides the following REST APIs: +:::{dropdown} Useful links -* [{{es}} API](https://www.elastic.co/docs/api/doc/elasticsearch) -* [{{es}} Serverless API](https://www.elastic.co/docs/api/doc/elasticsearch-serverless) \ No newline at end of file +- [REST API Reference](./rest-apis/index.md) +- [API Conventions](./rest-apis/api-conventions.md) +- [Settings Reference](https://www.elastic.co/guide/en/elasticsearch/reference/current/settings.html) +- [Breaking Changes](https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes.html) +- [Compatibility](./rest-apis/compatibility.md) +- [Glossary](https://www.elastic.co/guide/en/elasticsearch/reference/current/glossary.html) +- [Plugin Development](https://www.elastic.co/guide/en/elasticsearch/plugins/current/index.html) +- [Supported Platforms](https://www.elastic.co/support/matrix#matrix_jvm) +::: + +## Setup and architecture + +- [Set up Elasticsearch](docs-content://deploy-manage/deploy/self-managed/installing-elasticsearch.md) +- [Secure the Elastic Stack](docs-content://deploy-manage/security.md) +- [Upgrade Elasticsearch](docs-content://deploy-manage/upgrade/deployment-or-cluster.md) +- [Set up a cluster for high availability](docs-content://deploy-manage/tools.md) +- [Monitor a cluster](docs-content://deploy-manage/monitor/cloud-health-perf.md) +- [Troubleshooting](docs-content://troubleshoot/elasticsearch.md) +- [Optimizations](docs-content://deploy-manage/production-guidance/optimize-performance.md) + +## Working with data + +- [Adding data to Elasticsearch](docs-content://manage-data/ingest.md) +- [Connectors](https://www.elastic.co/docs/reference/search-connectors) +- [Web crawler](https://www.elastic.co/search-labs/blog/elastic-open-crawler-release) +- [Data streams](docs-content://manage-data/data-store/data-streams.md) +- [Ingest pipelines](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md) +- [Mapping](docs-content://manage-data/data-store/mapping.md) +- [Data management](docs-content://manage-data/lifecycle.md) +- [Downsampling](docs-content://manage-data/lifecycle.md) +- [Snapshot and restore](docs-content://deploy-manage/tools/snapshot-and-restore.md) + +## Search and analytics + +{{es}} is the search and analytics engine that powers the {{stack}}. + +- [Get started](docs-content://get-started.md) +- [Search your data](docs-content://solutions/search/querying-for-search.md) +- Query data with [the Query DSL](docs-content://explore-analyze/query-filter/languages/querydsl.md), [ES|QL](docs-content://explore-analyze/query-filter/languages/esql.md), [EQL](docs-content://explore-analyze/query-filter/languages/eql.md), or [SQL](docs-content://explore-analyze/query-filter/languages/sql.md) +- [Search applications](docs-content://solutions/search/search-applications.md) +- [Aggregations](docs-content://explore-analyze/query-filter/aggregations.md) +- [Geospatial analysis](docs-content://explore-analyze/geospatial-analysis.md) +- [Machine Learning](docs-content://explore-analyze/machine-learning.md) +- [Alerting](docs-content://explore-analyze/alerts-cases.md) + +## APIs and developer docs + +- [REST APIs](https://www.elastic.co/docs/reference/elasticsearch/rest-apis) +- [{{es}} Clients](https://www.elastic.co/docs/reference/elasticsearch-clients) +- [Painless](https://www.elastic.co/docs/reference/scripting-languages/painless/painless) +- [Plugins and integrations](https://www.elastic.co/docs/reference/elasticsearch/plugins) +- [Search Labs](https://www.elastic.co/search-labs) +- [Notebook examples](https://www.elastic.co/search-labs/tutorials/examples) From 771f006a2af82632a99cfad6997d2b090db4a084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Thu, 10 Jul 2025 13:11:26 +0200 Subject: [PATCH 2/4] Fixes link. --- docs/reference/elasticsearch/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/elasticsearch/index.md b/docs/reference/elasticsearch/index.md index 97296a468cb13..e9528afd89df8 100644 --- a/docs/reference/elasticsearch/index.md +++ b/docs/reference/elasticsearch/index.md @@ -42,7 +42,7 @@ {{es}} is the search and analytics engine that powers the {{stack}}. -- [Get started](docs-content://get-started.md) +- [Get started](docs-content://get-started/index.md) - [Search your data](docs-content://solutions/search/querying-for-search.md) - Query data with [the Query DSL](docs-content://explore-analyze/query-filter/languages/querydsl.md), [ES|QL](docs-content://explore-analyze/query-filter/languages/esql.md), [EQL](docs-content://explore-analyze/query-filter/languages/eql.md), or [SQL](docs-content://explore-analyze/query-filter/languages/sql.md) - [Search applications](docs-content://solutions/search/search-applications.md) From bacb2adda68efcc4ee884847cabad0bba3bd84e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Wed, 30 Jul 2025 14:08:53 +0200 Subject: [PATCH 3/4] Rephrases search your data. --- docs/reference/elasticsearch/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/reference/elasticsearch/index.md b/docs/reference/elasticsearch/index.md index e9528afd89df8..b4f8576e6195b 100644 --- a/docs/reference/elasticsearch/index.md +++ b/docs/reference/elasticsearch/index.md @@ -43,8 +43,12 @@ {{es}} is the search and analytics engine that powers the {{stack}}. - [Get started](docs-content://get-started/index.md) -- [Search your data](docs-content://solutions/search/querying-for-search.md) -- Query data with [the Query DSL](docs-content://explore-analyze/query-filter/languages/querydsl.md), [ES|QL](docs-content://explore-analyze/query-filter/languages/esql.md), [EQL](docs-content://explore-analyze/query-filter/languages/eql.md), or [SQL](docs-content://explore-analyze/query-filter/languages/sql.md) +- [Learn how to search your data](docs-content://solutions/search/querying-for-search.md) +- Query data programmatically: use query languages to run advanced search, filtering, or analytics + - [Query DSL](docs-content://explore-analyze/query-filter/languages/querydsl.md): full JSON-based query language + - [ES|QL](docs-content://explore-analyze/query-filter/languages/esql.md): fast, SQL-like language with piped syntax + - [EQL](docs-content://explore-analyze/query-filter/languages/eql.md): for event-based time series data, such as logs, metrics, and traces + - [SQL](docs-content://explore-analyze/query-filter/languages/sql.md): SQL-style queries on Elasticsearch data - [Search applications](docs-content://solutions/search/search-applications.md) - [Aggregations](docs-content://explore-analyze/query-filter/aggregations.md) - [Geospatial analysis](docs-content://explore-analyze/geospatial-analysis.md) From 59e5f6c6f576b4f1d01a3a92fb650d985a02cfaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Wed, 30 Jul 2025 14:13:09 +0200 Subject: [PATCH 4/4] Adds link points to Stack monitoring. --- docs/reference/elasticsearch/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/elasticsearch/index.md b/docs/reference/elasticsearch/index.md index b4f8576e6195b..2d10104429185 100644 --- a/docs/reference/elasticsearch/index.md +++ b/docs/reference/elasticsearch/index.md @@ -22,7 +22,7 @@ - [Secure the Elastic Stack](docs-content://deploy-manage/security.md) - [Upgrade Elasticsearch](docs-content://deploy-manage/upgrade/deployment-or-cluster.md) - [Set up a cluster for high availability](docs-content://deploy-manage/tools.md) -- [Monitor a cluster](docs-content://deploy-manage/monitor/cloud-health-perf.md) +- [Stack monitoring](docs-content://deploy-manage/monitor/stack-monitoring.md) - [Troubleshooting](docs-content://troubleshoot/elasticsearch.md) - [Optimizations](docs-content://deploy-manage/production-guidance/optimize-performance.md)