Splunk Search

how to make a simple table with raw data fields and non fields data in Splunk enterprise?

salmanbpc
New Member

Hello Everyone.

im trying to make a simple table for the log file which i have uploded in Splunk. i can able to get the fields in column but not the remaining event data ????

for Ex: this is one sample event
Aug 24 12:02:55 1 1 15662575.1275737 MX80 urls src=17 dst=1.1.1.1:443 mac=00:9C:73 request: UNKNOWN https://abc.network-auth.com/...

from this i couldint able to fetch request and https data into my table. the other data is fetched with the help of table command because they are fields.

can anybody help me out.............

Tags (1)
0 Karma

renjith_nair
Legend

@salmanbpc ,

Please dont include any sensitive information including the IP addresses and actual URLs in the question. It's masked for now

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

salmanbpc
New Member

thanks renjith... will take care going ahead

0 Karma

renjith_nair
Legend

@salmanbpc ,

You may use rex to extract the fields

For e.g. try this with the sample data

your search|rex field=_raw "request:\s(?<Request>\w+)\s(?<URL>.+)"

You may adjust the rex based on your actual data.

Reference : https://docs.splunk.com/Documentation/Splunk/7.3.1/SearchReference/Rex

---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma
Get Updates on the Splunk Community!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...