diff --git a/docs/sphinx/api.rst b/docs/sphinx/api.rst index aba925ef..d4b2186d 100644 --- a/docs/sphinx/api.rst +++ b/docs/sphinx/api.rst @@ -133,6 +133,12 @@ Dangling Indices .. autoclass:: DanglingIndicesClient :members: +Features +-------- + +.. autoclass:: FeaturesClient + :members: + Indices ------- diff --git a/docs/sphinx/xpack.rst b/docs/sphinx/xpack.rst index 1502e17c..923bbe85 100644 --- a/docs/sphinx/xpack.rst +++ b/docs/sphinx/xpack.rst @@ -83,6 +83,15 @@ can be used to manage your licences. .. autoclass:: LicenseClient :members: +Logstash +-------- + +`Logstash APIs `_ +manage Pipelines used by Logstash Central Management. + +.. autoclass:: LogstashClient + :members: + Machine Learning ----------------