Skip to content

Commit 0162474

Browse files
committed
more updateS
1 parent e840da7 commit 0162474

File tree

2 files changed

+63
-16
lines changed

2 files changed

+63
-16
lines changed

docs/reference/elasticsearch/toc.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,49 @@ toc:
3434
- file: jvm-settings.md
3535
- file: roles.md
3636
- file: security-privileges.md
37+
- file: esql.md
38+
children:
39+
- file: esql/esql-syntax-reference.md
40+
children:
41+
- file: esql/esql-syntax.md
42+
- file: esql/esql-commands.md
43+
children:
44+
- file: esql/commands/source-commands.md
45+
- file: esql/commands/processing-commands.md
46+
- file: esql/esql-functions-operators.md
47+
children:
48+
- file: esql/functions-operators/aggregation-functions.md
49+
- file: esql/functions-operators/grouping-functions.md
50+
- file: esql/functions-operators/conditional-functions-and-expressions.md
51+
- file: esql/functions-operators/date-time-functions.md
52+
- file: esql/functions-operators/ip-functions.md
53+
- file: esql/functions-operators/math-functions.md
54+
- file: esql/functions-operators/search-functions.md
55+
- file: esql/functions-operators/spatial-functions.md
56+
- file: esql/functions-operators/string-functions.md
57+
- file: esql/functions-operators/type-conversion-functions.md
58+
- file: esql/functions-operators/mv-functions.md
59+
- file: esql/functions-operators/operators.md
60+
- file: esql/esql-advanced.md
61+
children:
62+
- file: esql/esql-process-data-with-dissect-grok.md
63+
- file: esql/esql-enrich-data.md
64+
- file: esql/esql-lookup-join.md
65+
- file: esql/esql-types-and-fields.md
66+
children:
67+
- file: esql/esql-implicit-casting.md
68+
- file: esql/esql-time-spans.md
69+
- file: esql/esql-metadata-fields.md
70+
- file: esql/esql-multivalued-fields.md
71+
72+
- file: esql/limitations.md
73+
- file: esql/esql-examples.md
74+
- file: ../eql.md
75+
children:
76+
- file: ../eql/eql-syntax.md
77+
- file: ../eql/eql-function-ref.md
78+
- file: ../eql/eql-pipe-ref.md
79+
- file: ../eql/eql-ex-threat-detection.md
3780
- file: index-settings/index.md
3881
children:
3982
- file: index-settings/data-tier-allocation.md

docs/reference/index.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ Elasticsearch is the search and analytics engine that powers the Elastic Stack.
77

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

10-
[Introduction](elasticsearch-intro.html) [What's new](release-highlights.html) [Release notes](es-release-notes.html)
10+
[Introduction](elasticsearch-intro.html)
11+
12+
[What's new](release-highlights.html)
13+
14+
[Release notes](es-release-notes.html)
1115

1216
![](https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltb8eb1c8cf2e7309e/636925fb7457f32a10457f6d/elasticsearch.png)
1317

@@ -17,32 +21,32 @@ _Demos:_ [Hands-on learning for Search](https://www.elastic.co/demo-gallery?solu
1721

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

20-
### Install, manage, and secure
24+
## Install, manage, and secure
2125

2226
* [Set up Elasticsearch](docs-content://deploy-manage/deploy/self-managed/installing-elasticsearch.md)
2327
* [Secure the Elastic Stack](docs-content://deploy-manage/security.md)
2428
* [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)
29+
* [Set up a cluster for high availability](docs-content://deploy-manage/tools.md)
30+
* [Monitor a cluster](docs-content://deploy-manage/monitor/cloud-health-perf.md)
2731
* [Troubleshooting](https://www.elastic.co/docs/troubleshoot/elasticsearch)
2832
* [Enterprise Search server](https://www.elastic.co/docs/reference/search-connectors)
2933

30-
### Ingest data
34+
## Ingest data
3135

32-
* [Adding data to Elasticsearch](https://www.elastic.co/docs/manage-data/ingest)
36+
* [Adding data to Elasticsearch](docs-content://manage-data/ingest.md)
3337
* [Connectors](https://www.elastic.co/docs/reference/search-connectors)
3438
* [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)
39+
* [Data streams](docs-content://manage-data/data-store/data-streams.md)
40+
* [Ingest pipelines](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md)
3741
* [Mapping](https://www.elastic.co/docs/manage-data/data-store/mapping)
3842

39-
### Search and analyze
43+
## Search and analyze
4044

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)
45+
* [Search your data](docs-content://solutions/search/querying-for-search.md)
46+
* 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)
47+
* [Search applications](docs-content://solutions/search/search-applications.md)
48+
* [Aggregations](docs-content://explore-analyze/query-filter/aggregations.md)
49+
* [Geospatial analysis](docs-content://explore-analyze/geospatial-analysis.md)
50+
* [Machine Learning](docs-content://explore-analyze/machine-learning.md)
51+
* [Alerting](docs-content://explore-analyze/alerts-cases/watcher.md)
4852

0 commit comments

Comments
 (0)