ManuelFFF
ManuelFFF
I see. Well, as I shared before, this is how I'm encoding the data to base64: ``` for i in $(cat /var/local/Suricata-Feeds/DNS/test_dns); do echo "$i" | base64 >> /etc/suricata/rules/dataset/test-datasetDNS64v2.lst done...
So, can I use a cert that SELKS suite has already or do I need to create my own cert? Is there a way to setup Winlogbeat with SSL cert...
OK. I will try both then. My only concern is that could break any SELKS internal communication if I enable xpack and start messing with the security options. I tried...
``` # ======================== Elasticsearch Configuration ========================= # # NOTE: Elasticsearch comes with reasonable defaults for most settings. # Before you set out to tweak and tune the configuration, make sure...
I'm not sure why the print comes out so big. I'm sorry
That is correct. I cannot connect to ES to set the passwords due to a connection issue. This is the console output: ------------------------------------------------- ``` user1@testserver:~$ sudo /usr/share/elasticsearch/bin/elasticsearch-setup-passwords auto warning: Falling...
Maybe Nginx is doing some redirection causing https://192.168.0.179:9200 to be unreachable
I am good with the default SELKS settings and I would like to continue using Nginx as until now. In fact I would like to try avoiding the need to...
Cert was generated and stored in /etc/elasticsearch. I did not see any step regarding the need to change any permission for the cert file, but I guess I could try...
I think I have to enable at least a 2nd config line: `[1]: Transport SSL must be enabled if security is enabled on a [basic] license. Please set [xpack.security.transport.ssl.enabled] to...