We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebc80a commit d12243fCopy full SHA for d12243f
docs/user/reporting/watch-example.asciidoc
@@ -48,3 +48,17 @@ report from the Kibana UI.
48
{reporting}.
49
//For more information, see <<secure-reporting>>.
50
//<<reporting-app-users, Setting up a Reporting Role>>.
51
+
52
+[NOTE]
53
+====
54
+Reporting is integrated with Watcher only as an email attachment type.
55
56
+The report Generation URL might contain date-math expressions
57
+that cause the watch to fail with a `parse_exception`.
58
+Remove curly braces `{` `}` from date-math expressions and
59
+URL-encode characters to avoid this.
60
+For example: `...(range:(%27@timestamp%27:(gte:now-15m%2Fd,lte:now%2Fd))))...`
61
62
+For more information about configuring watches, see
63
+{ref}/how-watcher-works.html[How Watcher works].
64
0 commit comments