im collecting csv data with logstash and i want to store with mysql .what is Logstash output plugins available for mysql?
thanks
It is not supported by Elastic, but theangryangel wrote a jdbc output for logstash. You would have to download and build it yourself. https://github.com/theangryangel/logstash-output-jdbc/tree/master
thanks