Splunk Enterprise

splunkforwarder stopped forwarding to indexer after ACL change on FS

bhupalbobbadi
Path Finder

I've singe SPF forwarding to 3 indexers in a cluster, after changing the file permissions to rw from rwx the splunk forwarder stopped indexing files from input dirs. have seen logs no clues found. Any suggestions when to look for errors/exceptions. TIA.

Tags (1)
0 Karma

wmyersas
Builder

Directories have to be executable in order to do anything inside them

It's the nature of *nix permissioning

0 Karma

sumanssah
Communicator

I assume the directories that were changes may be owned by root permissions. I would suggest you make the following changes

As root user run the following command:

chown -R splunk:splunk /opt/splunk/
0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...