Skip to content

Commit

Permalink
Update Filebeat tutorials to instruct users to enable filesets (#137803
Browse files Browse the repository at this point in the history
…) (#137924)

(cherry picked from commit 755fad1)

Co-authored-by: DeDe Morton <[email protected]>
  • Loading branch information
kibanamachine and dedemorton authored Aug 3, 2022
1 parent c3d410e commit f88c753
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,8 @@ export function filebeatEnableInstructions(moduleName: string) {
}),
commands: ['./filebeat modules enable ' + moduleName],
textPost: i18n.translate('home.tutorials.common.filebeatEnableInstructions.osxTextPost', {
defaultMessage: 'Modify the settings in the `modules.d/{moduleName}.yml` file.',
defaultMessage:
'Modify the settings in the `modules.d/{moduleName}.yml` file. You must enable at least one fileset.',
values: { moduleName },
}),
},
Expand All @@ -360,7 +361,7 @@ export function filebeatEnableInstructions(moduleName: string) {
commands: ['sudo filebeat modules enable ' + moduleName],
textPost: i18n.translate('home.tutorials.common.filebeatEnableInstructions.debTextPost', {
defaultMessage:
'Modify the settings in the `/etc/filebeat/modules.d/{moduleName}.yml` file.',
'Modify the settings in the `/etc/filebeat/modules.d/{moduleName}.yml` file. You must enable at least one fileset.',
values: { moduleName },
}),
},
Expand All @@ -372,7 +373,7 @@ export function filebeatEnableInstructions(moduleName: string) {
commands: ['sudo filebeat modules enable ' + moduleName],
textPost: i18n.translate('home.tutorials.common.filebeatEnableInstructions.rpmTextPost', {
defaultMessage:
'Modify the settings in the `/etc/filebeat/modules.d/{moduleName}.yml` file.',
'Modify the settings in the `/etc/filebeat/modules.d/{moduleName}.yml` file. You must enable at least one fileset.',
values: { moduleName },
}),
},
Expand All @@ -387,7 +388,8 @@ export function filebeatEnableInstructions(moduleName: string) {
}),
commands: ['filebeat.exe modules enable ' + moduleName],
textPost: i18n.translate('home.tutorials.common.filebeatEnableInstructions.windowsTextPost', {
defaultMessage: 'Modify the settings in the `modules.d/{moduleName}.yml` file.',
defaultMessage:
'Modify the settings in the `modules.d/{moduleName}.yml` file. You must enable at least one fileset.',
values: { moduleName },
}),
},
Expand Down

0 comments on commit f88c753

Please sign in to comment.