diff --git a/src/detections/pivot.rs b/src/detections/pivot.rs index c732ddfa..845ded27 100644 --- a/src/detections/pivot.rs +++ b/src/detections/pivot.rs @@ -7,7 +7,7 @@ use std::sync::RwLock; use crate::detections::configs; use crate::detections::utils::get_serde_number_to_string; -#[derive(Debug)] +#[derive(Debug, Clone)] pub struct PivotKeyword { pub keywords: HashSet, pub fields: HashSet,