Browse Source

[DOCS] Fix Usage API snippet test (#99497)

James Rodewig 2 years ago
parent
commit
daddca75d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/rest-api/usage.asciidoc

+ 1 - 1
docs/reference/rest-api/usage.asciidoc

@@ -38,7 +38,7 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=master-timeout]
 ------------------------------------------------------------
 GET /_xpack/usage
 ------------------------------------------------------------
-// TEST[s/usage/usage?filter_path=-watcher.execution.actions.index*\,-watcher.execution.actions.logging*/]
+// TEST[s/usage/usage?filter_path=-watcher.execution.actions.index*\,-watcher.execution.actions.logging*,-watcher.execution.actions.email*/]
 // This response filter removes watcher logging results if they are included
 // to avoid errors in the CI builds.