Cloud Engineer

Poskytuji služby v oblasti podnikových informačních systémů. Mým cílem je navrhnout a udržovat spolehlivou infrastrukturu informačních systémů, která pokrývá celou řadu požadavků stanovených IT strategií.

Consultancy Optimalisation Clouds

Kusto Query Language (KQL)

Basics queries in Kusto query language. Azure demo environment here. Mostly used Operators: Search Perf | search „Memory“ This searched for a column whose value exactly matched the word Memory. search in (Perf, Event, Alert) „memory“ A better choice is to limit the search to specific tables. Perf | search CounterName==“Available MBytes“ Within a table […]