diff --git a/x-pack/plugins/watcher/public/sections/watch_list/components/watch_list.tsx b/x-pack/plugins/watcher/public/sections/watch_list/components/watch_list.tsx
index 45437a5485c9c..b61d9a0260b74 100644
--- a/x-pack/plugins/watcher/public/sections/watch_list/components/watch_list.tsx
+++ b/x-pack/plugins/watcher/public/sections/watch_list/components/watch_list.tsx
@@ -18,6 +18,7 @@ import {
EuiSpacer,
EuiText,
EuiTitle,
+ EuiToolTip,
} from '@elastic/eui';
import { i18n } from '@kbn/i18n';
import { FormattedMessage, InjectedIntl, injectI18n } from '@kbn/i18n/react';
@@ -222,27 +223,47 @@ const WatchListUi = ({ intl }: { intl: InjectedIntl }) => {
-
+ }
>
-
-
+
+
+
+
-
+ }
>
-
-
+
+
+
+