Show / Hide Table of Contents

Class ClusterLoggingSplunkConfig

Inheritance
System.Object
ClusterLoggingSplunkConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Rancher2.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterLoggingSplunkConfig

Fields

View Source

Certificate

SSL certificate for the syslog service (string)

Declaration
public readonly string Certificate
Field Value
Type Description
System.String
View Source

ClientCert

SSL client certificate for the syslog service (string)

Declaration
public readonly string ClientCert
Field Value
Type Description
System.String
View Source

ClientKey

SSL client key for the syslog service (string)

Declaration
public readonly string ClientKey
Field Value
Type Description
System.String
View Source

ClientKeyPass

SSL client key password for the splunk service (string)

Declaration
public readonly string ClientKeyPass
Field Value
Type Description
System.String
View Source

Endpoint

Endpoint of the syslog service (string)

Declaration
public readonly string Endpoint
Field Value
Type Description
System.String
View Source

Index

Index prefix for the splunk logs (string)

Declaration
public readonly string Index
Field Value
Type Description
System.String
View Source

Source

Date format for the splunk logs (string)

Declaration
public readonly string Source
Field Value
Type Description
System.String
View Source

SslVerify

SSL verify for the syslog service (bool)

Declaration
public readonly bool? SslVerify
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Token

Token for the syslog service (string)

Declaration
public readonly string Token
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.