Splunk Enterprise Security

Is there a way to export Splunk reports to csv files automatic

jenniferhao
Explorer

is there any solution can automatically export reports to csv file and forward the files to third-party systems not by email?

Tags (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

The report can output its results to a CSV file using the outputcsv command, but Splunk will not automatically transfer that file to another system.  You'll have to do the transfer using another method, such as scp within a cron job.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

The report can output its results to a CSV file using the outputcsv command, but Splunk will not automatically transfer that file to another system.  You'll have to do the transfer using another method, such as scp within a cron job.

---
If this reply helps you, Karma would be appreciated.

MaverickT
Communicator

There is an option to code your own adaptive response action, which can be used to forward the data to other systems. But you will need to do a little bit of python coding...

https://dev.splunk.com/enterprise/docs/devtools/enterprisesecurity/adaptiveresponseframework/

0 Karma
Get Updates on the Splunk Community!

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Automatic Discovery Part 2: Setup and Best Practices

In Part 1 of this series, we covered what Automatic Discovery is and why it’s critical for observability at ...