From a43ef0a57b706e7d1a61ccec7ad746055452f8e7 Mon Sep 17 00:00:00 2001 From: luffynextgen <34096485+luffynextgen@users.noreply.github.com> Date: Wed, 15 Nov 2023 17:53:48 +0100 Subject: [PATCH] Update ruletypes.rst --- docs/source/ruletypes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/ruletypes.rst b/docs/source/ruletypes.rst index aabd3fb0..476e8013 100644 --- a/docs/source/ruletypes.rst +++ b/docs/source/ruletypes.rst @@ -887,7 +887,7 @@ The `from` time is calculated by subtracting this timedelta from the event time. opensearch_discover_from_timedelta -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``opensearch_discover_from_timedelta``: The offset to the `from` time of the opensearch Discover link's time range. The `from` time is calculated by subtracting this timedelta from the event time. Defaults to 10 minutes. @@ -903,7 +903,7 @@ The `to` time is calculated by adding this timedelta to the event time. Default ``kibana_discover_to_timedelta: minutes: 2`` opensearch_discover_to_timedelta -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``opensearch_discover_to_timedelta``: The offset to the `to` time of the opensearch Discover link's time range. The `to` time is calculated by adding this timedelta to the event time. Defaults to 10 minutes.