I am trying to use AWS ES with very little success. I'm trying a very basic test by using Filebeat to send data to it and so far as I can tell nothing is going over. I have DEBUG
log level on and I'm getting nothing back of any interest in /var/log/filebeat/filebeat
.
Does anyone have any suggestions?
My ES output block looks like:
output.elasticsearch:
# Array of hosts to connect to.
hosts: ["https://vpc-blah-blah-blah.us-west-2.es.amazonaws.com"]
Thanks