If I have a csv with 5 rows and I have shipped it in logstash. In future, the csv gets updated with 5(old) + 2(new) =7 rows. I want to ship the updated csv in the same index. Can I ship only the updated 2(new) rows of the csv file with the 5(old) rows already preexisting in the index? If yes, please help.
I want to visualise the old and new rows in kibana with the help of the timestamp
it will create duplicate rows... so you need to delete your index each time and again you have to create index.... normally you can create your updated csv for every day and ingest it.
No. of rows update automatically but you must maintain the field = columns of the table.
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.