Skip to content

Commit 8a9110f

Browse files
Andrea Spaccajsoriano
andauthored
Update filebeat/beater/filebeat.go
Co-authored-by: Jaime Soriano Pastor <jaime.soriano@elastic.co>
1 parent 67afccb commit 8a9110f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

filebeat/beater/filebeat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func newBeater(b *beat.Beat, plugins PluginFactory, rawConfig *common.Config) (b
134134
for _, loadedFileset := range loadedFilesets {
135135
if _, ok := configuredFilesets[loadedFileset]; !ok {
136136
logp.Warn("Fileset `%s` for module `%s` is loaded but was not explicitly defined in the config. "+
137-
"Starting from v8.0 this fileset won't be loaded unless explicitly defined", loadedFileset, mod)
137+
"Starting from v8.0 this fileset won't be loaded unless explicitly defined.", loadedFileset, mod)
138138
}
139139
}
140140
}

0 commit comments

Comments
 (0)