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!

Developer Spotlight with Paul Stout

Welcome to our very first developer spotlight release series where we'll feature some awesome Splunk ...

State of Splunk Careers 2024: Maximizing Career Outcomes and the Continued Value of ...

For the past four years, Splunk has partnered with Enterprise Strategy Group to conduct a survey that gauges ...

Data-Driven Success: Splunk & Financial Services

Splunk streamlines the process of extracting insights from large volumes of data. In this fast-paced world, ...