General use question… with Graylog can I use data from syslogs to increment a variable but not retain the actual syslogs themselves?
A very basic example of this might be bandwidth usage from a firewall for which we might get 10,000 syslogs an hour. I would like to take the value, add it to the tally, then dump the syslog to minimize Graylog server resource consumption.
Another one might be number of failed VPN attempts.
We want to be able to see these stats on a dashboard but then if we need to research anything we would go to our primary system (which is forwarding these syslogs to Graylog). Our primary system retains everything and runs good reports but just can’t give us the short term dashboard we want.
Thank you.