Skip to content

Commit 221a8fd

Browse files
committed
[generator] Add module docs for new API namespaces
1 parent 66cf722 commit 221a8fd

File tree

7 files changed

+34
-0
lines changed

7 files changed

+34
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Autoscaling APIs
2+
3+
The [autoscaling feature](https://www.elastic.co/guide/en/elasticsearch/reference/master/xpack-autoscaling.html)
4+
enables an operator to configure tiers of nodes that self-monitor whether or not they need to scale based on an
5+
operator-defined policy.

api_generator/docs/namespaces/eql.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
EQL APIs
2+
3+
[Event Query Language (EQL)](https://www.elastic.co/guide/en/elasticsearch/reference/master/eql.html) is a query
4+
language for event-based time series data, such as logs, metrics, and traces.
5+
6+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Logstash APIs
2+
3+
The [Logstash APIs](https://www.elastic.co/guide/en/elasticsearch/reference/master/logstash-apis.html) are used to
4+
manage pipelines used by Logstash Central Management.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Monitoring APIs
2+
3+
The Elastic Stack [monitoring features](https://www.elastic.co/guide/en/elasticsearch/reference/master/monitor-elasticsearch-cluster.html)
4+
provide a way to keep a pulse on thehealth and performance of your Elasticsearch cluster.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Rollup APIs
2+
3+
The Elastic Stack [data rollup features](https://www.elastic.co/guide/en/elasticsearch/reference/master/xpack-rollup.html)
4+
provide a means to summarize and store historical data so that it can still be used for analysis, but at a fraction of
5+
the storage cost of raw data.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Searchable snapshot APIs
2+
3+
[Searchable snapshots](https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots.html) let
4+
you reduce your operating costs by using snapshots for resiliency rather than maintaining replica shards within a
5+
cluster. This can result in significant cost savings for less frequently searched data.
6+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Text structure APIs
2+
3+
Determines the structure of text and other information that will be useful to import its contents to an Elasticsearch
4+
index.

0 commit comments

Comments
 (0)