Method | Description | |
---|---|---|
CreateService ( Namespace ns = null ) : Splunk.Client.Service | ||
CreateService ( Scheme scheme, string host, int port, Namespace ns = null ) : Splunk.Client.Service | ||
CreateServiceAndLogin ( Namespace ns = null ) : Splunk.Client.Service | ||
LoadConfig ( string splunkRCPath = null ) : void | ||
SplunkPack ( IFileSystem fileSystem ) : System |
public CreateService ( Namespace ns = null ) : Splunk.Client.Service | ||
ns | Namespace | |
return | Splunk.Client.Service |
public CreateService ( Scheme scheme, string host, int port, Namespace ns = null ) : Splunk.Client.Service | ||
scheme | Scheme | |
host | string | |
port | int | |
ns | Namespace | |
return | Splunk.Client.Service |
public CreateServiceAndLogin ( Namespace ns = null ) : Splunk.Client.Service | ||
ns | Namespace | |
return | Splunk.Client.Service |
public LoadConfig ( string splunkRCPath = null ) : void | ||
splunkRCPath | string | |
return | void |
public SplunkPack ( IFileSystem fileSystem ) : System | ||
fileSystem | IFileSystem | |
return | System |