Skip to content

Instantly share code, notes, and snippets.

@girirajsharma
Last active August 29, 2015 14:14
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 girirajsharma/720663e9637c0f289c36 to your computer and use it in GitHub Desktop.
Save girirajsharma/720663e9637c0f289c36 to your computer and use it in GitHub Desktop.
"eventListener": {
"sys-logging": {
"protocol": "udp",
"host":"192.162.10.1",
"port":514
}
}
-------------------------------------
eventsListener
jboss-logging
No config
sys-logging
protocol (string) - the protocol on which syslog daemon/server is running remotely(udp or tcp)
host (string) - the IP address of syslog daemon/server running on remote machine
port (int) - the port of syslog daemon/server to listen on TCP/UDP connections(default is 514 for both udp and tcp)
email
include-events (string) - comma-separated list of event names to include
exclude-events (string) - comma-separated list of event names to exclude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment