I've configured the UCS app for my distributed environment. When I run the search:
index="cisco_ucs*" | stats count by sourcetype
I see ciscoucs:ucsm:inventory
, ciscoucs.ucsm:perf
, cisco:ucs:syslog
(I've changed this last sourcetype to ciscoucs:syslog
since writing)
However, the homepage doesn't list anything for the single digit boxes at the top, and non of the panels are populated.
What could be going on here?
Quick heads up that Spunk has released a new and fully supported Add-on for Cisco UCS which which available at https://splunkbase.splunk.com/app/2731/. Cisco's Bill Williams posted a nice write-up on the new integration at http://blogs.cisco.com/datacenter/splunk-integration-for-ucs.
(I know ... doesn't address your question in the least. But thought it would be useful for you & the folks following this post to know that a more current integration is available.)
Is there a walk through on how to get a dashboard like that setup from scratch?
When you run that command and drilldown into *inventory, what does the data look like? You should see 1-line events with pipe-separated values, and there should be >100 extracted fields. For example, "classId", as well as all of the fields which would correspond to the things you see in UCS Manager, like model, numOfCpu, etc Look at these screenshots:
If not, then I'm wondering if field extraction is borked.
when I examine the events related to the inventory sourcetype, I can see all the fields as you describe. Seems like the extractions are working.
When I run this search over the last hour:
`landing-page-search` | chart count by class
I don't see a topSystem class. I see equipmentChassis class, and computeBlade, but topSystem is missing.
So the UCS Manager panels are blank on the home screen. The rest of the views seem to be working.
I do see a field in the inventory "ucs" that has the name of both of our manager VIPs.
if it is of any comfort, i do have the same or a very similar issue. The searches themselfs as they are run in the home dashboard deliver results but when i use the dashboard there are no resluts for "managers" the other items seem to be ok but comment they have too many resluts and truncate the results. We are not that big a company though lol.