In Kibana visualize, want to see Epoch being converted to Date-Time with Zone in any format.
Currently, using "moment.js" format in "Index Patterns" -> "epoch" -> "Format" (Date Nanos):
ddd Do-MMM-YYYY Qo DDDo wo HH:mm:ss.SSSSSSSSS zz ZZ NNN / x
sample data:
{"epoch":1628027243}
ES template: "epoch": { "type": "date", "format": "epoch_second" }
@sohenrane If I understand your question correctly, then what you want to know is how to view a date that's mapped as epoch_second in the elasticsearch index in date nano format in Kibana.
You can change the way Kibana formats a field by editing the field in the Kibana index pattern:
Vega is very customizable and you can pretty much do whatever you want with that type of visualization.
Lens and TSVB are preconfigured visualizations and you don't have as much flexibility as with Vega. They are, however, very powerful on their own right, especially if you don't want to use Vega.
Being able to customize tooltips might be a nice feature though, so please feel free to open an issue for that and the visualizations teams will prioritise as they can.
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.