diff --git a/x-pack/plugins/observability/public/components/threshold/components/custom_equation/custom_equation_editor.tsx b/x-pack/plugins/observability/public/components/threshold/components/custom_equation/custom_equation_editor.tsx index cdb4f7b7155a0..8dbb44eda71dd 100644 --- a/x-pack/plugins/observability/public/components/threshold/components/custom_equation/custom_equation_editor.tsx +++ b/x-pack/plugins/observability/public/components/threshold/components/custom_equation/custom_equation_editor.tsx @@ -9,6 +9,7 @@ import { EuiFormRow, EuiFlexItem, EuiFlexGroup, + EuiIconTip, EuiButtonEmpty, EuiSpacer, EuiExpression, @@ -193,10 +194,23 @@ export function CustomEquationEditor({ >
setCustomEqPopoverOpen(false)}> - + + +   + + , <, =', + } ); export const LABEL_LABEL = i18n.translate(