From e657d275ff558de0a282d295086effe38c72b168 Mon Sep 17 00:00:00 2001 From: "Lee E. Hinman" Date: Mon, 25 Nov 2024 12:27:49 -0600 Subject: [PATCH] fix instances of filebeat instead of metricbeat --- x-pack/metricbeat/mbreceiver/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/metricbeat/mbreceiver/config.go b/x-pack/metricbeat/mbreceiver/config.go index 0faed8681891..e8fdbbce2e31 100644 --- a/x-pack/metricbeat/mbreceiver/config.go +++ b/x-pack/metricbeat/mbreceiver/config.go @@ -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"` }