yofWeHan4

Results 3 comments of yofWeHan4

Ok, I had no problem when using your regular ELK, only with ELKX, same configuration (except for the elastic password in logstash)

I use below dirty script to reproduce: #!/bin/bash sysctl -w vm.max_map_count=262144 # CREATE PASSWORDS BOOTSTRAP_PASSWORD=$(tr -cd '[:alnum:]' < /dev/urandom | fold -w30 | head -n1) ELASTIC_PASSWORD=$(tr -cd '[:alnum:]' < /dev/urandom...

One note: the logstash_system user + password I edited manually in the yml config file. Still have to add that step to the script