# Kibana 4 Visualizations

**URL:** https://discuss.elastic.co/t/kibana-4-visualizations/21780
**Category:** Elasticsearch
**Created:** [January 22, 2015, 4:15pm UTC](https://discuss.elastic.co/t/kibana-4-visualizations/21780 "2015-01-22T16:15:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Mathias\_Dpunkt](https://avatars.discourse-cdn.com/v4/letter/m/ecc23a/32.png) [@Mathias\_Dpunkt](https://discuss.elastic.co/u/Mathias_Dpunkt)
#### Post date: [January 22, 2015, 4:15pm UTC](https://discuss.elastic.co/t/kibana-4-visualizations/21780/1 "2015-01-22T16:15:55Z")

</div>

Hi all,

i am trying to use a "Filters" sub-aggreation in Kibana4. But I cannot  
figure out how to do this. In JSON my filter looks like this:

"aggregations": {  
"overdue": {  
"filter": {  
"bool": {  
"must": [  
{  
"range": {  
"dueDate": {  
"lt": "2014-09-29T14:20:03Z"  
}  
}  
}  
]  
}  
}  
}  
}

How would I enter such a filter in the "JSON Input" field?

Thanks a lot.  
Mathias

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/48f6a474-f59f-44e5-afd6-f67c0222ae40%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/48f6a474-f59f-44e5-afd6-f67c0222ae40%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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: [July 6, 2017, 12:37am UTC](https://discuss.elastic.co/t/kibana-4-visualizations/21780/2 "2017-07-06T00:37:13Z")

</div>


