Hi, the Graylog Marketplace currently only offers a JDBC output plugin (which also supports MySQL) and a simple script to periodically send the MySQL status information to Graylog: https://marketplace.graylog.org/addons?tag=mysql
There's a JDBC input plugin for logstash ( https://www.elastic.co/guide/en/logstash/current/plugins-inputs-jdbc.html) which you could use to read the required data from MySQL and send the result to Graylog via GELF ( https://www.elastic.co/guide/en/logstash/current/plugins-outputs-gelf.html). Cheers, Jochen On Monday, 8 February 2016 10:44:41 UTC+1, kaiser wrote: > > Hello, > > I would like to get data in graylog from a mysql data base. > > Is this possible to connect to a mysql data base and send data to graylog? > > Regards. > -- 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/d8b17a21-0dfe-46f6-b741-f49852824c20%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
