Unknown setting [xpack.notification.email.html.sanitization.allow] please check that any required plugins are installed, or check the breaking changes documentation for removed settings

Trying to configure sanitization settings for eMail notifications but when ES is started, i'm getting error

java.lang.IllegalArgumentException: unknown setting [xpack.notification.email.html.sanitization.allow] please check that any required plugins are installed, or check the breaking changes documentation for removed settings

ES Version 6.2

Below are various testing done and results.

Used Windows OS, and it works fine with settings
xpack.notification.email.html.sanitization:
allow: _styles,_tables,_blocks,_links,_formatting

Used Linux (Redhat), and works fine for basic watcher enabled/mail settings without sanitization settings.

Using the same Linux, when sanitization settings are added, getting error as stated above

Any guidance would be helpful.

This was fixed in 6.2.2 (that was just released)

https://www.elastic.co/guide/en/elasticsearch/reference/6.2/xes-6.2.2.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.