Including date range in view

I am creating a view (visual builder)
And this view has specific rules to add a value
In which the fields are equal: status = 1 and status = 2 and status = 5 and the lowest date prior to the current month.

That way I can get the status

Status_of_title: = 1 & status_of_the_title: = 2 & status_of_the_title: = 5 & {"Range": {"capture dt": {"lte": "now-1M / M"}}} <- fail
I would like to place the date constraint ... type this
{"Range": {"capture dt": {"lte": "now-1M / M"}}}

Someone gives you a hand or a
direction

Hi Mickael,

I think you're not getting a response very quickly because we don't understand your question. It might help if you can post a sample set of data that someone could put into their Kibana using the dev console.

Thanks,
Lee

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