Splunk Search

how to create a table with empty cells

PC00128849
New Member

Hello,
I would like to create a table in below format in splunk.

should display first value in first cell of first column, 2nd value in 2nd cell of 2nd column, 3rd value in 3rd cell of 3rd column.
alt text

can someone help me if it is possible ?

Thanks in Advance
Praveen

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @PC00128849,
try if this is what you want:

index=wineventlog 
| stats count BY EventCode 
| xyseries EventCode EventCode count 
| fields - EventCode

Ciao.
Giuseppe

renjith_nair
Legend

@PC00128849 ,
Whats the input ? Are these fields from single event?

---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma

PC00128849
New Member

no, not from single event. There are thousands of events.
i will do some calculations and get those numbers.
but my problem is to place the results/numbers in a particular cell [A2 & B3 and so on] in each columns/rows.

0 Karma
Get Updates on the Splunk Community!

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...

Spotting Financial Fraud in the Haystack: A Guide to Behavioral Analytics with Splunk

In today's digital financial ecosystem, security teams face an unprecedented challenge. The sheer volume of ...

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability As businesses scale ...