kibana/docs/user/alerting/action-types/server-log.asciidoc
ymao1 a7c9d3f1e0
[Alerting] Update UI to reflect new terminology (#93597)
* Renaming alerts to rules

* Updating formatted messages

* Updating i18n labels

* Completed renaming in UI

* Updating client routes including redirect

* wip docs update

* Reverting title changes for now

* Fixing types check

* Fixing unit tests

* Fixing functional test

* Fixing functional test

* docs wip

* wip docs update

* Finished first run through docs

* docs docs docs

* Fixing bad merge

* Fixing functional test

* Docs cleanup

* Cleaning up i18n labels

* Fixing functional test

* Updating screenshots

* Updating screenshots

* Updating screenshots

* Updating terminology in alerting examples

* Updating terminology in alerting examples

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-15 10:03:39 -04:00

37 lines
975 B
Plaintext

[role="xpack"]
[[server-log-action-type]]
=== Server log connector and action
++++
<titleabbrev>Server log</titleabbrev>
++++
This connector writes an entry to the {kib} server log.
[float]
[[server-log-connector-configuration]]
==== Connector configuration
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.
[float]
[[Preconfigured-server-log-configuration]]
==== Preconfigured connector type
[source,text]
--
my-server-log:
name: preconfigured-server-log-connector-type
actionTypeId: .server-log
--
[float]
[[server-log-action-configuration]]
==== Action configuration
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`.