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 f1d21a9 commit 151090dCopy full SHA for 151090d
filebeat/input/filestream/config.go
@@ -237,7 +237,7 @@ func (c *config) Validate() error {
237
return nil
238
}
239
240
-// checkUnsupportedParams checks if unsupported/deprecated/discouraged paramaters are set and logs a warning
+// checkUnsupportedParams checks if unsupported/deprecated/discouraged parameters are set and logs a warning
241
func (c config) checkUnsupportedParams(logger *logp.Logger) {
242
if c.AllowIDDuplication {
243
logger.Named("filestream").Warn(
0 commit comments