How to use date_range field in kibana?

Can I use date_range field in kibana?

for example,
index:
time: {
"type":"date_range",
"format":"yyyy-MM-dd HH:mm:ss"
}

create index_pattern in kibana,
I want to select time field as the @timestamp field.

is it possible?

This is currently not possible, here is the Github issue to follow along: https://github.com/elastic/kibana/issues/12751

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