I also have the following Logstash output configuration:

output {
  # For testing only
  stdout { codec => rubydebug }

  # Elasticsearch via HTTP REST
  elasticsearch {
     protocol => "http"
     codec => json
     manage_template => false

     # Or whatever target ES host is required:
     host => "localhost"

     # Or whatever _type is desired: Usually the environment name
     # e.g. qa, devtest, prod, and so on:
     index_type => "sample"
  }
}

Brian

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/e05143d2-a2fd-4365-932b-b4603b08165c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to