mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[DOCS] Adds note on date-math expressions in reporting (#53628)
This commit is contained in:
parent
6747dc068f
commit
23dfad304f
1 changed files with 10 additions and 1 deletions
|
@ -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].
|
||||
====
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue