I want to shot one mail when my specific jon change its status from Active to Inactive or Inactive error.
Please help
I want to shot one mail when my specific jon change its status from Active to Inactive or Inactive error.
Please help
Please checkout the doc for more details : https://docs.streamsets.com/portal/platform-controlhub/controlhub/UserGuide/Subscriptions/Subscriptions_title.html
Hi Rishi,
thanks for the reply. Is it possible to send mail when job is running for more than specific hours?
Hii
AFAIK, there is no dynamic time based trigger condition.
Also, Can you share more details on what is your use-case and why you wanted to have trigger condition like this.
Sometimes, job runs for hours because of some underlying issue. lets take an example for my use case.
We have one orchestration job which send mail notification on completion. But, due to some incorrect mail id mentioned in the job, job is unable to find the Id and is running for more than 5 hours and will run more if don’t stop it. We could see error message in the logs.
Hi
https://docs.streamsets.com/portal/datacollector/4.4.x/help//datacollector/UserGuide/Alerts/RulesAlerts_title.html#concept_qyv_1tf_qv
time.now()
Returns the current time of the Data Collector machine as a java.util.Date object. Use in conditions for gauge metric rules.For example, the default rule for the Runtime Statistics Gauge metric that checks whether the pipeline is idle includes the following condition:
${time:now() - value() > 120000}
The alert is triggered when the current time is greater than the time of the last received record by 120,000 milliseconds.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.