Skip to content

Commit

Permalink
fix instances of filebeat instead of metricbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
leehinman committed Nov 25, 2024
1 parent dfc4a7e commit e657d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/metricbeat/mbreceiver/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ package mbreceiver

import "fmt"

// Config is config settings for filebeat receiver. The structure of
// which is the same as the filebeat.yml configuration file.
// Config is config settings for metricbeat receiver. The structure of
// which is the same as the metricbeat.yml configuration file.
type Config struct {
Beatconfig map[string]interface{} `mapstructure:",remain"`
}
Expand Down

0 comments on commit e657d27

Please sign in to comment.