On my index, I got the index of the next day. So i don have 2 index in the same day.
As what i've read the some other post, it is because of the UTC standard of the logstash.
Is there a way to adjust the timezone of the output index. For ex. timezone => MNL/PHL
For example I have a field in my data which is @timestamp, therefore can I use this field?
No, @timestamp is UTC so you can't use it without converting its value into a date string in the local timezone. That could be done with a ruby filter. I don't have details handy so you'll have to do some digging.
For me to check if there's data stored in my server in the specific date. Or I can check today if there's data today.
Just include the desired date range in your ES query instead.
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.