Skip to content
Merged
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
11 changes: 2 additions & 9 deletions docs/docset.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
project: 'Elasticsearch'

Check notice on line 1 in docs/docset.yml

View workflow job for this annotation

GitHub Actions / docs-preview / build

Substitution key 'es-serverless' is not used in any file
max_toc_depth: 2
exclude:
- README.md
- internal/*
Expand All @@ -22,15 +23,7 @@
- kibana
- logstash
toc:
- toc: reference/elasticsearch
- toc: reference/community-contributed
- toc: reference/enrich-processor
- toc: reference/search-connectors
- toc: reference/elasticsearch-plugins
- toc: reference/query-languages
- toc: reference/scripting-languages
- toc: reference/text-analysis
- toc: reference/aggregations
- toc: reference
- toc: release-notes
- toc: extend
subs:
Expand Down
19 changes: 18 additions & 1 deletion docs/reference/elasticsearch/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# Elasticsearch and index management
# Elasticsearch and index management

% TO-DO: Add links to "Elasticsearch basics"%

This section contains reference information for Elasticsearch and index management features, including:

* Settings
* Security roles and privileges
* Index lifecycle actions
* Mappings
* Command line tools
* Curator
* Clients

% TO-DO: Add links to "query language and scripting language sections"%

Elasticsearch also provides REST APIs that are used by the UI components and can be called directly to configure and access Elasticsearch features.
Refer to [Elasticsearch API](https://www.elastic.co/docs/api/doc/elasticsearch) and [Elasticsearch Serverless API](https://www.elastic.co/docs/api/doc/elasticsearch-serverless).
1 change: 1 addition & 0 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Reference
11 changes: 11 additions & 0 deletions docs/reference/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
toc:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs an index.yml file.

- file: index.md
- toc: elasticsearch
- toc: community-contributed
- toc: enrich-processor
- toc: search-connectors
- toc: elasticsearch-plugins
- toc: query-languages
- toc: scripting-languages
- toc: text-analysis
- toc: aggregations
Loading