Logstash security_exception, can't write to ES after installing X-pack

Hi,

In logstash.conf, did u add credentials for elasticsearch as below,
output {
elasticsearch {
hosts => ["localhost:9200"]
user => "elastic"
password => "changeme"
}
stdout { codec => rubydebug }
}

2 Likes