Added some ruby code to my logstash to convert @timestamp to epoc in seconds.
Template
"@epoc": {
"type": "date",
"format": "epoch_second"
}
and STILL the range query in Kibana is showing as epoch_millis. Elastic is just ignoring whatever I set.
Added some ruby code to my logstash to convert @timestamp to epoc in seconds.
Template
"@epoc": {
"type": "date",
"format": "epoch_second"
}
and STILL the range query in Kibana is showing as epoch_millis. Elastic is just ignoring whatever I set.
© 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.