renamed statistics.rs to metrics.rs #706
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
pub mod statistics;
|
||||
pub mod metrics;
|
||||
pub mod timelines;
|
||||
|
||||
@@ -2,7 +2,7 @@ use crate::detections::message::{LOGONSUMMARY_FLAG, METRICS_FLAG};
|
||||
use crate::detections::{configs::CONFIG, detection::EvtxRecordInfo};
|
||||
use prettytable::{Cell, Row, Table};
|
||||
|
||||
use super::statistics::EventMetrics;
|
||||
use super::metrics::EventMetrics;
|
||||
use hashbrown::HashMap;
|
||||
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user