Skip to content

Commit e840da7

Browse files
committed
updates
1 parent 91e2628 commit e840da7

File tree

2 files changed

+49
-15
lines changed

2 files changed

+49
-15
lines changed

docs/reference/elasticsearch/index.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
# Elasticsearch and index management
2-
3-
This section contains reference information for {{es}} and index management features.
4-
5-
To learn more about {{es}} features and how to get started, refer to the [{{es}}](docs-content://solutions/search.md) documentation.
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:
12-
13-
* [{{es}} API](https://www.elastic.co/docs/api/doc/elasticsearch)
14-
* [{{es}} Serverless API](https://www.elastic.co/docs/api/doc/elasticsearch-serverless)
1+
# Elasticsearch
152

163
## Search and analyze your data
174
----------------------------

docs/reference/index.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,48 @@
1-
# Reference
1+
# Reference
2+
3+
## Search and analyze your data
4+
----------------------------
5+
6+
Elasticsearch is the search and analytics engine that powers the Elastic Stack.
7+
8+
[Get started](https://www.elastic.co/docs/get-started)
9+
10+
[Introduction](elasticsearch-intro.html) [What's new](release-highlights.html) [Release notes](es-release-notes.html)
11+
12+
![](https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltb8eb1c8cf2e7309e/636925fb7457f32a10457f6d/elasticsearch.png)
13+
14+
## Get to know Elasticsearch
15+
16+
_Demos:_ [Hands-on learning for Search](https://www.elastic.co/demo-gallery?solutions=search&features=null&type=hands-on-learning)
17+
18+
_New webinar:_ [Architect search apps with Google Cloud](https://www.elastic.co/virtual-events/architecting-search-apps-on-google-cloud)
19+
20+
### Install, manage, and secure
21+
22+
* [Set up Elasticsearch](docs-content://deploy-manage/deploy/self-managed/installing-elasticsearch.md)
23+
* [Secure the Elastic Stack](docs-content://deploy-manage/security.md)
24+
* [Upgrade Elasticsearch](docs-content://deploy-manage/upgrade/deployment-or-cluster.md)
25+
* [Set up a cluster for high availability](https://www.elastic.co/docs/deploy-manage/tools)
26+
* [Monitor a cluster](https://www.elastic.co/docs/deploy-manage/monitor/cloud-health-perf)
27+
* [Troubleshooting](https://www.elastic.co/docs/troubleshoot/elasticsearch)
28+
* [Enterprise Search server](https://www.elastic.co/docs/reference/search-connectors)
29+
30+
### Ingest data
31+
32+
* [Adding data to Elasticsearch](https://www.elastic.co/docs/manage-data/ingest)
33+
* [Connectors](https://www.elastic.co/docs/reference/search-connectors)
34+
* [Web crawler](https://www.elastic.co/search-labs/blog/elastic-open-crawler-release)
35+
* [Data streams](https://www.elastic.co/docs/manage-data/data-store/data-streams)
36+
* [Ingest pipelines](https://www.elastic.co/docs/manage-data/ingest/transform-enrich/ingest-pipelines)
37+
* [Mapping](https://www.elastic.co/docs/manage-data/data-store/mapping)
38+
39+
### Search and analyze
40+
41+
* [Search your data](https://www.elastic.co/docs/solutions/search/querying-for-search)
42+
* 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)
43+
* [Search applications](https://www.elastic.co/docs/solutions/search/search-applications)
44+
* [Aggregations](https://www.elastic.co/docs/explore-analyze/query-filter/aggregations)
45+
* [Geospatial analysis](https://www.elastic.co/docs/explore-analyze/geospatial-analysis)
46+
* [Machine Learning](https://www.elastic.co/docs/explore-analyze/machine-learning)
47+
* [Alerting](https://www.elastic.co/docs/explore-analyze/alerts-cases/watcher)
48+

0 commit comments

Comments
 (0)