Hello,
im trying to get the elasticsearch input plugin to look at the previous days index. it seems to only like the wildcard or a full index name in the field. has anyone been able to change the date on the index for the plugin?
index => "indexname-%{+YYY.MM.dd}" gives an error of no such index except thats how the indexes are formatted index => "indexname-2018.08.23" will give me todays index and work but i constantly want it to be using the previous days because im inputting certain information into a csv file.
thanks!