Pulling data from a table in mysql to elatic search periodically

Hi ,

i am new to ES. I have created one poc which fetch data from mysql and visualize in kibana.Now i need to fetch newly added records in every 5 minutes and show it in kibana dashboard. Please suggest how can i do it?

Thank you.

logstash ? https://www.elastic.co/guide/en/logstash/current/plugins-inputs-jdbc.html#_scheduling

1 Like

Just fetch again the data after 5 minutes as you did for the first run.

Thank you. It works

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.