I am using :
- elasticsearch-2.1.1
- kibana-4.3.1-linux-x64
- logstash-2.1.1
I followed this tutorial:
https://www.elastic.co/guide/en/logstash/current/advanced-pipeline.html
Then logstash was able to create the index into Elasticsearch.
After I deleted the index in elasticsearch with :
curl -XDELETE http://localhost:9200/logstash-2015.12.30/
Then I tried to create a new index with a new file config but logstash did not send the new index to the elasticsearch.
What is wrong?
Why logstash is not sending the new index to the elasticsearch?
Is this some kind of bug ?
I hope someone can help me.
Regards
Carmelo