Skip to content

Commit

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

* 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]>

Co-authored-by: mgiota <[email protected]>
  • Loading branch information
kibanamachine and mgiota authored Aug 9, 2021
1 parent 7b0c605 commit 81e9141
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 81e9141

Please sign in to comment.