Reporting

How to automate secure copy (SCP) saved search results on ServerA to ServerB?

tkwaller
Builder

Hello

I am trying to figure out how I can do this:
I have a saved search that runs on server A and I want to automate secure copy (scp) those results to server B. How can I accomplish this? All I want to do is simply scp the results from one folder to a different folder on a different server.

Any ideas on how I can do this?

Thanks for the assistance!

0 Karma
1 Solution

Yasaswy
Contributor

Hi, There are multiple ways you can do this. You are essentially running a command on a schedule... if you want to go the SCP route. Set up the access via SSHKeys and you can either use crond, or any scheduler even splunk scheduler or a script .

scp -r serverA/ user@serverB:/destination

Taking a guess at what you are trying to do, it might be better just to use a mapped/mounted drive that can be accessed from both locations.

View solution in original post

0 Karma

Yasaswy
Contributor

Hi, There are multiple ways you can do this. You are essentially running a command on a schedule... if you want to go the SCP route. Set up the access via SSHKeys and you can either use crond, or any scheduler even splunk scheduler or a script .

scp -r serverA/ user@serverB:/destination

Taking a guess at what you are trying to do, it might be better just to use a mapped/mounted drive that can be accessed from both locations.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...