Skip to content

Commit

Permalink
Fix example test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Dec 31, 2024
1 parent d713d37 commit f362618
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/reference/rest-api/usage.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ GET /_xpack/usage
},
"eql" : {
"available" : true,
"enabled" : true
"enabled" : true,
...
},
"esql" : {
"available" : true,
Expand Down Expand Up @@ -529,7 +530,10 @@ GET /_xpack/usage
"available": true,
"enabled": false,
"indices_count": 0,
"indices_with_synthetic_source": 0
"indices_with_synthetic_source": 0,
"num_docs": 0,
"size_in_bytes": 0,
"has_custom_cutoff_date": false
}
}
------------------------------------------------------------
Expand Down

0 comments on commit f362618

Please sign in to comment.