Using Elasticsearch output for Logstash to send logs to elasticsearch

This is working now...

output {
elasticsearch { host => "1.1.1.1:9200" }
stdout { codec => rubydebug }
}