- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
tuplink
New Member
07-13-2012
08:18 AM
i am trying to get the forwarder to work with apache logs from the CLI
i issue the command
"./splunk input add monitor /var/log/apache2/"
and get this message
"Parameters must be in the form '-parameter value'"
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
rturk
Builder
07-13-2012
08:26 AM
You have provided the incorrect command. Try removing 'input' so it reads:
splunk add monitor /var/log/apache2/
As per the docs - Use the CLI
This should fix it for you 🙂
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
rturk
Builder
07-13-2012
08:26 AM
You have provided the incorrect command. Try removing 'input' so it reads:
splunk add monitor /var/log/apache2/
As per the docs - Use the CLI
This should fix it for you 🙂
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
tuplink
New Member
07-13-2012
08:27 AM
thank you the CLI Can be so confusing
