Hello,
I'm pretty new with this software, and I'm in the process to evaluate it as well.
So, our first needs is PIX and ASA logs.
so, I'm using Windows, and I already installed Splunk and the apps as well, mainly the Cisco Security app (with ASA, Ironport together).
well, there is not much information about how configured Splunk about this particular app.
what I did:
- the PIX/ASA are enabled with the logg configuration (this is already working 'cause I was using it with others log analyzers, UDP 514)
- enable port in Splunk - UDP and TCP 514
but nothing appears int the screen..
What I'm missing here??
any help will be greatly appreciated.
Thanks!!
Jose
[Revised on Tue, 16 Mar 2010 14:14:03 -0700]
BTW, I forgot , I did this too as well (as the "Getting Started" says int eh apps menu)
in $SPLUNK_HOME/etc/system/local/props.conf add:
[source::udp:514]
MAX_TIMESTAMP_LOOKAHEAD = 32
SHOULD_LINEMERGE = False
TRANSFORMS-cisco=cisco_asa
in $SPLUNK_HOME/etc/system/local/transforms.conf add:
[cisco_asa]
DEST_KEY = MetaData:Sourcetype
REGEX = (%ASA)
FORMAT = sourcetype::cisco_asa
Just that in my case (WINDOWS) I did in :
c:\program files\Splunk\etc\system\default (for both)
THANKS!