Skip to content

Commit

Permalink
Update x-pack/filebeat/fbreceiver/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Blake Rouse <[email protected]>
  • Loading branch information
leehinman and blakerouse committed Sep 24, 2024
1 parent d7a5211 commit 55e5375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/filebeat/fbreceiver/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (cfg *Config) Validate() error {
}
_, prs := cfg.Beatconfig["filebeat"]
if !prs {
return fmt.Errorf("'filebeat' key is required")
return fmt.Errorf("Configuration key 'filebeat' is required")
}
return nil
}

0 comments on commit 55e5375

Please sign in to comment.