Custom Date-Time-Zone format in Kibana visualize

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"
}

Want to see the Epoch adjacent to the colours in Date-Time-Zone format.

@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:

have already done mapping to "Date Nanos" in "Index Patterns", but no luck

actually, is it possible to do a tooltip in TSVB / Lens? using v7.14.0.

it is possible in Vega, but is it possible in Kibana?

tried the following:

  • POST data:
    {"epoch":1629299664,"Date-Time-Zone":"Wed Aug 18 15:14:24 2021 EDT","statType":"maximum","dataType":"one","count":43274}

could not get other fields to load.

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.

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