We have installed telegraf and tried to send metrics data to elasticsearch ouput and that worked properly.
In config file in
[[outputs.elasticsearch]] block we have option for daily indexing data in elasticsearch
i.e., index=index-name-%Y-%m-%d
what we need is…
can we index data for a week of year basis…
i.e., instead of indexing data in a daily index basis it should be indexed in week of year basis…