Show / Hide Table of Contents

Class ClusterLoggingState

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterLoggingState
Inherited Members
ResourceArgs.Empty
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
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterLoggingState : ResourceArgs

Constructors

View Source

ClusterLoggingState()

Declaration
public ClusterLoggingState()

Properties

View Source

Annotations

Annotations for Cluster Logging object (map)

Declaration
public InputMap<object> Annotations { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

ClusterId

The cluster id to configure logging (string)

Declaration
public Input<string> ClusterId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CustomTargetConfig

The custom target config for Cluster Logging. For kind = custom. Conflicts with elasticsearch_config, fluentd_config, kafka_config, splunk_config and syslog_config (list maxitems:1)

Declaration
public Input<ClusterLoggingCustomTargetConfigGetArgs> CustomTargetConfig { get; set; }
Property Value
Type Description
Input<ClusterLoggingCustomTargetConfigGetArgs>
View Source

ElasticsearchConfig

The elasticsearch config for Cluster Logging. For kind = elasticsearch. Conflicts with custom_target_config, fluentd_config, kafka_config, splunk_config and syslog_config (list maxitems:1)

Declaration
public Input<ClusterLoggingElasticsearchConfigGetArgs> ElasticsearchConfig { get; set; }
Property Value
Type Description
Input<ClusterLoggingElasticsearchConfigGetArgs>
View Source

EnableJsonParsing

Enable json log parsing. Default: false (bool)

Declaration
public Input<bool> EnableJsonParsing { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

FluentdConfig

The fluentd config for Cluster Logging. For kind = fluentd. Conflicts with custom_target_config, elasticsearch_config, kafka_config, splunk_config and syslog_config (list maxitems:1)

Declaration
public Input<ClusterLoggingFluentdConfigGetArgs> FluentdConfig { get; set; }
Property Value
Type Description
Input<ClusterLoggingFluentdConfigGetArgs>
View Source

KafkaConfig

The kafka config for Cluster Logging. For kind = kafka. Conflicts with custom_target_config, elasticsearch_config, fluentd_config, splunk_config and syslog_config (list maxitems:1)

Declaration
public Input<ClusterLoggingKafkaConfigGetArgs> KafkaConfig { get; set; }
Property Value
Type Description
Input<ClusterLoggingKafkaConfigGetArgs>
View Source

Kind

The kind of the Cluster Logging. elasticsearch, fluentd, kafka, splunk and syslog are supported (string)

Declaration
public Input<string> Kind { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Labels

Labels for Cluster Logging object (map)

Declaration
public InputMap<object> Labels { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Name

The name of the cluster logging config (string)

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NamespaceId

The namespace id from cluster logging (string)

Declaration
public Input<string> NamespaceId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OutputFlushInterval

How often buffered logs would be flushed. Default: 3 seconds (int)

Declaration
public Input<int> OutputFlushInterval { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

OutputTags

The output tags for Cluster Logging (map)

Declaration
public InputMap<object> OutputTags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

SplunkConfig

The splunk config for Cluster Logging. For kind = splunk. Conflicts with custom_target_config, elasticsearch_config, fluentd_config, kafka_config, and syslog_config (list maxitems:1)

Declaration
public Input<ClusterLoggingSplunkConfigGetArgs> SplunkConfig { get; set; }
Property Value
Type Description
Input<ClusterLoggingSplunkConfigGetArgs>
View Source

SyslogConfig

The syslog config for Cluster Logging. For kind = syslog. Conflicts with custom_target_config, elasticsearch_config, fluentd_config, kafka_config, and splunk_config (list maxitems:1)

Declaration
public Input<ClusterLoggingSyslogConfigGetArgs> SyslogConfig { get; set; }
Property Value
Type Description
Input<ClusterLoggingSyslogConfigGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.