I installed x pack 5.2.0 on logstash, elasticsearch and kibana and left all the pieces untouched.
Created logstash user "logstash_internal " as per the instructions. But no luck when i tried to integrate logstash with elastic search..any inputs please?
Below is the snippet of my logstash config
output {
stdout{ codec => dots }
elasticsearch {
hosts => ["localhost:9200"]
user => "logstash_internal"
password => "changeme"
}
}
thank you in advance