Class ClusterLoggingElasticsearchConfig
Inheritance
System.Object
ClusterLoggingElasticsearchConfig
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 ClusterLoggingElasticsearchConfig
Fields
View SourceAuthPassword
User password for the elascticsearch service (string)
Declaration
public readonly string AuthPassword
Field Value
| Type | Description |
|---|---|
| System.String |
AuthUsername
Username for the elascticsearch service (string)
Declaration
public readonly string AuthUsername
Field Value
| Type | Description |
|---|---|
| System.String |
Certificate
SSL certificate for the syslog service (string)
Declaration
public readonly string Certificate
Field Value
| Type | Description |
|---|---|
| System.String |
ClientCert
SSL client certificate for the syslog service (string)
Declaration
public readonly string ClientCert
Field Value
| Type | Description |
|---|---|
| System.String |
ClientKey
SSL client key for the syslog service (string)
Declaration
public readonly string ClientKey
Field Value
| Type | Description |
|---|---|
| System.String |
ClientKeyPass
SSL client key password for the splunk service (string)
Declaration
public readonly string ClientKeyPass
Field Value
| Type | Description |
|---|---|
| System.String |
DateFormat
Date format for the elascticsearch logs. Default: YYYY-MM-DD (string)
Declaration
public readonly string DateFormat
Field Value
| Type | Description |
|---|---|
| System.String |
Endpoint
Endpoint of the syslog service (string)
Declaration
public readonly string Endpoint
Field Value
| Type | Description |
|---|---|
| System.String |
IndexPrefix
Index prefix for the elascticsearch logs. Default: local (string)
Declaration
public readonly string IndexPrefix
Field Value
| Type | Description |
|---|---|
| System.String |
SslVerify
SSL verify for the syslog service (bool)
Declaration
public readonly bool? SslVerify
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
SslVersion
SSL version for the elascticsearch service (string)
Declaration
public readonly string SslVersion
Field Value
| Type | Description |
|---|---|
| System.String |