Kibana 4 Visualizations

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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/48f6a474-f59f-44e5-afd6-f67c0222ae40%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.