-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Telemetry for Global Search (#160224)
## Summary Closes #158880 | | **`global_search_bar_click_application`** | **`global_search_bar_click_saved_object`** | **`global_search_bar_blur`** | **`global_search_bar_error`** | |-------------------------------|-----------------------------------------|------------------------------------------|----------------------------|-----------------------------| | **`application`: string** | X | | | | | **`saved_object_type`: string** | | X | | | | **`terms`: string** | X | X | | X | | **`selected_rank`: number** | X | X | | | | **`selected_label`: string** | X | X | | | | **`focus_time_ms`: number** | | | X | | | **`error_message`** | | | | X | NOTE: The "blur" event needs to be created any time the user dismisses the search bar, whether or not a selection has been made. Therefore, the action of a user selecting an option in the global search will yield two separate events. ### Checklist Delete any items that are not applicable to this PR. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers)
- Loading branch information
Showing
11 changed files
with
704 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.