Hello all,
I want to create a fixlet that can help me pool out logs from my Linux machines to my SIEM.
If I am to do this manually, the steps will involve the following:
- Log into the machine.
- Open the /etc/syslog.conf file.
- Add *.info@192.168.5.6 to the file
- Save the file.
- Restart the service using the command service syslog restart.
Please, How do I automate this tasks using BigFix?