Skip to content

Commit d12243f

Browse files
authored
[DOCS][7.1]Fixes merge conflict in reporting doc (#53653)
1 parent bebc80a commit d12243f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/user/reporting/watch-example.asciidoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,17 @@ report from the Kibana UI.
4848
{reporting}.
4949
//For more information, see <<secure-reporting>>.
5050
//<<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

Comments
 (0)