Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RAM][Maintenance Window] MW scoped query language improvements #172993

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,15 @@ export const CREATE_FORM_CATEGORY_STACK_RULES = i18n.translate(
export const CREATE_FORM_SCOPED_QUERY_TITLE = i18n.translate(
'xpack.alerting.maintenanceWindows.createForm.scopedQuery.title',
{
defaultMessage: 'Define scope of rules',
defaultMessage: 'Scope of rules',
lcawl marked this conversation as resolved.
Show resolved Hide resolved
}
);

export const CREATE_FORM_SCOPED_QUERY_DESCRIPTION = i18n.translate(
'xpack.alerting.maintenanceWindows.createForm.scopedQuery.description',
{
defaultMessage:
'Use KQL to further narrow down the alerts affected by this maintenance window.',
'Use KQL to filter the alerts affected by the maintenance window. Only one category can be selected when filters are enabled.',
lcawl marked this conversation as resolved.
Show resolved Hide resolved
}
);

Expand Down