Server log action

edit

This action type writes an entry to the Kibana server log.

Connector configuration

edit

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 action type

edit
 my-server-log:
   name: test
   actionTypeId: .server-log

Action configuration

edit

Server log actions have the following properties.

Message
The message to log.
Level
The log level of the message: trace, debug, info, warn, error or fatal. Defaults to info.