- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I can see the below error in the internal logs for a host that is not bringing any logs in
Splunk error SSLOptions [17960 TcListener] - inputs. conf/[SSL]: could not read properties;
we don’t have ssl options in inputs.conf just wondered if there was any other locations to check on the universal forwarder as it works fine for other servers.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @joe06031990
you can find out locations where SSL config present following command helpfull to get locations other tha default
from command promt
navigate to splunk--->bin
run following command
splunk btool inputs list ssl --debug | grep -i local
use findstr instead of grep in case of windows
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @joe06031990
you can find out locations where SSL config present following command helpfull to get locations other tha default
from command promt
navigate to splunk--->bin
run following command
splunk btool inputs list ssl --debug | grep -i local
use findstr instead of grep in case of windows
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks I will give it a try
