Peter Manev
Peter Manev
Is it just that or no data at all - for example no protocol logs/alerts etc?
It seems you have data - snmp/ftp/tls protocols plus alerts. ``` logstash-alert-2021.04.09 0 p STARTED 80 251.5kb 127.0.0.1 SELKS ... logstash-snmp-2021.04.08 0 p STARTED 9185 2.8mb 127.0.0.1 SELKS logstash-ftp_data-2021.04.08 0...
ok -seem populating now. Did the first time setup finish ok and without errors? ( https://github.com/StamusNetworks/SELKS/wiki/First-time-setup#first-time-setup )
Have you adjusted those config settings before? It should work outside the box. Can you try to reset the dashboards - https://github.com/StamusNetworks/SELKS/wiki/How-to-load-or-update-dashboards#from-scirius ?
Hi, If you restart the service does it help? > -- > Regards, > Peter Manev > On 20 Nov 2019, at 19:32, michal25 wrote: > > > After...
Could you please share the full output of the selks-health-check_stamus ? Also there should be some pointers in - /data/moloch/logs/capture.log Thank you > -- > Regards, > Peter Manev >...
What is the output of `dpkg -l |grep ssl` ?
It seems you need 1.1.1 which is interesting why is it not avail in the distro. Maybe you can try back-porting that package from Buster (https://packages.debian.org/buster/openssl) I would recommend to...
But you should just backport that package only - not the whole OS relevant otherwise it will most likely upgrade other stuff too (which may be unwanted in some cases...
You can reinstall `python2-minimal` and continue with the update something like ``` rm /var/lib/dpkg/info/python-minimal* ; rm /var/lib/dpkg/info/python2-minimal* ; apt --fix-broken install ```