Browse Source

add analytics_collections to ent search usage test (#96385)

Sloane Perrault 2 years ago
parent
commit
9649ee0536
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/reference/rest-api/usage.asciidoc

+ 3 - 0
docs/reference/rest-api/usage.asciidoc

@@ -413,6 +413,9 @@ GET /_xpack/usage
     "enabled": true,
     "search_applications" : {
       "count": 0
+    },
+    "analytics_collections": {
+      "count": 0
     }
   }
 }