# Popup alert on watcher

**URL:** https://discuss.elastic.co/t/popup-alert-on-watcher/106967
**Category:** Kibana
**Tags:** elastic-stack-alerting
**Created:** [November 9, 2017, 5:39am UTC](https://discuss.elastic.co/t/popup-alert-on-watcher/106967 "2017-11-09T05:39:03Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Krunal\_kalaria](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/krunal_kalaria/32/23862_2.png) [@Krunal\_kalaria](https://discuss.elastic.co/u/Krunal_kalaria)
#### Post date: [November 9, 2017, 5:39am UTC](https://discuss.elastic.co/t/popup-alert-on-watcher/106967/1 "2017-11-09T05:39:03Z")

</div>

Hello Team,

Can any one help me regarding watcher i want to popup notification in my watcher and shown in my kibana, how to popup the box or how to popup the alert from the watcher have any code for that?

---

<div class="post-metadata">

### Author: ![spinscale](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/spinscale/32/25011_2.png) [@spinscale](https://discuss.elastic.co/u/spinscale)
#### Post date: [November 10, 2017, 7:59am UTC](https://discuss.elastic.co/t/popup-alert-on-watcher/106967/2 "2017-11-10T07:59:19Z")

</div>

Can you be more specific? What popup are you talking about? Is this about Kibana? Please take your time and write down the use-case a bit more detailed.

Thanks a lot!

--Alex

---

<div class="post-metadata">

### Author: ![Krunal\_kalaria](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/krunal_kalaria/32/23862_2.png) [@Krunal\_kalaria](https://discuss.elastic.co/u/Krunal_kalaria)
#### Post date: [November 13, 2017, 4:03am UTC](https://discuss.elastic.co/t/popup-alert-on-watcher/106967/3 "2017-11-13T04:03:27Z")

</div>

hi @spinscale  
i have wathcer of credential validation:  
{  
"trigger": {  
"schedule": {  
"interval": "10s"  
}  
},  
"input": {  
"search": {  
"request": {  
"search\_type": "query\_then\_fetch",  
"indices": [  
"winlogbeat-\*"  
],  
"types": [],  
"body": {  
"query": {  
"bool": {  
"must": {  
"match": {  
"keywords": "Audit Failure"  
}  
},  
"should": {  
"term": {  
"task": "Credential Validation"  
}  
}  
}  
}  
}  
}  
}  
},  
"condition": {  
"compare": {  
"ctx.payload.hits.total": {  
"gt": 0  
}  
}  
},  
"actions": {  
"log": {  
"logging": {  
"level": "info",  
"text": "Audit Failure executed at {{ctx.execution\_time}}"  
}  
}  
},  
"throttle\_period\_in\_millis": 900000  
}

Now in this i want to write the code for popup the window when someone is trying to do with AD and that time in kibana is showing popup box or popup menu like this user is trying to do access our credential validation so how to do this kind of wathcer code or popup notification.

ill give you example, we have one code for email notification in watcher that we write in kibana.yml and when someone is do something then its give notification in mail same as i want notification on my screen that time when something is happen.

Thnks and Regards,  
Krunal Kalaria.

---

<div class="post-metadata">

### Author: ![spinscale](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/spinscale/32/25011_2.png) [@spinscale](https://discuss.elastic.co/u/spinscale)
#### Post date: [November 13, 2017, 8:16am UTC](https://discuss.elastic.co/t/popup-alert-on-watcher/106967/4 "2017-11-13T08:16:44Z")

</div>

ok, so you are talking about Kibana. To my knowledge this is currently not possible.

--Alex

---

<div class="post-metadata">

### Author: ![Krunal\_kalaria](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/krunal_kalaria/32/23862_2.png) [@Krunal\_kalaria](https://discuss.elastic.co/u/Krunal_kalaria)
#### Post date: [November 13, 2017, 9:02am UTC](https://discuss.elastic.co/t/popup-alert-on-watcher/106967/5 "2017-11-13T09:02:20Z")

</div>

yes i m talking about kibana.  
Thnks @spinscale -- Alex for your response.

---

<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: [December 11, 2017, 9:02am UTC](https://discuss.elastic.co/t/popup-alert-on-watcher/106967/6 "2017-12-11T09:02:21Z")

</div>

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