Hello,
Please i'm searching for a way to index beats hourly in elasticsearch. As you know the default configuration in a beat yml file is :
#index: "winlogbeat-%{[agent.version]}-%{+yyyy.MM.dd}"
I tried changing that line to this :
#index: "winlogbeat-%{[agent.version]}-%{+yyyy.MM.dd.HH}"
But it doesn't work.
Is there any way to index beats hourly ? (Plesase consider that i'm not using logstash between beats and elsticsearch)
Thank you in advance for your help.