Skip to content

Commit

Permalink
fixes for the recent changes in config
Browse files Browse the repository at this point in the history
  • Loading branch information
mauri870 committed Jan 10, 2025
1 parent d1be590 commit 08330da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions exporter/elasticsearchexporter/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func TestConfig(t *testing.T) {
TracesDynamicIndex: DynamicIndexSetting{
Enabled: false,
},
LogsDynamicID: DynamicIndexSetting{
LogsDynamicID: DynamicIDSettings{
Enabled: false,
},
Pipeline: "mypipeline",
Expand Down Expand Up @@ -149,7 +149,7 @@ func TestConfig(t *testing.T) {
TracesDynamicIndex: DynamicIndexSetting{
Enabled: false,
},
LogsDynamicID: DynamicIndexSetting{
LogsDynamicID: DynamicIDSettings{
Enabled: false,
},
Pipeline: "mypipeline",
Expand Down Expand Up @@ -224,7 +224,7 @@ func TestConfig(t *testing.T) {
TracesDynamicIndex: DynamicIndexSetting{
Enabled: false,
},
LogsDynamicID: DynamicIndexSetting{
LogsDynamicID: DynamicIDSettings{
Enabled: false,
},
Pipeline: "mypipeline",
Expand Down
2 changes: 1 addition & 1 deletion exporter/elasticsearchexporter/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func createDefaultConfig() component.Config {
TracesDynamicIndex: DynamicIndexSetting{
Enabled: false,
},
LogsDynamicID: DynamicIndexSetting{
LogsDynamicID: DynamicIDSettings{
Enabled: false,
},
Retry: RetrySettings{
Expand Down

0 comments on commit 08330da

Please sign in to comment.