Hi Team,
I'm using the Logstash Salesforce input plugin on a Windows server to fetch Salesforce application data. When I run it from the command line, the pipeline shuts down after fetching data once.
Is there a way to schedule the pipeline to run at a specific interval, like once a day? I have other pipelines running as a service in the background, and when I try to run the Salesforce pipeline from the command line, I get an error saying that an instance of Salesforce is already running.
Is there a way to run both the Salesforce pipeline and other pipelines as services on Windows?
Thank you in advance