All Apps and Add-ons

NetApp Inventory report

naidunath
Observer

Hi All

I ran this query and getting all required output. But I want to add more like Node IP & SP IP also in the report.

 

`netapp_index` sourcetype=ontap:system (source="system-node-get-iter" OR "system-get-node-info-iter")
| dedup node
| sort node
| table host, node, is-node-healthy, node-serial-number, node-model, product-version, node-location,
| rename host AS "Cluster Name", node AS "Node Name", is-node-healthy AS "Health Status", node-serial-number AS "Node Serial Number", node-model AS "NetApp Model", product-version AS "ONTAP Version", node-location AS "Site", prod-type AS "Product Type"

what parameter I need to use to get "Node IP & SP IP" in splunk?

 

Thanks & Regards

Raghu

 

Labels (1)
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...