User Profile
Juval
Brass Contributor
Joined Oct 11, 2019
User Widgets
Recent Discussions
Re: Requirements for Linking Partner Learn Profile
Hi! As the link says from Martijn i tested it out as well earlier last year. You need to have passed an exam to have the MCP ID. After that the linking works and all the other assessments that you have done will show up in the company portal.145Views1like0CommentsEasy way to exclude a resource from a Log analytics query alert?
If I have a query setup that checks high CPU from all VMs reporting to that log analytics workspace and i want to suppress one or two VMs for a while since i'm doing some operations to them. I know i can edit the query but would be nice if i could suppress or edit on the go to exclude a few resources.Solved10KViews0likes5CommentsGetting memory consumption per process in a VM
Hi! Is there a way to get memory consumption per process exported to log analytics workspace? Probably the easiest way would be to log on to the VM but sometimes this is not possible and instead of just seeing we are out of memory would be nice to see what is actually eating up the memory. I believe Rahul pointed to me, that I would need to enable process level perf counters from my workspace, to collect this data but i'm not 100% sure on how 🙂Solved8.4KViews0likes4CommentsRe: Is there a smart way to find out which Action Groups are in which Alerts?
Billy York Hi, Thanks for the tip! Thought of sharing if someone else needs the same info. This is what i scrambled up. Resources | project alertName = name, location, type, props = properties | where type contains "microsoft.insights/activitylogalerts" | mvexpand actionGroups = parse_json(props["actions"]["actionGroups"]) | extend actionGroup = extract(@"([^\/]+$)",1,tostring(actionGroups.actionGroupId)) | union ( resources | project alertName = name, location, type, props = properties | where type contains "microsoft.insights/metricalerts" | mvexpand actionGroups = parse_json(props["actions"]) | extend actionGroup = extract(@"([^\/]+$)",1,tostring(actionGroups.actionGroupId)) )7.2KViews1like0CommentsRe: Easy way to exclude a resource from a Log analytics query alert?
Hi! But i guess in that scenario i would need a new Action rules? I'm thinking if i already have alerts defined through a log analytics workspace and then i'm having a few misbehaving resources i would like to suppress the alerts from just those resources. If i understood pvyver right, i could just suppress those and see those values later what i did and even schedule it. I believe this is what i need.9.9KViews0likes1CommentRe: Easy way to exclude a resource from a Log analytics query alert?
pvyver Hi, ok so instead of messing with the original alert and adding basically a exemption list i could do a value or a list in the payload filter and suppress it that way. I like this cause this way i can see if i forgot it on or if i just need it to be suppressed for half a day. Awesome! Thanks!9.8KViews0likes0CommentsRe: Getting memory consumption per process in a VM
loadedlouie27 Hi thanks for the pics and guidance! I appreciate all the help i can get so thank you! Yeah need to be careful i guess so in that sense it would be nice if i could just enable on a problematic VM and not all of the VMs.8.1KViews0likes1Comment
Recent Blog Articles
No content to show