Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Monitoring] Improved "Nodes changed" rule alert message (elastic#195699
) Closes elastic#195533 ## Summary This PR fixes the format of the message of the Stack Monitoring built-in "Nodes changed" alert to be less confusing. The message now lists the added/removed/restarted nodes in a clearer fashion. Instead of ``` Nodes changed alert is firing for cluster-name-xyz (abc123). The following Elasticsearch nodes have been added: removed: instance-0000000012 restarted. ``` The message now shows like ``` Nodes changed alert is firing for cluster-name-xyz (abc123). The following Elasticsearch nodes have been added: none / removed: instance-0000000012 / restarted: none ``` ### Checklist - [X] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [X] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [X] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [X] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers)
- Loading branch information