From 3988eb638bdb2c6a360d6f50d5ca0f6ee9fe5bb9 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Wed, 9 Sep 2015 18:05:21 -0700 Subject: [PATCH] closes elastic/elasticsearch#339 Original commit: elastic/x-pack-elasticsearch@2e607325e05928942992f8648950e8a558ae024a --- watcher/docs/customizing-watches.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher/docs/customizing-watches.asciidoc b/watcher/docs/customizing-watches.asciidoc index 0ddb9bb38c8..eac92421bef 100644 --- a/watcher/docs/customizing-watches.asciidoc +++ b/watcher/docs/customizing-watches.asciidoc @@ -37,7 +37,7 @@ To load search results into the watch payload, you use the `search` input. In ad match queries like the one shown in the <> guide, you can use the full Elasticsearch query language. -A <> input contains a `request` object that specifies the indices you want to +A <> input contains a `request` object that specifies the indices you want to search, the {ref}/search-request-search-type.html[search type], and the search request body. The `body` field of a search input is the same as the body of an Elasticsearch `_search` request.