Error:
When running a processor such as PutSplunk the following error is generated:

Cause:
The Operating System Socket Buffer Size is too small. The default size for RedHat is 212KB but the processor uses a default of 1MB.
Resolution:
- Edit /etc/sysctl.conf and append the following values
net.core.rmem_default=512000 net.core.wmem_default=512000 net.core.rmem_max=2048000 net.core.wmem_max=2048000
- Reload sysctl
sudo sysctl -p
- Restart the Processor