You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -522,7 +522,7 @@ The transform APIs enable you to create and manage transforms.
522
522
| --- | ----------- |
523
523
|[Get transforms](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-transform-get-transform)| Retrieves configuration for one or more transforms. |
524
524
|[Create a transform](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-transform-put-transform)| Creates or updates a transform job. |
|[Get transform stats](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-transform-get-transform-stats)|Get usage information for transforms.|
526
526
|[Preview transform](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-transform-preview-transform)| Previews the results of a transform job. |
527
527
|[Reset a transform](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-transform-reset-transform)| Previews the results of a transform job. |
528
528
|[Delete transform](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-transform-delete-transform)| Deletes a transform job. |
@@ -538,8 +538,8 @@ The usage API provides usage information about the installed X-Pack features.
|[Get information](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-xpack-info)|Gets information about build details, license status, and a list of features currently available under the installed license.|
542
+
|[Get usage information](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-xpack-usage)|Get information about the features that are currently enabled and available under the current license.|
|[Get Watcher index settings](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-watcher-get-settings)|Get settings for the Watcher internal index|
559
+
|[Update Watcher index settings](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-watcher-update-settings)|Update settings for the Watcher internal index|
560
+
|[Query watches](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-watcher-query-watches)|Get all registered watches in a paginated manner and optionally filter watches by a query.|
561
561
|[Start the watch service](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/watcher.start)| Starts the Watcher service. |
562
562
|[Get Watcher statistics](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/watcher.stats)| Returns statistics about the Watcher service. |
563
563
|[Stop the watch service](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/watcher.stop)| Stops the Watcher service. |
0 commit comments