youtubebeat/vendor/github.com/elastic/beats/filebeat/docs/include/enable-modules-command.asciidoc

23 lines
No EOL
321 B
Text

--
*deb and rpm:*
["source","sh",subs="attributes"]
----
{beatname_lc} modules enable {modulename}
----
*mac:*
["source","sh",subs="attributes"]
----
./{beatname_lc} modules enable {modulename}
----
*win:*
["source","sh",subs="attributes"]
----
PS > .{backslash}{beatname_lc}.exe modules enable {modulename}
----
--