Class ProjectLoggingState
Inherited Members
Namespace: Pulumi.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ProjectLoggingState : ResourceArgs
Constructors
View SourceProjectLoggingState()
Declaration
public ProjectLoggingState()
Properties
View SourceAnnotations
Annotations for Project Logging object (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
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<ProjectLoggingCustomTargetConfigGetArgs> CustomTargetConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProjectLoggingCustomTargetConfigGetArgs> |
ElasticsearchConfig
The elasticsearch config for Project Logging. For kind = elasticsearch. Conflicts with custom_target_config, fluentd_config, kafka_config, splunk_config and syslog_config (list maxitems:1)
Declaration
public Input<ProjectLoggingElasticsearchConfigGetArgs> ElasticsearchConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProjectLoggingElasticsearchConfigGetArgs> |
EnableJsonParsing
Enable json log parsing. Default: false (bool)
Declaration
public Input<bool> EnableJsonParsing { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
FluentdConfig
The fluentd config for Project Logging. For kind = fluentd. Conflicts with custom_target_config, elasticsearch_config, kafka_config, splunk_config and syslog_config (list maxitems:1)
Declaration
public Input<ProjectLoggingFluentdConfigGetArgs> FluentdConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProjectLoggingFluentdConfigGetArgs> |
KafkaConfig
The kafka config for Project Logging. For kind = kafka. Conflicts with custom_target_config, elasticsearch_config, fluentd_config, splunk_config and syslog_config (list maxitems:1)
Declaration
public Input<ProjectLoggingKafkaConfigGetArgs> KafkaConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProjectLoggingKafkaConfigGetArgs> |
Kind
The kind of the Project Logging. elasticsearch, fluentd, kafka, splunk and syslog are supported (string)
Declaration
public Input<string> Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
Labels for Project Logging object (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Name
The name of the Project Logging config (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NamespaceId
The namespace id from Project logging (string)
Declaration
public Input<string> NamespaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
OutputTags
The output tags for Project Logging (map)
Declaration
public InputMap<object> OutputTags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
ProjectId
The project id to configure logging (string)
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SplunkConfig
The splunk config for Project Logging. For kind = splunk. Conflicts with custom_target_config, elasticsearch_config, fluentd_config, kafka_config, and syslog_config (list maxitems:1)
Declaration
public Input<ProjectLoggingSplunkConfigGetArgs> SplunkConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProjectLoggingSplunkConfigGetArgs> |
SyslogConfig
The syslog config for Project Logging. For kind = syslog. Conflicts with custom_target_config, elasticsearch_config, fluentd_config, kafka_config, and splunk_config (list maxitems:1)
Declaration
public Input<ProjectLoggingSyslogConfigGetArgs> SyslogConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProjectLoggingSyslogConfigGetArgs> |