@@ -8,7 +8,8 @@ search = | inputlookup opencti_markings \
88| outputlookup append=true opencti_markings
99description = Updates the opencti_markings lookup with new and updated marking definitions
1010schedule = */15 * * * *
11- enabled = 1
11+ enableSched = 1
12+ disabled = 1
1213dispatch.earliest_time = -15m
1314dispatch.latest_time = now
1415cron_schedule = */15 * * * *
@@ -44,9 +45,8 @@ search = `opencti_index` sourcetype="opencti:indicator" (event="create" OR event
4445 | outputlookup append=t opencti_indicators
4546description = Incrementally upserts OpenCTI indicators into the opencti_indicators KV Store using the latest modified event per id.
4647schedule = */5 * * * *
47- enabled = 1
48- disabled = 0
49- is_scheduled = 1
48+ enableSched = 1
49+ disabled = 1
5050dispatch.earliest_time = -15m
5151dispatch.latest_time = now
5252cron_schedule = */5 * * * *
@@ -81,9 +81,8 @@ search = `opencti_index` sourcetype="opencti:indicator" (event="create" OR event
8181 | outputlookup opencti_indicators
8282description = Nightly full rebuild of the OpenCTI Indicators KV store. Ensures only the latest version per id remains and clears stale entries.
8383schedule = 30 2 * * *
84- enabled = 1
85- disabled = 0
86- is_scheduled = 1
84+ enableSched = 1
85+ disabled = 1
8786dispatch.earliest_time = 0
8887dispatch.latest_time = now
8988cron_schedule = 30 2 * * *
@@ -111,7 +110,8 @@ search = | inputlookup opencti_reports \
111110| outputlookup opencti_reports
112111description = Updates the opencti_reports lookup with new and updated reports, while flagging deleted ones.
113112schedule = 0 * * * *
114- enabled = 1
113+ enableSched = 1
114+ disabled = 1
115115dispatch.earliest_time = -60m
116116dispatch.latest_time = now
117117cron_schedule = 0 * * * *
@@ -143,9 +143,8 @@ search = | inputlookup opencti_indicators \
143143 threat_confidence threat_weight \
144144 | outputlookup opencti_threatintel
145145description = Rebuilds the ES Threat Intelligence KV from the enriched opencti_indicators KV.
146- is_scheduled = 1
147146cron_schedule = */5 * * * *
148- disabled = 0
147+ disabled = 1
149148dispatch.earliest_time = 0
150149dispatch.latest_time = now
151150alert.suppress = 0
0 commit comments