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

[GS] Navigational search analytics #74430

Closed
alexfrancoeur opened this issue Aug 5, 2020 · 3 comments · Fixed by #79238
Closed

[GS] Navigational search analytics #74430

alexfrancoeur opened this issue Aug 5, 2020 · 3 comments · Fixed by #79238
Assignees
Labels
REASSIGN from Team:Core UI Deprecated label for old Core UI team

Comments

@alexfrancoeur
Copy link

alexfrancoeur commented Aug 5, 2020

Relates to #57576 #72331

@ryankeairns @myasonik I put together a first iteration around some of the telemetry we should probably start thinking about navigational search. It'll be important to understand adoption of search over our menu, and what type of searches are run most frequently. Let me know what you think and if it makes sense, we can sync live on this. It doesn't need to be all of this, but I'd like to have some usage collection for 7.10

Frequency of searches

Questions we want answered

  • How frequently is the search navigation been used?
  • How many total times has the search navigation been used?
  • What's the ratio of search usage to click navigation?

Metrics to help answer these questions

  • Searches performed in the last [7, 30, 90] days
  • Total searches performed
  • Total number searches performed / total number of clicks into applications (we have this for high level apps)

Types of searches

Questions we want answered

  • Which result provider is used most?
  • Which application is being searched for most?
  • What saved object types are being searched for most?

Metrics to help answer these questions

  • Clicked into results from [application, saved object] provider and in the last [7, 30, 90] days
  • Total clicked into results from [application, saved object] provider
  • Count of times [application] clicked into as search result in the last [7, 30, 90] days
  • Total count of times [application] clicked into as search result
  • Count of times [saved object type] clicked into as search result in the last [7, 30, 90] days
  • Total count of times [saved object type] clicked into as search result

Functionality

Questions we want answered

  • How frequently is the keyboard shortcut being used?
  • What ratio of searches used are triggered from a keyboard shortcut?

Metrics to help answer these questions

  • Amount of times the keyboard shortcut was used in the last [7, 30, 90] days
  • Total amount of times the keyboard shortcut was used
  • Total amount of times the keyboard shortcut was used / total number of searches performed (from above)
@alexfrancoeur alexfrancoeur added the REASSIGN from Team:Core UI Deprecated label for old Core UI team label Aug 5, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core-ui (Team:Core UI)

@myasonik
Copy link
Contributor

myasonik commented Aug 6, 2020

Which result provider is used most?

Adding @pgayvallet because I think this one can only be answered from the API service, not from the UI layer

@ryankeairns ryankeairns changed the title Navigational search analytics [GS] Navigational search analytics Sep 14, 2020
@TinaHeiligers
Copy link
Contributor

@myasonik Here's the issue the Kibana Telemetry team has on the radar for the 7.11 timeframe. Implementing Navigational search analytics is an ideal use case for us to improve the ui_metric usage collection method for your needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
REASSIGN from Team:Core UI Deprecated label for old Core UI team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants