If I have logstash running with a JDBC input plugin in the configuration, is it possible to send a call to logstash to run that input plugin again?
i.e. I have a database which is periodically updated by scripts, I want to trigger a logstash run as soon as the database update is complete. Does an API call exist?