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

23 lines
321 B
Text
Raw Normal View History

2018-11-18 11:08:38 +01:00
--
*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}
----
--