gsmith
(GSmith)
June 8, 2023, 12:36am
2
Hey @hrumbough
To be honest it could be a few diiferent things.
I personally use tcpdump on my linux servers, you can also “tail ” your Graylog log file see what actually taking place.Once you enable TCP/TLS this will also effect you input/s, etc…
Maybe check this post out.
Hey @fvr_flho
Thanks for the info. First thing I would suggest is not use the plugin and see if you can create your own widget.
I spotted a couple things.Your graylog config file does not seem correct.
Graylog configuration file.
Your configuration.
http_bind_address = 192.168.10.21:9000
http_enable_tls = true
http_tls_cert_file = //mygraylog.dom.name.fullchained.crt
http_tls_key_file = //mygraylog.dom.name.pkcs8.key
My configuration
[root@graylog graylog_user]# cat /etc/graylog/server/s…