- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why can't I see logs on servers?
mahesh27
Communicator
03-16-2023
01:35 PM
Hi All,
I have one universal forwarder which is reporting to DS and receiving internal logs, but i am not getting any data into index.
Logs are present in the server.
How to troubleshoot this kind of issues???
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
PickleRick

SplunkTrust
03-16-2023
03:28 PM
From what you're saying I understand that your UF manages to register itself with the DS so you can see it in the DS console. But do you have any outputs defined on this UF? Either locally or by means of app deployed from DS...
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

somesoni2
Revered Legend
03-16-2023
01:53 PM
Here are the few things you can check:
- Check if UF is throwing any permission issues while reading the log files (index=_internal host=UF sourcetype=splunkd permission denied. OR similar search). If you've backend access to the forwarder, you can check the permissions on the file to ensure that splunk user (or user with which Splunk forwarder is running) can access the files.
- Run btool on UF to ensure correct inputs.conf is present ($SPLUNK_HOME/bin/splunk btool inputs list --debug | grep -v system/default)
- Run Splunk CLI command to check currently monitored files. ($SPLUNK_HOME/bin/splunk list monitor)
