Hello,
I'm using filebeat to collect information from log but I need to slip them on different Indexes. To do this I'm using
indices:
- index: "filebeat-%{[agent.version]}-api-%{+yyyy.MM.dd}"
when.contains:
message: "webapi"
I need to know if it is possible to check the condition when message contains host="myhost.site.com" (including quots)
I'm trying but it does not works may some help please
thanks for your time
best regards