If it sanitization issue, what are the elements that sanitization excludes, and how I can set specific elements to be allowed? (or) please advice if I'm missing something
NOTE 1 : cellpadding, cellspacing , border are allowed at TABLE element level
NOTE 2 : Validated that "ishighuse" is true and ensure that the logic passes thru the condition with temporary values.
Adding the below entry alone didn't work
xpack.notification.email.html.sanitization:
allow: _styles
But, when I added below, it worked
xpack.notification.email.html.sanitization:
allow: _styles,_tables,_blocks,_links,_formatting
NOTE: _blocks,_links may not be required
Probably I'm misinterpreting documentation. I didn't explicitly added _tables etc. initially as the documentation specified "By default, Watcher allows the following features: body, head, _tables, _links, _blocks, _formatting and img:embedded" -- https://www.elastic.co/guide/en/x-pack/6.2/actions-email.html#email-html-sanitization
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.