Skip to content

Commit

Permalink
[Observability RAC] change alerts table filter text box placeholder (e…
Browse files Browse the repository at this point in the history
…lastic#107366)

* change alerts table filter text box placeholder

* update alerts table placeholder to use the status field

* use threshold for the alerts table placeholder

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
mgiota and kibanamachine committed Aug 9, 2021
1 parent 693eb72 commit 9033d8d
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: 'kibana.alert.evaluation.threshold > 75',
})}
query={{ query: query ?? '', language: queryLanguage }}
timeHistory={timeHistory}
Expand Down

0 comments on commit 9033d8d

Please sign in to comment.