We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bcab0 commit 5d9f405Copy full SHA for 5d9f405
internal/beatcmd/reloader.go
@@ -142,8 +142,8 @@ func (r *Reloader) Run(ctx context.Context) error {
142
}
143
144
// reloadInput (re)loads input configuration.
145
-// It returns a *multierror.MultiError as libbeat manager error handling is tightly coupled
146
-// with its own reloadable list implementation in libbeat/cfgfile/list.go.
+// It has to return a joined error similar to the libbeat reloadable list implementation in libbeat/cfgfile/list.go,
+// such that the returned error is corrected parsed by libbeat managerV2.
147
//
148
// Note: reloadInputs may be called before the Reloader is running.
149
func (r *Reloader) reloadInputs(configs []*reload.ConfigWithMeta) error {
0 commit comments