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 Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...