Documentation ¶
Overview ¶
remotelog is a plugin that enables log messages being sent via UDP to a central ELK stack for debugging. It is disabled by default and when enabled, additionally, logger.disableEvents=false in config.json needs to be set. The destination can be set via logger.remotelog.serverAddress. All events according to logger.level in config.json are sent.
Index ¶
Constants ¶
View Source
const ( CFG_SERVER_ADDRESS = "logger.remotelog.serverAddress" CFG_DISABLE_EVENTS = "logger.disableEvents" PLUGIN_NAME = "RemoteLog" )
Variables ¶
View Source
var (
PLUGIN = node.NewPlugin(PLUGIN_NAME, node.Disabled, configure, run)
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.