Compare through epoch_millis

Hi forum.

I have to compare my data by time field, that i define in mapping as:

{
        "properties": {
            "time": {
                "index": "not_analyzed",
                "type": "date",
		"format": "epoch_millis"
            },
	    "APIName": {
		"index": "not_analyzed",
		"type": "string"
	    },
	    "user": {
		"index" : "not_analyzed",
		"type": "string"
	   }
    }
}

I use Kibi for visualization and the time value is presented as:

time:May 30th 2017, 12:24:34.345

but i can't create a filter to aggregate all data with time 30th May, for example.

Can anyone help me? Thanks a lot!

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