You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``kibana_discover_from_timedelta``: The offset to the `from` time of the Kibana Discover link's time range.
594
+
The `from` time is calculated by subtracting this timedelta from the event time. Defaults to 10 minutes.
595
+
596
+
``kibana_discover_from_timedelta: minutes: 2``
597
+
598
+
kibana_discover_to_timedelta
599
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
600
+
601
+
``kibana_discover_to_timedelta``: The offset to the `to` time of the Kibana Discover link's time range.
602
+
The `to` time is calculated by adding this timedelta to the event time. Defaults to 10 minutes.
603
+
604
+
``kibana_discover_to_timedelta: minutes: 2``
605
+
513
606
use_local_time
514
607
^^^^^^^^^^^^^^
515
608
@@ -1305,7 +1398,7 @@ With ``alert_text_type: aggregation_summary_only``::
1305
1398
body = rule_name
1306
1399
1307
1400
aggregation_summary
1308
-
+
1401
+
1309
1402
ruletype_text is the string returned by RuleType.get_match_str.
1310
1403
1311
1404
field_values will contain every key value pair included in the results from Elasticsearch. These fields include "@timestamp" (or the value of ``timestamp_field``),
@@ -1689,7 +1782,7 @@ Provide absolute address of the pciture, for example: http://some.address.com/im
1689
1782
``slack_timeout``: You can specify a timeout value, in seconds, for making communicating with Slac. The default is 10. If a timeout occurs, the alert will be retried next time elastalert cycles.
1690
1783
1691
1784
Mattermost
1692
-
~~~~~
1785
+
~~~~~~~~~~
1693
1786
1694
1787
Mattermost alerter will send a notification to a predefined Mattermost channel. The body of the notification is formatted the same as with other alerters.
0 commit comments