All Apps and Add-ons

Dell PowerScale Add-on for Splunk Configuration- Are the following syslog steps needed?

rdraytheon
New Member

If we are using the Dell PowerScale Add-on for REST API calls, are the following syslog steps needed?  What is the purpose of syslog forwarding to a Splunk forwarder if the Add-on performs REST API calls to the Isilon cluster to pull this data?

 

  • To enable forwarding syslog data in any Isilon Cluster version, perform the following steps:

  1. Make following changes in file /etc/mcp/override/syslog.conf (copy from /etc/mcp/default/syslog.conf if not present):

    • Put @<forwarders_ip_address> in front of the required log file and !* at the end of the syslog.conf file.
    • Restart syslogd using this command - /etc/rc.d/syslogd restart.

    • In some cases, syslog.conf file is already placed at /etc/mcp/override directory location but it is empty. In that case, just put the log file name and the forwarder ip in that file. Below is the content of sample syslog.conf:
      auth.* @<forwarders_ip_address> !audit_config *.* @<forwarders_ip_address> !audit_protocol *.* @<forwarders_ip_address> !*

    • Run the following commands to enable protocol, config and syslog auditing according to Isilon OneFS version:

    • For Dell Isilon cluster with oneFS version 9.x.x:
      isi audit settings global modify --protocol-auditing-enabled Yes isi audit settings global modify --config-auditing-enabled Yes isi audit settings global modify --config-syslog-enabled Yes isi audit settings modify --syslog-forwarding-enabled Yes

Labels (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

If the add-on provides the same data as syslog then you don't need both of them.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...