[DOCS] Adds note on date-math expressions in reporting (#53628)

This commit is contained in:
gchaps 2019-12-19 13:23:00 -08:00 committed by GitHub
parent 6747dc068f
commit 23dfad304f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,16 @@ report from the Kibana UI.
//For more information, see <<secure-reporting>>.
//<<reporting-app-users, Setting up a Reporting Role>>.
NOTE: Reporting is integrated with Watcher only as an email attachment type.
[NOTE]
====
Reporting is integrated with Watcher only as an email attachment type.
The report Generation URL might contain date-math expressions
that cause the watch to fail with a `parse_exception`.
Remove curly braces `{` `}` from date-math expressions and
URL-encode characters to avoid this.
For example: `...(range:(%27@timestamp%27:(gte:now-15m%2Fd,lte:now%2Fd))))...`
For more information about configuring watches, see
{ref}/how-watcher-works.html[How Watcher works].
====