|  | 
| 1 | 1 | # Elasticsearch | 
| 2 | 2 | 
 | 
| 3 |  | -This section contains reference information for {{es}} and index management features. | 
|  | 3 | +{{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. | 
| 4 | 4 | 
 | 
| 5 |  | -To learn more about {{es}} features and how to get started, refer to the [{{es}}](docs-content://solutions/search.md) documentation. | 
|  | 5 | +## Quick links | 
| 6 | 6 | 
 | 
| 7 |  | -For more details about query and scripting languages, check these sections: | 
| 8 |  | -* [Query languages](../query-languages/index.md) | 
| 9 |  | -* [Scripting languages](../scripting-languages/index.md) | 
|  | 7 | +:::{dropdown} Useful links | 
| 10 | 8 | 
 | 
| 11 |  | -{{es}} also provides the following REST APIs: | 
|  | 9 | +- [REST API Reference](./rest-apis/index.md) | 
|  | 10 | +- [API Conventions](./rest-apis/api-conventions.md) | 
|  | 11 | +- [Settings Reference](https://www.elastic.co/guide/en/elasticsearch/reference/current/settings.html) | 
|  | 12 | +- [Breaking Changes](https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes.html) | 
|  | 13 | +- [Compatibility](./rest-apis/compatibility.md) | 
|  | 14 | +- [Glossary](https://www.elastic.co/guide/en/elasticsearch/reference/current/glossary.html) | 
|  | 15 | +- [Plugin Development](https://www.elastic.co/guide/en/elasticsearch/plugins/current/index.html) | 
|  | 16 | +- [Supported Platforms](https://www.elastic.co/support/matrix#matrix_jvm) | 
|  | 17 | +::: | 
| 12 | 18 | 
 | 
| 13 |  | -* [{{es}} API](https://www.elastic.co/docs/api/doc/elasticsearch) | 
| 14 |  | -* [{{es}} Serverless API](https://www.elastic.co/docs/api/doc/elasticsearch-serverless) | 
|  | 19 | +## Setup and architecture | 
|  | 20 | + | 
|  | 21 | +- [Set up Elasticsearch](docs-content://deploy-manage/deploy/self-managed/installing-elasticsearch.md) | 
|  | 22 | +- [Secure the Elastic Stack](docs-content://deploy-manage/security.md) | 
|  | 23 | +- [Upgrade Elasticsearch](docs-content://deploy-manage/upgrade/deployment-or-cluster.md) | 
|  | 24 | +- [Set up a cluster for high availability](docs-content://deploy-manage/tools.md) | 
|  | 25 | +- [Stack monitoring](docs-content://deploy-manage/monitor/stack-monitoring.md) | 
|  | 26 | +- [Troubleshooting](docs-content://troubleshoot/elasticsearch.md) | 
|  | 27 | +- [Optimizations](docs-content://deploy-manage/production-guidance/optimize-performance.md) | 
|  | 28 | + | 
|  | 29 | +## Working with data | 
|  | 30 | + | 
|  | 31 | +- [Adding data to Elasticsearch](docs-content://manage-data/ingest.md) | 
|  | 32 | +- [Connectors](https://www.elastic.co/docs/reference/search-connectors) | 
|  | 33 | +- [Web crawler](https://www.elastic.co/search-labs/blog/elastic-open-crawler-release) | 
|  | 34 | +- [Data streams](docs-content://manage-data/data-store/data-streams.md) | 
|  | 35 | +- [Ingest pipelines](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md) | 
|  | 36 | +- [Mapping](docs-content://manage-data/data-store/mapping.md) | 
|  | 37 | +- [Data management](docs-content://manage-data/lifecycle.md) | 
|  | 38 | +- [Downsampling](docs-content://manage-data/lifecycle.md) | 
|  | 39 | +- [Snapshot and restore](docs-content://deploy-manage/tools/snapshot-and-restore.md) | 
|  | 40 | + | 
|  | 41 | +## Search and analytics | 
|  | 42 | + | 
|  | 43 | +{{es}} is the search and analytics engine that powers the {{stack}}. | 
|  | 44 | + | 
|  | 45 | +- [Get started](docs-content://get-started/index.md) | 
|  | 46 | +- [Learn how to search your data](docs-content://solutions/search/querying-for-search.md) | 
|  | 47 | +- Query data programmatically: use query languages to run advanced search, filtering, or analytics | 
|  | 48 | +  - [Query DSL](docs-content://explore-analyze/query-filter/languages/querydsl.md): full JSON-based query language | 
|  | 49 | +  - [ES|QL](docs-content://explore-analyze/query-filter/languages/esql.md): fast, SQL-like language with piped syntax | 
|  | 50 | +  - [EQL](docs-content://explore-analyze/query-filter/languages/eql.md): for event-based time series data, such as logs, metrics, and traces | 
|  | 51 | +  - [SQL](docs-content://explore-analyze/query-filter/languages/sql.md): SQL-style queries on Elasticsearch data | 
|  | 52 | +- [Search applications](docs-content://solutions/search/search-applications.md) | 
|  | 53 | +- [Aggregations](docs-content://explore-analyze/query-filter/aggregations.md) | 
|  | 54 | +- [Geospatial analysis](docs-content://explore-analyze/geospatial-analysis.md) | 
|  | 55 | +- [Machine Learning](docs-content://explore-analyze/machine-learning.md) | 
|  | 56 | +- [Alerting](docs-content://explore-analyze/alerts-cases.md) | 
|  | 57 | + | 
|  | 58 | +## APIs and developer docs | 
|  | 59 | + | 
|  | 60 | +- [REST APIs](https://www.elastic.co/docs/reference/elasticsearch/rest-apis) | 
|  | 61 | +- [{{es}} Clients](https://www.elastic.co/docs/reference/elasticsearch-clients) | 
|  | 62 | +- [Painless](https://www.elastic.co/docs/reference/scripting-languages/painless/painless) | 
|  | 63 | +- [Plugins and integrations](https://www.elastic.co/docs/reference/elasticsearch/plugins) | 
|  | 64 | +- [Search Labs](https://www.elastic.co/search-labs) | 
|  | 65 | +- [Notebook examples](https://www.elastic.co/search-labs/tutorials/examples) | 
0 commit comments