Hi,
I use throttle to count, send an email when it reach the number of logs.
The problem is that i use the key %{host} and it counts all messages, because all messages came with a field "host".
I thought it counted it isolated:
- host1 : 1+1+1+1
-host2: 1+1+1+1
How can i get that behaviour?
Thank you