I use graylog for log management. logs send from multiple host to graylog, I want:
1- limit storage that allocate to per host
2- limit number of logs received from any host
e.g:
1- if total size is 250GB, max size of host1 log is 100 GB, host2 100 GB and host3 50GB
2- if graylog process 5000 msg/s, max log rate that host1 can send is 3000 msg/s, host2 is 1500 msg/s, host3 is 100 msg/s