Splunk Search

How to create a table?

Imhim
Explorer

Hi, 

I need help with creating a table in Splunk that displays all the components below: 

 

 

 

 


I too need to create another table that gives an overview of the Host. The components are: 

 

 

 

 


I have been looking at this for a while, however the task is difficult, so I am hoping I can find the help I need here. 


Thank you.  
 
Labels (3)
Tags (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @Imhim,

did you already ingested logs using the Splunk_TA_Windows (on Windows machines) or the Splunk_TA_nix (on Linux machines)?

If yes, you have only to identify the fields to use and they depends on the operative system.

If not, install the Add-ons, enabling the inputs you need, then I can help you in search definition.

Ciao.

Giuseppe

Imhim
Explorer

Hi @gcusello

Thank you for the fast reply. 

Yes, both are already installed and have ingested logs. 🙂 

Br, 

Imhim

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

When field names have non-alphanumerics in they need to referred to in single quotes e.g. 

| table VirtualMachine 'vCPU (Allocated)' 'RAM (Allocated)'
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 ...