Splunk Search

create a simple table

frankysplunk
Explorer

hi there,

I have a log like this

ip=192.168.20.10, size=458372, url=http://download.microsoft.com

I have a lot of them and I wanna bring them into a table like this

IP | Size in Byte | URL

192.168.20.10 |458372 | http://download.microsoft.com

all requierd fields are already extracted, but I don't now the right syntax for the search box.

I would appriciate any advice,

thank you!

Tags (2)
1 Solution

Ayn
Legend
... | table ip size url

If you want to have "userfriendly" names in the table instead, use rename for that.

View solution in original post

rtadams89
Contributor

So specifically:

your search | rename ip as IP, size as "Size in bytes", url as URL | table IP, "Size in bytes", URL

frankysplunk
Explorer

thank you very much!

0 Karma

Ayn
Legend
... | table ip size url

If you want to have "userfriendly" names in the table instead, use rename for that.

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...