Hello
is any one working on brocade?? how to get logs from brocade to splunk???
Brocade switches, as most devices do, have a Syslog module you can enable
You can send the logs to a centralized syslog server that then forwards (a Heavy Forwarder) the logs to Splunk, or you can send the logs directly to Splunk using a UDP or TCP input.
Hello,
I want to send syslog entrees to splunk directly. The config is done with the command "syslogadmin --set -ip xxx.xxx.xxxx.xxx -port 65456. Here is the configuration in place.
But it does not work
Are there other ports or other configuration to set up?
Any ideas ?
syslogadmin --show -ip
syslog.1 xxx.xxx.xxx.29 port 65456
syslog.2 xxx.xxx.xxx.30 port 65456
syslog.3 xxx.xxx.xxx.31 port 65456
syslog.4 xxx.xxx.xxx.80 port 65456
syslogadmin --show -facility
Syslog facility: LOG_LOCAL7
auditcfg --show -filter
Audit filter is enabled.
1-ZONE
2-SECURITY
3-CONFIGURATION
4-FIRMWARE
5-FABRIC
7-LS
8-CLI
9-MAPS
Severity level: INFO
1. This is a very old thread. For better visibility you should rather start a new thread with a verbose description of your problem.
2. What does "doesn't work" mean? And did you do _any_ configuration on Splunk's side or do you just expect Splunk to work out of the blue?
3. As a side note - receiving syslog directly on Splunk component is not the recommended way. The recommended architecture is to use an external syslog daemon and either write to files from which you'll pick up the events with UF or send to HEC input.