So, I have been tasked with monitoring our EPO server, which is managed by a managed service. Long story short, the only way we can get data from the EPO server is via a once a day CSV file dump. I'm sorry, but I'm still learning Splunk. What app would be the best way to ingest the data? I know I will have to manually upload the data.
The best thing to do would be to set up a file monitor(then you wouldnt have to do it manually everyday as it will continuously monitor wherever you dump that CSV file)..Should be pretty straightforward as your data will be in CSV format so fields can be split based on that as a delimiter. Please see below guide for setting up a file monitor:
Via SplunkWeb:
http://docs.splunk.com/Documentation/Splunk/6.6.3/Data/MonitorfilesanddirectorieswithSplunkWeb
Via conf file:
http://docs.splunk.com/Documentation/Splunk/6.6.3/Data/Monitorfilesanddirectorieswithinputs.conf
The best thing to do would be to set up a file monitor(then you wouldnt have to do it manually everyday as it will continuously monitor wherever you dump that CSV file)..Should be pretty straightforward as your data will be in CSV format so fields can be split based on that as a delimiter. Please see below guide for setting up a file monitor:
Via SplunkWeb:
http://docs.splunk.com/Documentation/Splunk/6.6.3/Data/MonitorfilesanddirectorieswithSplunkWeb
Via conf file:
http://docs.splunk.com/Documentation/Splunk/6.6.3/Data/Monitorfilesanddirectorieswithinputs.conf
Thanks for the quick response. This looks to be what I need! Thank you very much!
Hey @rapture005, please remember to mark comments as comments and answers as answers. I moved your preview "answer" to a comment. Thank you!