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
Copy file name to clipboardExpand all lines: x-pack/plugins/security_solution/server/lib/detection_engine/rule_execution_log/event_log_adapter/event_log_adapter.ts
* @deprecated Saved objects adapter is used during the transition period while the event log doesn't support all features needed to implement the execution log.
26
+
* We use savedObjectsAdapter to write/read the latest rule execution status and eventLogClient to read/write historical execution data.
27
+
* We can remove savedObjectsAdapter as soon as the event log supports all methods that we need (find, findBulk).
Copy file name to clipboardExpand all lines: x-pack/plugins/security_solution/server/lib/detection_engine/rule_execution_log/rule_execution_log_client.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ export class RuleExecutionLogClient implements IRuleExecutionLogClient {
0 commit comments