I'm a newbie in Elastic Stack and I'm trying to learn day by day.
I've load/installed Kibana Sample Data (specifically Flights data).
The thing is, I notice that lots of data inserts with the current timestamp, even data with timestamp in the future (for example I can query next week and there is data inserted). I think 2 months are inserted.
I also noted that every few minutes there is some new doc (as far as I understand is not data inserted in "real time" but is the data that was inserted when install and as time goes by, data is recovered.
My question is: is there a way to "reinsert" data continuously into ELK Stack so it looks more like real time data?. And also "fill" the gaps between the data inserted?.
For example, reinsert the data (that is in "flights.json.gz") every 5 minutes continuously and indefinitely into the same kibana_sample_data_logs index?.
I've tryied to understand it and acheive such a thing but didn't have any luck.
Awesome. Another alternative for data is the makelogs node package which you can run to add data into elasticsearch.
Or, easiest way, run a metricbeat locally and that will get you data every 30s continuously.
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.