@@ -11,4 +11,51 @@ For more details about query and scripting languages, check these sections:
1111{{es}} also provides the following REST APIs:
1212
1313* [ {{es}} API] ( https://www.elastic.co/docs/api/doc/elasticsearch )
14- * [ {{es}} Serverless API] ( https://www.elastic.co/docs/api/doc/elasticsearch-serverless )
14+ * [ {{es}} Serverless API] ( https://www.elastic.co/docs/api/doc/elasticsearch-serverless )
15+
16+ ## Search and analyze your data
17+ ----------------------------
18+
19+ Elasticsearch is the search and analytics engine that powers the Elastic Stack.
20+
21+ [ Get started] ( https://www.elastic.co/docs/get-started )
22+
23+ [ Introduction] ( elasticsearch-intro.html ) [ What's new] ( release-highlights.html ) [ Release notes] ( es-release-notes.html )
24+
25+ ![ ] ( https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltb8eb1c8cf2e7309e/636925fb7457f32a10457f6d/elasticsearch.png )
26+
27+ ## Get to know Elasticsearch
28+
29+ _ Demos:_ [ Hands-on learning for Search] ( https://www.elastic.co/demo-gallery?solutions=search&features=null&type=hands-on-learning )
30+
31+ _ New webinar:_ [ Architect search apps with Google Cloud] ( https://www.elastic.co/virtual-events/architecting-search-apps-on-google-cloud )
32+
33+ ### Install, manage, and secure
34+
35+ * [ Set up Elasticsearch] ( docs-content://deploy-manage/deploy/self-managed/installing-elasticsearch.md )
36+ * [ Secure the Elastic Stack] ( docs-content://deploy-manage/security.md )
37+ * [ Upgrade Elasticsearch] ( docs-content://deploy-manage/upgrade/deployment-or-cluster.md )
38+ * [ Set up a cluster for high availability] ( https://www.elastic.co/docs/deploy-manage/tools )
39+ * [ Monitor a cluster] ( https://www.elastic.co/docs/deploy-manage/monitor/cloud-health-perf )
40+ * [ Troubleshooting] ( https://www.elastic.co/docs/troubleshoot/elasticsearch )
41+ * [ Enterprise Search server] ( https://www.elastic.co/docs/reference/search-connectors )
42+
43+ ### Ingest data
44+
45+ * [ Adding data to Elasticsearch] ( https://www.elastic.co/docs/manage-data/ingest )
46+ * [ Connectors] ( https://www.elastic.co/docs/reference/search-connectors )
47+ * [ Web crawler] ( https://www.elastic.co/search-labs/blog/elastic-open-crawler-release )
48+ * [ Data streams] ( https://www.elastic.co/docs/manage-data/data-store/data-streams )
49+ * [ Ingest pipelines] ( https://www.elastic.co/docs/manage-data/ingest/transform-enrich/ingest-pipelines )
50+ * [ Mapping] ( https://www.elastic.co/docs/manage-data/data-store/mapping )
51+
52+ ### Search and analyze
53+
54+ * [ Search your data] ( https://www.elastic.co/docs/solutions/search/querying-for-search )
55+ * 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 )
56+ * [ Search applications] ( https://www.elastic.co/docs/solutions/search/search-applications )
57+ * [ Aggregations] ( https://www.elastic.co/docs/explore-analyze/query-filter/aggregations )
58+ * [ Geospatial analysis] ( https://www.elastic.co/docs/explore-analyze/geospatial-analysis )
59+ * [ Machine Learning] ( https://www.elastic.co/docs/explore-analyze/machine-learning )
60+ * [ Alerting] ( https://www.elastic.co/docs/explore-analyze/alerts-cases/watcher )
61+
0 commit comments