Splunk Dev

How to add file to splunk server using splunk sdk C#

tirusplunk
Engager

How to add file to splunk server using splunk sdk C#

Can you please tell me procedure to add file (single shot file/monitor file) through splunk SDK for c#?

Thanks,

Tirumal

Tags (2)
0 Karma
1 Solution

Damien_Dallimor
Ultra Champion

Here is some pseudo code :

var service = Service.Connect(myConnectionArgs);
var index = service.GetIndexes().Get("myindex");
index.Upload(pathToMyFile);

View solution in original post

0 Karma

Damien_Dallimor
Ultra Champion

Here is some pseudo code :

var service = Service.Connect(myConnectionArgs);
var index = service.GetIndexes().Get("myindex");
index.Upload(pathToMyFile);
0 Karma
Get Updates on the Splunk Community!

Splunk Observability Cloud’s AI Assistant in Action Series: Analyzing and ...

This is the second post in our Splunk Observability Cloud’s AI Assistant in Action series, in which we look at ...

Elevate Your Organization with Splunk’s Next Platform Evolution

 Thursday, July 10, 2025  |  11AM PDT / 2PM EDT Whether you're managing complex deployments or looking to ...

Splunk Answers Content Calendar, June Edition

Get ready for this week’s post dedicated to Splunk Dashboards! We're celebrating the power of community by ...