File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -171,11 +171,11 @@ type (
171171
172172 // OTel Collector Processors configuration.
173173 Processors struct {
174- Attribute map [string ]* Attribute `yaml:"attribute" mapstructure:"attribute"`
175- Resource map [string ]* Resource `yaml:"resource" mapstructure:"resource"`
176- Batch map [string ]* Batch `yaml:"batch" mapstructure:"batch"`
177- LogsGzip map [string ]* LogsGzip `yaml:"logsgzip" mapstructure:"logsgzip"`
178- SecurityViolations map [string ]* SecurityViolations `yaml:"syslog" mapstructure:"syslog "`
174+ Attribute map [string ]* Attribute `yaml:"attribute" mapstructure:"attribute"`
175+ Resource map [string ]* Resource `yaml:"resource" mapstructure:"resource"`
176+ Batch map [string ]* Batch `yaml:"batch" mapstructure:"batch"`
177+ LogsGzip map [string ]* LogsGzip `yaml:"logsgzip" mapstructure:"logsgzip"`
178+ SecurityViolations map [string ]* SecurityViolations `yaml:"securityviolations" mapstructure:"securityviolations "`
179179 }
180180
181181 Attribute struct {
You can’t perform that action at this time.
0 commit comments