StamusNetworks / KTS6

Kibana 6 Templates for Suricata IDPS Threat Hunting
GNU General Public License v3.0
25 stars 6 forks source link

dashboard:SN-TLS.json timeFrom #3

Closed atbohmer closed 5 years ago

atbohmer commented 5 years ago

Hello,

All dashboards have a timeFrom setting of 24h but dashboard:SN-TLS.json has a "timeFrom":"now-6M", six months. Could you please also make this 24h? I always modify this setting before importing the dashboards (saves some load on the ELK node), but missed this one.

$ sed -i 's/now-24h/now-1h/g' dashboards/dashboard/* && ./load.sh

Cheers, Andre

pevma commented 5 years ago

You could modify it yourself and then use it like that - that should work right ? The time frame is up for adjustment any way you need - so no issue.

atbohmer commented 5 years ago

Indeed no issue, but inconsistent, but no problem to modify is by myself.

pevma commented 5 years ago

Apologizes - i totally misread your comment. Yes sure make sense to homogenize the whole output.

I have adjusted it to the default 24hr here - https://github.com/StamusNetworks/KTS6/commit/a8c8ff890739c8e7de95dda0b3a8a7e64c302c3f Could you please confirm it is working as expected and close the bug report if so. Thank you

atbohmer commented 5 years ago

No problem, just confirmed your fix, thanks!