I am trying to get the date part from the @timestamp field in 7.1. Looks like all the date functions were introduced in 7.5.
Is there a way I can get the date part using SQL in Kibana
Trying the below query SELECT date_part('day',"@timestamp") as date FROM <index_name>
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.