0

I am looking for a way to get a data from few specific MySql tables into graylog2. I have done something similar in ELK using the logstash JDBC input plugin as below,

https://www.elastic.co/blog/logstash-jdbc-input-plugin

Is there a similar way or better way to do it via graylog2

g0c00l.g33k
  • 2,458
  • 2
  • 31
  • 41

1 Answers1

0

There is a plugin to generate messages in GELF format from Logstash, if you want to use Logstash to output events to Graylog2.

Alexander Guz
  • 1,334
  • 12
  • 31