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?
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.