Skip to content

Drafts Elasticsearch landing page #129722

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 63 additions & 10 deletions docs/reference/elasticsearch/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,67 @@
# Elasticsearch and index management
# Elasticsearch

This section contains reference information for {{es}} and index management features.
## Search and analyze your data

To learn more about {{es}} features and how to get started, refer to the [{{es}}](docs-content://solutions/search.md) documentation.
-------------------------------

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:
{{es}} is the search and analytics engine that powers the {{stack}}.

* [{{es}} API](https://www.elastic.co/docs/api/doc/elasticsearch)
* [{{es}} Serverless API](https://www.elastic.co/docs/api/doc/elasticsearch-serverless)
![](https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltb8eb1c8cf2e7309e/636925fb7457f32a10457f6d/elasticsearch.png)

[Get started](https://www.elastic.co/docs/get-started)

[Introduction](https://www.elastic.co/docs/get-started)

[What's new](https://www.elastic.co/docs/release-notes/elasticsearch)

[Release notes](https://www.elastic.co/docs/release-notes/elasticsearch)

## Get to know Elasticsearch

_Demos:_ [Hands-on learning for Search](https://www.elastic.co/demo-gallery?solutions=search&features=null&type=hands-on-learning)

_New webinar:_ [Architect search apps with Google Cloud](https://www.elastic.co/virtual-events/architecting-search-apps-on-google-cloud)

## Install, manage, and secure

* [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)

## Ingest 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)

## Search and analyze

* [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)

## Data management

* [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)

## 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)
Loading
Loading