All Apps and Add-ons

What is the best way to export data from splunk to Rsa security analytics?

Splunker6789
Explorer

From splunk to RSA security Analytics .

0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi Splunker6789,
there are many ways to send logs to Security Analytics, we used syslogs for one of our customers.

The choice is related to the use that you want to do of logs in Splunk:

Bye.
Giuseppe

View solution in original post

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi Splunker6789,
there are many ways to send logs to Security Analytics, we used syslogs for one of our customers.

The choice is related to the use that you want to do of logs in Splunk:

Bye.
Giuseppe

0 Karma

Splunker6789
Explorer

Hi Giuseppe ,

Can you explain process of sending all logs from splunk to RSA .That will be helpful!

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi Splunker6789,
It's described in the link:
you have to configure in your outputs.conf the destination syslog

[syslog]
defaultGroup=syslogGroup

[syslog:syslogGroup]
server = x.x.x.x:514

After edit props.conf and transforms.conf to specify the filtering criteria:
props.conf

[my_sourcetype]
TRANSFORMS-my_sourcetype = send_to_syslog

transforms.conf

[send_to_syslog]
REGEX = .
DEST_KEY = _SYSLOG_ROUTING
FORMAT = my_syslog_group

Bye.
Giuseppe

0 Karma

Splunker6789
Explorer

I have a question .We are on boarding data from splunk to Rsa .Actually the data was in splunk indexers.So I wonder how will we be on-board from indexers.

0 Karma

Splunker6789
Explorer

Thanks Cusello really appreciate .

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...