Due to parsing issues, we need to be able to send data from logstash 
directly to elasticsearch.

Relevant config lines in the logstash config file:

output {
  elasticsearch {
    index => "graylog"
    hosts => "10.0.0.15:9200"
  }
}

The data is being received by elasticsearch, but we can't see it via 
graylog interface.

What do we need to change to get this to work?

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" 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/graylog2/a3e929d9-286c-4df0-a1b8-ffcd6ddeea98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to