change capture loss to every 5 minutes and default grafana dashboard to 1h

This commit is contained in:
m0duspwnens
2020-10-08 17:52:02 -04:00
parent 065fe9042d
commit f38519247b
7 changed files with 8 additions and 7 deletions

View File

@@ -52,4 +52,5 @@ zeek:
- frameworks/signatures/detect-windows-shells
redef:
- LogAscii::use_json = T;
- LogAscii::json_timestamps = JSON::TS_ISO8601;
- LogAscii::json_timestamps = JSON::TS_ISO8601;
- CaptureLoss::watch_interval = 5 mins;