Oralce to elasticsearch Date time issue

Dear team,

ES Mapping information :-

"ord_trd_trade_time" : {
"type" : "date",
"format" : "yyyy-MM-dd HH:mm:ss||strict_date_optional_time||epoch_millis"
}

Logstash Statement :-
to_char(ord_trd_trade_time,'yyyy-MM-dd hh24:mi:ss') ord_trd_trade_time

Kibana Dev tools:-

      "ord_trd_trade_time" : "2021-10-01 15:11:17",

Above information is as per actual value only.

Kibana TSVB :- Same timestamp is not showing.

Request your help solving issue.

I'm sorry, it is not clear what the issue is.

Can you explain what you are trying to do, what you expect to see and what is not working?

1 Like

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