Skip to content

Commit

Permalink
[Docs] Watcher clarification on CSV formulas warning. (elastic#83088)
Browse files Browse the repository at this point in the history
* Update docs for Watcher notification settings to include default xpack.notification.reporting.warning.kbn-csv-contains-formulas.text value and link to the Kibana documentation.

* Apply suggestions from code review

Co-authored-by: Adam Locke <adam.locke@elastic.co>

* Apply suggestions from code review

Co-authored-by: Adam Locke <adam.locke@elastic.co>

Co-authored-by: Adam Locke <adam.locke@elastic.co>
  • Loading branch information
a03nikki and Adam Locke committed Jan 27, 2022
1 parent 9b47f83 commit 0fa1d56
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/reference/settings/notification-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,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 @@ -288,12 +295,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

0 comments on commit 0fa1d56

Please sign in to comment.