From 3f6b4dcf86a04384a2e731d6e4d91350c2cd64bf Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Tue, 23 Mar 2021 15:29:31 -0500 Subject: [PATCH] Document new namespaces --- docs/sphinx/api.rst | 6 ++++++ docs/sphinx/xpack.rst | 9 +++++++++ 2 files changed, 15 insertions(+) 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 ----------------