# Watcher filter Latency\_info

**URL:** https://discuss.elastic.co/t/watcher-filter-latency-info/344458
**Category:** Elasticsearch
**Created:** [October 5, 2023, 8:52am UTC](https://discuss.elastic.co/t/watcher-filter-latency-info/344458 "2023-10-05T08:52:34Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Aitor\_MtzAm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/aitor_mtzam/32/97643_2.png) [@Aitor\_MtzAm](https://discuss.elastic.co/u/Aitor_MtzAm)
#### Post date: [October 5, 2023, 8:52am UTC](https://discuss.elastic.co/t/watcher-filter-latency-info/344458/1 "2023-10-05T08:52:34Z")

</div>

I need the watcher to differentiate between 2 values of the same field:  
Within the latency\_info field in the task "Integration" I need to differentiate whether the result field is "-" or "200".

"latency\_info": [  
{  
"task": "Start",  
"started": 0  
},  
{  
"result": "-",  
"task": "Authorize",  
"started": "-",  
"id": "-"  
},  
{  
"result": "500",  
"task": "Authorizer",  
"started": "29000",  
"id": "-"  
},  
{  
"result": "-",  
"task": "Authenticate",  
"started": "-",  
"id": "-"  
},  
{  
"result": "-",  
"task": "Integration",  
"started": "-",  
"id": "-"  
}

But I am unable to do it.

Any suggestions?

---

<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: [November 2, 2023, 8:53am UTC](https://discuss.elastic.co/t/watcher-filter-latency-info/344458/2 "2023-11-02T08:53:27Z")

</div>

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