i have about 2 month of logs stored and opening logtrail it complains (actually ES is the one that complains) about too many shards
I can workaround by using default_index": "logstash-2017.* but this also means that i will have to put some cron limiting the index name to the current month
Is it possible to define something like logstash-YYYY.MM.DD-*. where the number of days to query is set by the default_time_range_in_days
i have about 2 month of logs stored and opening logtrail it complains (actually ES is the one that complains) about too many shards
I can workaround by using
default_index": "logstash-2017.*but this also means that i will have to put some cron limiting the index name to the current monthIs it possible to define something like
logstash-YYYY.MM.DD-*.where the number of days to query is set by thedefault_time_range_in_days