Hi, that's not recommended and currently not possible easily.
Please use the Logstash GELF output to send messages directly to Graylog (e. g. to an GELF input without any extractors). Cheers, Jochen On Tuesday, 1 November 2016 17:38:18 UTC+1, [email protected] wrote: > > 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/5f13c3e1-3bee-4dfc-b578-0ddd2a631182%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
