Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was 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

@santo2

Description

@santo2

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions