I have to delete the existing index and the need to create same Index in Elasticsearch using the logstash config file before data loading start (reading from oracle) as input
we are doing to implement truncate and load type of index
so could you please share code for it using logstash
If you delete an index and logstash tries to write to an index that does not exist a new index will automatically be created.
You can also delete an index and then recreate it using an index template on Elasticsearch before you start sending data to it.
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.