mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS][7.0] Fixes merge conflict in reporting doc (#53654)
This commit is contained in:
parent
7c4cf07778
commit
e1fa641e57
1 changed files with 14 additions and 0 deletions
|
@ -48,3 +48,17 @@ report from the Kibana UI.
|
|||
{reporting}.
|
||||
//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.
|
||||
|
||||
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