Skip to content

Instantly share code, notes, and snippets.

@logpacker
logpacker / win.services.ini
Last active May 27, 2016 05:50
win.services.ini
; This file contains built-in services for aggregation
; It can be changed by user/admin and it will be applied automatically
; You can add your new paths and services
; All services provided in this config, but not all services can be included to Agent, they can be disabled in Agent configuration
; Environment variables are allowed and must be in uppercase wrapped by %%
[iis]
; Possible comma-separated logs locations and %environment.variables%
paths=%SYSTEMROOT%\System32\LogFiles\HTTPERR\*,%systemdrive%\inetpub\logs\LogFiles\*,%SYSTEMROOT%\System32\LogFiles\W3SVC1\*
@logpacker
logpacker / logpacker_daemon.conf
Created August 18, 2016 02:43
logpacker_daemon.conf
[program:logpacker_daemon]
directory=/opt/logpacker
command=/opt/logpacker/logpacker_daemon -a -v
autostart=true
autorestart=true
startretries=10
stdout_logfile=/tmp/lpdaemon-stdout.log
stderr_logfile=/tmp/lpdaemon-stderr.log