Is it possible to create two index for the same day using logstash templete

in output section
output {
elasticsearch {
index => "resource-%{+YYYY.ww}"
}
}

or you can use xxxx.ww

Follow this discussion

https://discuss.elastic.co/t/solved-weekly-indexes-instead-of-daily/56871