|
@@ -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).
|