I deleted the mapping template using Curl , then I tried processing the records again , the records are getting processed without any error and records are also visible, however when I try to get templates using curl command
curl -XGET 'http://localhost:9200/_template'
I can't find the template which I created, before deleting the old template I used to see it, need help with this
Thank you