|
1 | | -# Elasticsearch and index management |
| 1 | +# Elasticsearch |
2 | 2 |
|
3 | | -This section contains reference information for {{es}} and index management features. |
| 3 | +## Search and analyze your data |
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 | +------------------------------- |
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) |
10 | | - |
11 | | -{{es}} also provides the following REST APIs: |
| 7 | +{{es}} is the search and analytics engine that powers the {{stack}}. |
12 | 8 |
|
13 | | -* [{{es}} API](https://www.elastic.co/docs/api/doc/elasticsearch) |
14 | | -* [{{es}} Serverless API](https://www.elastic.co/docs/api/doc/elasticsearch-serverless) |
| 9 | + |
| 10 | + |
| 11 | +[Get started](https://www.elastic.co/docs/get-started) |
| 12 | + |
| 13 | +[Introduction](https://www.elastic.co/docs/get-started) |
| 14 | + |
| 15 | +[What's new](https://www.elastic.co/docs/release-notes/elasticsearch) |
| 16 | + |
| 17 | +[Release notes](https://www.elastic.co/docs/release-notes/elasticsearch) |
| 18 | + |
| 19 | +## Get to know Elasticsearch |
| 20 | + |
| 21 | +_Demos:_ [Hands-on learning for Search](https://www.elastic.co/demo-gallery?solutions=search&features=null&type=hands-on-learning) |
| 22 | + |
| 23 | +_New webinar:_ [Architect search apps with Google Cloud](https://www.elastic.co/virtual-events/architecting-search-apps-on-google-cloud) |
| 24 | + |
| 25 | +## Install, manage, and secure |
| 26 | + |
| 27 | +* [Set up Elasticsearch](https://www.elastic.co/docs/deploy-manage/deploy/self-managed/installing-elasticsearch) |
| 28 | +* [Secure the Elastic Stack](https://www.elastic.co/docs/deploy-manage/security) |
| 29 | +* [Upgrade Elasticsearch](https://www.elastic.co/docs/deploy-manage/upgrade/deployment-or-cluster) |
| 30 | +* [Set up a cluster for high availability](https://www.elastic.co/docs/deploy-manage/tools) |
| 31 | +* [Monitor a cluster](https://www.elastic.co/docs/deploy-manage/monitor/cloud-health-perf) |
| 32 | +* [Troubleshooting](https://www.elastic.co/docs/troubleshoot/elasticsearch) |
| 33 | +* [Optimizations](https://www.elastic.co/docs/deploy-manage/production-guidance/optimize-performance) |
| 34 | + |
| 35 | +## Ingest data |
| 36 | + |
| 37 | +* [Adding data to Elasticsearch](https://www.elastic.co/docs/manage-data/ingest) |
| 38 | +* [Connectors](https://www.elastic.co/docs/reference/search-connectors) |
| 39 | +* [Web crawler](https://www.elastic.co/search-labs/blog/elastic-open-crawler-release) |
| 40 | +* [Data streams](https://www.elastic.co/docs/manage-data/data-store/data-streams) |
| 41 | +* [Ingest pipelines](https://www.elastic.co/docs/manage-data/ingest/transform-enrich/ingest-pipelines) |
| 42 | +* [Mapping](https://www.elastic.co/docs/manage-data/data-store/mapping) |
| 43 | + |
| 44 | +## Search and analyze |
| 45 | + |
| 46 | +* [Search your data](https://www.elastic.co/docs/solutions/search/querying-for-search) |
| 47 | +* Query data with [the Query DSL](https://www.elastic.co/docs/explore-analyze/query-filter/languages/querydsl), [ES|QL](https://www.elastic.co/docs/explore-analyze/query-filter/languages/esql), [EQL](https://www.elastic.co/docs/explore-analyze/query-filter/languages/eql), or [SQL](https://www.elastic.co/docs/explore-analyze/query-filter/languages/sql) |
| 48 | +* [Search applications](https://www.elastic.co/docs/solutions/search/search-applications) |
| 49 | +* [Aggregations](https://www.elastic.co/docs/explore-analyze/query-filter/aggregations) |
| 50 | +* [Geospatial analysis](https://www.elastic.co/docs/explore-analyze/geospatial-analysis) |
| 51 | +* [Machine Learning](https://www.elastic.co/docs/explore-analyze/machine-learning) |
| 52 | +* [Alerting](https://www.elastic.co/docs/explore-analyze/alerts-cases) |
| 53 | + |
| 54 | +## Data management |
| 55 | + |
| 56 | +* [Data management](https://www.elastic.co/docs/manage-data/lifecycle) |
| 57 | +* [Downsampling](https://www.elastic.co/docs/manage-data/lifecycle) |
| 58 | +* [Snapshot and restore](https://www.elastic.co/docs/deploy-manage/tools/snapshot-and-restore) |
| 59 | + |
| 60 | +## APIs and developer docs |
| 61 | + |
| 62 | +* [REST APIs](https://www.elastic.co/docs/reference/elasticsearch/rest-apis) |
| 63 | +* [{{es}} Clients](https://www.elastic.co/docs/reference/elasticsearch-clients) |
| 64 | +* [Painless](https://www.elastic.co/docs/reference/scripting-languages/painless/painless) |
| 65 | +* [Plugins and integrations](https://www.elastic.co/docs/reference/elasticsearch/plugins) |
| 66 | +* [Search Labs](https://www.elastic.co/search-labs) |
| 67 | +* [Notebook examples](https://www.elastic.co/search-labs/tutorials/examples) |
0 commit comments