I am using a jdbc input in logstash configuration file. I dont want to schedule it regularly but want it to run only when some insert, update , delete operation happens in the DB.
Is there a way i can do this ?
I am using a jdbc input in logstash configuration file. I dont want to schedule it regularly but want it to run only when some insert, update , delete operation happens in the DB.
Is there a way i can do this ?
You could write a database trigger that triggers a Logstash run.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.