- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Adding IP's to a exposed text file
arunkuriakose
Explorer
05-03-2021
02:13 AM
Hi Team
I want to collect source ip from an alert triggered /search ran and then add that to a .txt file exposed on a separate server.(https://urlofserver/ipfile.txt)
What is the best way to achieve this
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
aasabatini
Motivator
05-03-2021
02:55 AM
you can add on your alert action an sh script to save all result ip on your txt file.
https://docs.splunk.com/Documentation/Splunk/8.1.3/AdvancedDev/CustomAlertScript
or if in your case works fine a csv file you can add on your alert search the outputlookup comand to save the results in a new csv file.
https://docs.splunk.com/Documentation/Splunk/8.1.3/SearchReference/Outputlookup
“The answer is out there, Neo, and it’s looking for you, and it will find you if you want it to.”
