User Profile
mayanks
Copper Contributor
Joined 6 years ago
User Widgets
Recent Discussions
query InsightMetrics with where clause on Tags
Hi I want to run a query to match an entry on tags which is a json like - TenantId SourceSystem TimeGenerated Computer Origin Namespace Name Val Tags AgentId Type _ResourceId Values of Tags Column -> {"address":"x.x.x.x","app.kubernetes.io/component":"compact","app.kubernetes.io/instance":"app","app.kubernetes.io/managed-by":"app2","app.kubernetes.io/name":"mayank"} I want something like ----------------------------- InsightsMetrics | extend Tags = parse_json(Tags) | where Namespace == "prometheus" | where Tags.app.kubernetes.io/name == mayank But I am not able to do so and getting empty records.4.5KViews0likes2Comments
Recent Blog Articles
No content to show