output {
file{
path => "/var/log/kube-audit/audit-%{+YYYY.MM.dd.HH}.log"
create_if_deleted => true
id => "file"
}
The file looks ends up being /var/log/kube-audit/audit-.log. The timestamp works fine in the elasticsearch output plugin so I'm not sure why this is broken.