Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

dynamic changed? todynamic and parse_json does not seem to work? #29

Open
santo2 opened this issue Aug 13, 2019 · 0 comments
Open

dynamic changed? todynamic and parse_json does not seem to work? #29

santo2 opened this issue Aug 13, 2019 · 0 comments

Comments

@santo2
Copy link

santo2 commented Aug 13, 2019

Hi,

Regarding the extension of dynamic objects out of the custom dimensions

I have been using the following queries in the past, but it seems to be broken now and the documentation of app insights does not show any examples of how to do it (or I'm looking past them)

customEvents | where timestamp >ago(24h) | where name == "ClusterHealthReport" | extend AggregatedHealthState = customDimensions["AggregatedHealthState"] | where AggregatedHealthState != "Ok" | order by timestamp desc | project timestamp, todynamic(tostring(customDimensions["response"])).AggregatedHealthState ,

I already disliked the fact that I had to use "todynamic(tostring(customdimensions["response"])) instead of just only "todynamic", but ok.

Now it seems that todynamic does not work anymore? What is the replacement of this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant