Merge pull request #1492 from Security-Onion-Solutions/issue/1403

change capture loss to every 5 minutes and default grafana dashboard …
This commit is contained in:
Josh Patterson
2020-10-08 17:52:52 -04:00
committed by GitHub
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;

View File

@@ -4591,7 +4591,7 @@
]
},
"time": {
"from": "now-15m",
"from": "now-1h",
"to": "now"
},
"timepicker": {

View File

@@ -4137,7 +4137,7 @@
]
},
"time": {
"from": "now-15m",
"from": "now-1h",
"to": "now"
},
"timepicker": {

View File

@@ -4883,7 +4883,7 @@
]
},
"time": {
"from": "now-30m",
"from": "now-1h",
"to": "now"
},
"timepicker": {

View File

@@ -3658,7 +3658,7 @@
]
},
"time": {
"from": "now-30m",
"from": "now-1h",
"to": "now"
},
"timepicker": {

View File

@@ -4396,7 +4396,7 @@
]
},
"time": {
"from": "now-15m",
"from": "now-1h",
"to": "now"
},
"timepicker": {

View File

@@ -6651,7 +6651,7 @@
]
},
"time": {
"from": "now-15m",
"from": "now-1h",
"to": "now"
},
"timepicker": {