Kibana - APM - Errors - Stacktrace variables in the discover panel

In previous versions of Kibana Discover it was possible to see/display the exception stack along with the variables. Is it possible to display them in 7.12?

In the output of the endpoint:
https://xxx.found.io:9243/api/apm/services/xxx/errors/xxx?environment=ENVIRONMENT_ALL&start=2021-04-20T22%3A00%3A00.000Z&end=2021-04-21T21%3A59%3A59.999Z&uiFilters={"environment"%3A"ENVIRONMENT_ALL"}

for example os variable is located in the json output under path:

error.error.exception[0].stacktrace[0].vars.os

How to display this variable in discover? or display the whole error statement?

When I switch from the APM errors screen to the Discover screen using link:

View xxx occurrences in Discover. Then I cannot find those variables in any field.

Thank you for your help! Or could you at least point in which direction I should search?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.