Hello, how can logstash-input-elasticsearch support the ignore_unavailable function of elasticsearch?
My input obtains data from elasticsearch every minute. The index contains the indexes of today and yesterday. Sometimes, the indexes of today do not exist. Therefore, I need the ignore_unavailable method provided by the elasticsearch API. Thank you. How can logstash-input-elasticsearch support this?