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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...