I have a wrote small python script where I am reading certain information from Elasticsearch and pushing that back in to ELK.
what I want it to keep what ever date-time I get from ELK. I want to push same as is back in ELK. but it is converting that to UTC and hence my data are skew
for example
my_date
2020-11-01 success monoexec 116477
2020-11-01 success paraexec 16300
but this my_date becomes 2020-10-31 19:00.00
How do I keep same date that I received from ELK and put it back to elk (this is new index)
For Your requirement define index pattern for datetime fields, which validates the input data and if input data matchs datefiled format then data will be instered as elatic document
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.