Browse Source

Test fix: Update to the latest form the data_lifecycle telemetry section (#96484)

Mary Gouseti 2 years ago
parent
commit
8bcdaa9d62
1 changed files with 6 additions and 8 deletions
  1. 6 8
      docs/reference/rest-api/usage.asciidoc

+ 6 - 8
docs/reference/rest-api/usage.asciidoc

@@ -331,14 +331,12 @@ GET /_xpack/usage
   "data_lifecycle" : {
     "available": true,
     "enabled": true,
-    "lifecycle": {
-        "count": 0,
-        "default_rollover_used": true,
-        "retention": {
-            "minimum_millis": 0,
-            "maximum_millis": 0,
-            "average_millis": 0.0
-        }
+    "count": 0,
+    "default_rollover_used": true,
+    "retention": {
+        "minimum_millis": 0,
+        "maximum_millis": 0,
+        "average_millis": 0.0
     }
   },
   "data_tiers" : {