Auth problem after installing X-pack on logstash

Hi Nima,

This seems like an authentication error. Did you set the internal user passwords as described here ?

Can you verify that the password is indeed correct by submitting a request to Elasticsearch, for example:

curl -u logstash_system -XGET 'http://localhost:9200'

and typing in the password when prompted.