- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Help configuring forwarder on Windows 2008R2 for DHCP & RADIUS logs
Sparky70
New Member
08-07-2014
01:57 PM
I am attempting to add the DHCP and RADIUS logs on a server installed with the Splunk Forwarder.
I have the following configured within C:\Program Files\SplunkUniversalForwarder\etc\apps\Splunk_TA_windows\local\input.conf and restarted the forwarder service.
###### DHCP ######
[monitor://C:\Windows\System32\DHCP]
disabled = false
whitelist = Dhcp*.log
crcSalt = <SOURCE>
sourcetype = Dhcp
alwaysOpenFile = 1
###### RADIUS ######
[monitor://C:\Windows\System32\LogFiles]
disabled = false
whitelist = IN*.log
crcSalt = <SOURCE>
sourcetype = RADIUS
alwaysOpenFile = 1
I cannot see any of that data within Splunk. What am I missing?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
phuongnst
New Member
02-28-2018
11:42 PM
Just this command in input.conf
DHCP
[monitor://C:\Windows\System32\DHCP\Dhcp*.log]
disabled = 0
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
jstrandman
New Member
12-23-2014
12:34 AM
You might still have an other inputs.cong file taking precedence over the one you listed above. Check /system/local and any other apps.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

satishsdange
Builder
12-23-2014
08:14 AM
make disabled = 0 & see the results.
