Skip to content

Commit

Permalink
Fix _xpack/usage for enterprise_search in docs tests (#95845)
Browse files Browse the repository at this point in the history
The previous fix (#95565) didn't work since the section was misplaced.
Note that this test runs only on snapshot build so I tested manually and the failure is now related to remote_clusters section missing.

Closes #95603
  • Loading branch information
jimczi authored May 5, 2023
1 parent 9cb80ce commit 154176b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/reference/rest-api/usage.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,6 @@ GET /_xpack/usage
}
}
},
"enterprise_search" : {
"available": true,
"enabled": true,
"search_applications" : {
"count": 0
}
},
"inference" : {
"ingest_processors" : {
"_all" : {
Expand Down Expand Up @@ -414,6 +407,13 @@ GET /_xpack/usage
"invocations": {
"total": 0
}
},
"enterprise_search" : {
"available": true,
"enabled": true,
"search_applications" : {
"count": 0
}
}
}
------------------------------------------------------------
Expand Down

0 comments on commit 154176b

Please sign in to comment.