Skip to content

Commit f362618

Browse files
committed
Fix example test failure
1 parent d713d37 commit f362618

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/reference/rest-api/usage.asciidoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ GET /_xpack/usage
231231
},
232232
"eql" : {
233233
"available" : true,
234-
"enabled" : true
234+
"enabled" : true,
235+
...
235236
},
236237
"esql" : {
237238
"available" : true,
@@ -529,7 +530,10 @@ GET /_xpack/usage
529530
"available": true,
530531
"enabled": false,
531532
"indices_count": 0,
532-
"indices_with_synthetic_source": 0
533+
"indices_with_synthetic_source": 0,
534+
"num_docs": 0,
535+
"size_in_bytes": 0,
536+
"has_custom_cutoff_date": false
533537
}
534538
}
535539
------------------------------------------------------------

0 commit comments

Comments
 (0)