APM Server for the Penga ELK Stack
docker build -t penga-apm-server .
docker run -p 8200:8200 penga-apm-server
Usage:
apm-server [flags]
apm-server [command]
Available Commands:
apikey Manage API Keys for communication between APM agents and server (deprecated)
export Export current config
help Help about any command
keystore Manage secrets keystore
run Run APM Server
test Test config
version Show current version info
Flags:
-E, --E setting=value Configuration overwrite
-N, --N Disable actual publishing for testing
-c, --c string Configuration file, relative to path.config (default "apm-server.yml")
--cpuprofile string Write cpu profile to file
-d, --d stringArray Enable certain debug selectors
-e, --e Log to stderr and disable syslog/file output
--environment string Set the environment in which the process is running (default "default")
-h, --help help for apm-server
--httpprof string Start pprof http server
--memprofile string Write memory profile to this file
--path.config string Configuration path
--path.data string Data path
--path.home string Home path
--path.logs string Logs path
--strict.perms Strict permission checking on config files (default true)
-v, --v Log at INFO level
Use "apm-server [command] --help" for more information about a command.