IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Server log connector and action
editServer log connector and action
editThis connector writes an entry to the Kibana server log.
Connector configuration
editServer log connectors have the following configuration properties.
- Name
- The name of the connector. The name is used to identify a connector in the management UI connector listing, or in the connector list when configuring an action.
Preconfigured connector type
editmy-server-log: name: preconfigured-server-log-connector-type actionTypeId: .server-log
Define connector in Stack Management
editDefine Server log connector properties.
Test Server log action parameters.
Action configuration
editServer log actions have the following properties.
- Message
- The message to log.
- Level
-
The log level of the message:
trace
,debug
,info
,warn
,error
orfatal
. Defaults toinfo
.