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 actionedit
This connector writes an entry to the Kibana server log.
Connector configurationedit
Server 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 typeedit
my-server-log: name: preconfigured-server-log-connector-type actionTypeId: .server-log
Define connector in Stack Managementedit
Define Server log connector properties.

Test Server log action parameters.

Action configurationedit
Server 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
.