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

[APM] Display related trace logs #79995

Closed
sorenlouv opened this issue Oct 8, 2020 · 1 comment · Fixed by #85859
Closed

[APM] Display related trace logs #79995

sorenlouv opened this issue Oct 8, 2020 · 1 comment · Fixed by #85859
Assignees
Labels
Team:APM All issues that need APM UI Team support v7.11.0

Comments

@sorenlouv
Copy link
Member

sorenlouv commented Oct 8, 2020

Embed the <LogStream /> component in APM to display logs related to a trace:

<LogStream query={`trace.id: "${urlParams.traceId}" OR "${urlParams.traceId}"`} />

Screenshot 2020-09-01 at 17 07 39

Notes:

  • The related log lines should be displayed in a new tab. The tab should be displayed even if no log lines are available (display empty state message)
  • The initial version will not annotate log lines with a legend indicating which service the line is from.

Related:
#67611

@sorenlouv sorenlouv added [zube]: (7.11) Team:APM All issues that need APM UI Team support labels Oct 8, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:apm)

@jen-huang jen-huang added v7.10.0 and removed v7.10 labels Oct 8, 2020
@sorenlouv sorenlouv added v7.11 and removed v7.10.0 labels Oct 14, 2020
@spalger spalger added v7.11.0 and removed v7.11 labels Oct 14, 2020
@ogupte ogupte self-assigned this Dec 7, 2020
ogupte added a commit to ogupte/kibana that referenced this issue Dec 14, 2020
ogupte added a commit that referenced this issue Dec 15, 2020
ogupte added a commit to ogupte/kibana that referenced this issue Dec 15, 2020
ogupte added a commit that referenced this issue Dec 15, 2020
…d trace logs. (#85859) (#85896)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
gmmorris added a commit to ymao1/kibana that referenced this issue Dec 15, 2020
* master: (66 commits)
  [Alerting] fixes broken Alerting Example plugin (elastic#85774)
  [APM] Service overview instances table (elastic#85770)
  [Security Solution] Unskip timeline creation Cypress test (elastic#85871)
  properly recognize enterprise licenses (elastic#85849)
  [SecuritySolution][Detections] Adds SavedObject persistence to Signals Migrations (elastic#85690)
  [TSVB] Fix functional tests flakiness and unskip them (elastic#85388)
  [Fleet] Change permissions for Fleet enroll role (elastic#85802)
  Gauge visualization can no longer be clicked to filter on values since Kibana 7.10.0 (elastic#84768)
  [Security Solution][Detections] Add alert source to detection rule action context (elastic#85488)
  [Discover] Don't display hide/show button for histogram when there's no time filter (elastic#85424)
  skip flaky suite (elastic#78553)
  License checks for alerts plugin (elastic#85649)
  skip flaky suite (elastic#84992)
  skip 'query return results valid for scripted field' elastic#78553
  Allow action types to perform their own mustache variable escaping in parameter templates (elastic#83919)
  [ML] More machine learning links in doc_links_service.ts (elastic#85365)
  Removed Alerting & Event Log deprecated fields that should not be using (elastic#85652)
  Closes elastic#79995 by adding new tab in transaction details to show related trace logs. (elastic#85859)
  Fix outdated jest snapshot
  [Maps] Surface on prem EMS (elastic#85729)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:APM All issues that need APM UI Team support v7.11.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants