

- #Splunk enterprise download how to
- #Splunk enterprise download install
- #Splunk enterprise download zip file
- #Splunk enterprise download portable
Note: Close Visual Studio before installing Code Contracts.
#Splunk enterprise download install
You must also install Code Contracts for. The Splunk Enterprise SDK for C# supports development in the following environments: If you are want to contribute to the Splunk Enterprise SDK for C#, clone the repository from GitHub.
#Splunk enterprise download zip file
Note: Both packages are published to NuGet when the SDK is released.ĭownload the Splunk Enterprise SDK for C# ZIP file and extract the contents. Splunk.ModularInputs: Functionality for building modular inputs. Splunk.Client: Client for the Splunk Enterprise REST API. Add the following feed to your package sources in Visual Studio: The Splunk Enterprise SDK for C# has been tested with Splunk Enterprise 7.0 and 7.2.ĭownload the Splunk SDK C# NuGet packages from MyGet. For more information, see the Splunk Enterprise Installation Manual. If you haven't already installed Splunk Enterprise, download it here.

Here's what you need to get going with the Splunk Enterprise SDK for C# version 2.x.
#Splunk enterprise download how to
The Splunk Enterprise SDK for C# contains library code and examples that show how to programmatically interact with the Splunk platform for a variety of scenarios including searching, saved searches, data inputs, and many more, along with building complete applications. Getting started with the Splunk Enterprise SDK for C#

See the Splunk REST API Coverage for details. Inputs (sending simple and streamed events to Splunk Enterprise).Searches (normal, blocking, oneshot, and export).The major focus areas are search, search jobs, configuration, and modular inputs. Splunk Enterprise SDK for C# version 2.x includes a subset of the capability in version 1.0 of the SDK, and focuses on the most common customer scenarios. Important: Applications built with Splunk Enterprise SDK for C# version 1.x will not recompile using Splunk Enterprise SDK for C# version 2.xf. The Splunk Enterprise SDK for C# version 2.x is a rewrite of the 1.x SDK, and introduces completely new APIs. NET 4.5/Mono 3.4, PCL (Windows 8.1), iOS (via Xamarin.iOS), and Android (via Xamarin.Android) platforms. loop through the results foreach ( var result in searchResults) SearchOneShotSearchAsync( "search index=_internal | head 10 ") create a One Shot Search and retrieve the results var searchResults = await service. Var service = new Service( new Uri( " ")) NET development on multiple platforms.īelow is an example of a simple one shot search:
#Splunk enterprise download portable
The Splunk API client () in the new version is a Portable Class Library supporting.
