Splunk Enterprise

about vm

dall
Path Finder

from logs how i ll get number of vms present in that server

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Can you provide a sample of the logs you are talking about?

0 Karma

dall
Path Finder

<166>2020-09-15T07:35:03.809Z  Hostd: info hostd[2100274] [Originator@6876 sub=Vmsvc.vm:/vmfs/volumes/5b33d479-61618708-d3cd-d094665b5e96/rptauto-w10-spc/rptauto-w10-spc.vmx] Send config update invoked

<164>2020-09-15T12:26:54.076Z Hostd: warning hostd[2099584] [Originator@6876 sub=Hostsvc.VFlashManager opID=1bcbeabf user=root] GetVFlashResourceRuntimeInfo: vFlash is not licensed, not supported

<164>2020-09-15T12:26:45.410Z  Hostd: warning hostd[2100273] [Originator@6876 sub=VigorStatsProvider(000000848d91e700)] AddVirtualMachine: VM '62' already registered

<164>2020-09-15T12:26:45.409Z Hostd: warning hostd[2100273] [Originator@6876 sub=VigorStatsProvider(000000848d91e700)] AddVirtualMachine: VM '119' already registered

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Hi @dall 

Thanks. So what part of these log entries identifies the vm? Is it Originator@xxx, where xxx is different for each vm? What identifies the server? is it hostd:[yyy] where yyy is the server id? If so, you can extract these two from the logs and use stats to count them

| rex field=_raw "hostd\[(?<server>[^\]]*)\]\s\[Originator\@(?<vm>[^\s]*)"
| stats dc(vm) as vms by server

 

0 Karma
Get Updates on the Splunk Community!

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...