commit c062695d6e760e94875cbbebb913b9b25f7d6179 from: ollytom date: Fri Oct 26 20:42:06 2018 UTC Add README, just printed manpage commit - ce7593f58075210c25b7951b987123a6f8b9d8c4 commit + c062695d6e760e94875cbbebb913b9b25f7d6179 blob - /dev/null blob + aa56f7eb4e246b31ac6f7645bcee2b0ac381f0f2 (mode 644) --- /dev/null +++ README @@ -0,0 +1,47 @@ + + MKBEATINSTALLER(8) MKBEATINSTALLER(8) + + NAME + mkbeatinstaller, mkfilebeatinstaller, mkwinlogbeatinstaller + - make elastic beat Windows installers + + SYNOPSIS + mkbeatinstaller beat ... + mkfilebeatinstaller + mkwinlogbeatinstaller + + DESCRIPTION + mkfilebeatinstaller and mkwinlogbeat installer are two NSIS + scripts which create executable installers for the elastic + beat programs + and winlogbeat in the familiar Windows "Next, Next, Done" + install wizard style. Execution of the scripts requires the + makensis(1) command, generally available from the nsis pack- + age on Linux distributions. + + The scripts package the beat configuration files, the exe- + cutable command and license files. On installation, the + files are copied to the Program Files directory. A standard + windows service is registered which starts the beat's exe + file. uninstall.exe removes the installation directory and + removes the service from the windows service registry. + + mkbeatinstaller will download the compiled Windows distribu- + tion of beat from Elastic, then run the matching beat + installer generation script. + + EXAMPLE + Make installers for filebeat and winlogbeat: + mkbeatinstaller filebeat winlogbeat + + FILES + C:/Program Files/$beat installation directory + C:/Program Files/$beat/uninstall.exe uninstallation program + + SOURCE + http://gitlab.raetsmarine.local/rb4-infra/poc + + SEE ALSO + makensis(1) + + Page 1 Plan 9 (printed 10/26/18)