Hi,
How can I show only the time and not the date?

Basically to show only what is in a circle and not the Oct. part.
Thanks!
Hi,
How can I show only the time and not the date?

Basically to show only what is in a circle and not the Oct. part.
Thanks!
Hi Tomer,
you can configure a field formatter in the index settings, that will only show the time and not the date.
HH:mm:ss) in the format box below.If you need the field in some places with date and in others without date, you can create a "Scripted Field" in the same index pattern, that has doc['MedGotMsgFromApi'].value as a script, and apply that field formatter to the scripted field instead. That way you have access to both, the field with full date and the field shortened.
Cheers,
Tim
© 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.