-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Separate sub-client sections to standalone pages (#2375)
Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 5ac6428)
- Loading branch information
1 parent
742851e
commit 2ce5f95
Showing
39 changed files
with
373 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _autoscaling: | ||
|
||
Autoscaling | ||
----------- | ||
.. py:module:: elasticsearch.client | ||
:noindex: | ||
|
||
.. autoclass:: AutoscalingClient | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _cat: | ||
|
||
Cat | ||
--- | ||
.. py:module:: elasticsearch.client | ||
:noindex: | ||
|
||
.. autoclass:: CatClient | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _ccr: | ||
|
||
Cross-Cluster Replication (CCR) | ||
------------------------------- | ||
.. py:module:: elasticsearch.client | ||
:noindex: | ||
|
||
.. autoclass:: CcrClient | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _cluster: | ||
|
||
Cluster | ||
------- | ||
.. py:module:: elasticsearch.client | ||
:noindex: | ||
|
||
.. autoclass:: ClusterClient | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _dangling-indices: | ||
|
||
Dangling Indices | ||
---------------- | ||
.. py:module:: elasticsearch.client | ||
:noindex: | ||
|
||
.. autoclass:: DanglingIndicesClient | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.. _elasticsearch: | ||
|
||
Elasticsearch | ||
------------- | ||
|
||
.. py:module:: elasticsearch | ||
.. autoclass:: Elasticsearch | ||
:members: | ||
|
||
.. py:module:: elasticsearch.client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _enrich-policies: | ||
|
||
Enrich Policies | ||
--------------- | ||
.. py:module:: elasticsearch.client | ||
:noindex: | ||
|
||
.. autoclass:: EnrichClient | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _eql: | ||
|
||
Event Query Language (EQL) | ||
-------------------------- | ||
.. py:module:: elasticsearch.client | ||
:noindex: | ||
|
||
.. autoclass:: EqlClient | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _fleet: | ||
|
||
Fleet | ||
----- | ||
.. py:module:: elasticsearch.client | ||
:noindex: | ||
|
||
.. autoclass:: FleetClient | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _graph-explore: | ||
|
||
Graph Explore | ||
------------- | ||
.. py:module:: elasticsearch.client | ||
:noindex: | ||
|
||
.. autoclass:: GraphClient | ||
:members: |
Oops, something went wrong.