Skip to content

[8.0] [Docs] Watcher clarification on CSV formulas warning. (#83088) #83209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions docs/reference/settings/notification-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,13 @@ HTML feature groups>>.
Set to `false` to completely disable HTML sanitation. Not recommended.
Defaults to `true`.

`xpack.notification.reporting.warning.kbn-csv-contains-formulas.text`::
(<<dynamic-cluster-setting,Dynamic>>)
Specifies a custom message, which is sent if the formula verification criteria
for CSV files from {kib}'s {kibana-ref}/reporting-settings-kb.html#reporting-csv-settings[`xpack.reporting.csv.checkForFormulas`] is `true`.
Use `%s` in the message as a placeholder for the filename.
Defaults to `Warning: The attachment [%s] contains characters which spreadsheet applications may interpret as formulas. Please ensure that the attachment is safe prior to opening.`

[[ssl-notification-smtp-settings]]
:ssl-prefix: xpack.notification.email
:component: {watcher} Email
Expand All @@ -273,12 +280,6 @@ Defaults to `true`.

include::ssl-settings.asciidoc[]

`xpack.notification.reporting.warning.kbn-csv-contains-formulas.text`::
(<<dynamic-cluster-setting,Dynamic>>)
Specifies a custom message to be sent if the formula verification criteria
for CSV files, from kibana `xpack.reporting.csv.checkForFormulas`, is true.
Use %s in the message as a placeholder for the filename.

[[slack-notification-settings]]
==== Slack Notification Settings
You can configure the following Slack notification settings in
Expand Down