Hi Everyone, i am having problems configuring a splunk app, here are the instructions.
Configure a 'Light Weight Forwarder' on the Nagios server
index = nagios
THe problem comes when i try to update the inputs.conf file, the folder this is stored in is owned by ROOT. i have tried Sudo Nano /local/inputs.conf to try and get around not being able to access the folder but nothing i do works.
how do i change this???
the linux box is running a version of Ubuntu Server, and the splunk software has just been installed and configured to run as a Light weight Forwarder.
thanks Kris
Are you typing exactly
Sudo Nano /local/inputs.conf
as that won't work?
If you are in $SPLUNK_HOME/etc/apps/search (e.g. /opt/splunk/etc/apps/search) try
sudo nano local/inputs.conf
Are you typing exactly
Sudo Nano /local/inputs.conf
as that won't work?
If you are in $SPLUNK_HOME/etc/apps/search (e.g. /opt/splunk/etc/apps/search) try
sudo nano local/inputs.conf
You may be interested to know that it works in the same way on Windows. Start a path with '\' on windows, or '/' on linux and it will think you want to start at the 'root' of the drive'. I'm afraid it was only doing what you told it to do 🙂
😄 that sorted it, seems linux was taking offence to me putting in the / on /local/