Sheduled Tasks

Is it possible to identify the state of a scheduled task. Not reading the event log and seeing if something has been written recently. I need to go the scheduled task and see what its actual state is.

Is this possible?

Yes you can do it by Task Manager API. Kibana Task Manager is leveraged by features such as Alerting, Actions, and Reporting to run mission critical work as persistent background tasks.

Returns information about the tasks currently executing in the cluster.

Hope this helps
Rashmi

You would need to supply a little more detail as I have yet to work out how to extract scheduled task information into Kibana/elastic.
Event viewer information is not appropriate, what I need is the state of a scheduled task at any time.

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