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

🔗 Include deep link to Cloud Platform Kibana #4664

Closed
4 tasks
jacobwoffenden opened this issue Jul 9, 2024 · 0 comments · Fixed by ministryofjustice/analytics-platform-control-panel#1329
Closed
4 tasks
Assignees
Labels

Comments

@jacobwoffenden
Copy link
Member

User Story

As an Analytical Platform Product Engineer
I want to provide a deep link into Cloud Platform Kibana
So that they aren't reliant on us to surface logs

Value / Purpose

We have lots of support issues where the error is actually in their app logs, but you need to know how to filter Kibana to get there

Useful Contacts

n/a

User Types

Product Engineering

Hypothesis

If we provide a deep link to Kibana
Then users will need to do less to get to their logs

Proposal

Amend the Kibana link in Control Panel

Additional Information

${APPLICATION_NAMESPACE} needs replacing in

https://kibana.cloud-platform.service.justice.gov.uk/_plugin/kibana/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-8h,to:now))&_a=(columns:!(_source),filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:'167701b0-f8c0-11ec-b95c-1d65c3682287',key:kubernetes.namespace_name,negate:!f,params:(query:${APPLICATION_NAMESPACE}),type:phrase),query:(match_phrase:(kubernetes.namespace_name:${APPLICATION_NAMESPACE}))),('$state':(store:appState),meta:(alias:!n,disabled:!f,index:'167701b0-f8c0-11ec-b95c-1d65c3682287',key:kubernetes.container_hash,negate:!f,params:(query:webapp),type:phrase),query:(match_phrase:(kubernetes.container_hash:webapp)))),index:'167701b0-f8c0-11ec-b95c-1d65c3682287',interval:auto,query:(language:kuery,query:''),sort:!())

Definition of Done

  • Kibana link updated
  • User docs have been updated
  • Another team member has reviewed
  • Tests are green
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants