Skip to content

Commit

Permalink
change alerts table filter text box placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiota committed Aug 2, 2021
1 parent 63ec458 commit 34147da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function AlertsSearchBar({
<SearchBar
indexPatterns={dynamicIndexPattern}
placeholder={i18n.translate('xpack.observability.alerts.searchBarPlaceholder', {
defaultMessage: '"domain": "ecommerce" AND ("service.name": "ProductCatalogService" …)',
defaultMessage: '"rule.id" : "metrics.alert.threshold"',
})}
query={{ query: query ?? '', language: queryLanguage }}
timeHistory={timeHistory}
Expand Down

0 comments on commit 34147da

Please sign in to comment.