Skip to content

Instantly share code, notes, and snippets.

@logpacker
Last active June 23, 2016 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save logpacker/b8fa0972c5370c05c957 to your computer and use it in GitHub Desktop.
Save logpacker/b8fa0972c5370c05c957 to your computer and use it in GitHub Desktop.
agent.ini
; Configuration for Agent. Server doesn't need this file
; networkapi - networkAPI node. Agent must have only one
; Agent can retrieve all Cluster info from one endpoint only
networkapi=127.0.0.1:9999
; services - comma-separated list of services defined in services.ini
services=*
; security can be set to 1 and Agent will remove sensitive data from logs
security=0
; securityreplace - string for replacement
security.replace=****
; Agent will recheck list of valid files, because it can be changed
retail.interval=30
; ec.resedninterval. ec means EventCollector, it works when Agent has no connection to the Server
ec.resedninterval=60
ec.snapshotinterval=60
ec.dumpfile=/tmp/logpacker-events.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment