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

[7.x] [APM] Widen filter used in logs link (#46252) #46367

Merged
merged 1 commit into from
Sep 23, 2019

Conversation

smith
Copy link
Contributor

@smith smith commented Sep 23, 2019

Backports the following commits to 7.x:

When we link to Logs UI from a trace summary or a transaction flyout, we set the filter parameter to trace.id:"${traceId}". However, we shouldn't make the presence of the trace.id field a hard requirement. Not all users have set up their pipeline to parse the trace id from a log line, but the trace id still might be present in the message.

Widen the filter when linking to trace.id:"${traceId}" OR ${traceId} to accommodate this situation.

Fixes elastic#45346.
@smith smith added the backport label Sep 23, 2019
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@smith smith merged commit 13e3009 into elastic:7.x Sep 23, 2019
@smith smith deleted the backport/7.x/pr-46252 branch September 23, 2019 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants