# Sheduled Tasks

**URL:** https://discuss.elastic.co/t/sheduled-tasks/281024
**Category:** Kibana
**Created:** [August 11, 2021, 9:32am UTC](https://discuss.elastic.co/t/sheduled-tasks/281024 "2021-08-11T09:32:27Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![tractor\_boy](https://avatars.discourse-cdn.com/v4/letter/t/278dde/32.png) [@tractor\_boy](https://discuss.elastic.co/u/tractor_boy)
#### Post date: [August 11, 2021, 9:32am UTC](https://discuss.elastic.co/t/sheduled-tasks/281024/1 "2021-08-11T09:32:27Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![rashmi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rashmi/32/16391_2.png) [@rashmi](https://discuss.elastic.co/u/rashmi)
#### Post date: [August 30, 2021, 5:29am UTC](https://discuss.elastic.co/t/sheduled-tasks/281024/2 "2021-08-30T05:29:03Z")

</div>

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.

> **[Task Manager | Kibana Guide \[7.x\] | Elastic](https://www.elastic.co/guide/en/kibana/7.x/task-manager-production-considerations.html)**

> **[Task management API | Elasticsearch Guide \[7.14\] | Elastic](https://www.elastic.co/guide/en/elasticsearch/reference/current/tasks.html)**

Returns information about the tasks currently executing in the cluster.

Hope this helps  
Rashmi

---

<div class="post-metadata">

### Author: ![tractor\_boy](https://avatars.discourse-cdn.com/v4/letter/t/278dde/32.png) [@tractor\_boy](https://discuss.elastic.co/u/tractor_boy)
#### Post date: [September 6, 2021, 7:48am UTC](https://discuss.elastic.co/t/sheduled-tasks/281024/3 "2021-09-06T07:48:43Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [October 4, 2021, 7:49am UTC](https://discuss.elastic.co/t/sheduled-tasks/281024/4 "2021-10-04T07:49:37Z")

</div>

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