Dashboards & Visualizations

I have a field whose value is multiple words having spaces, how do I show the whole value in table?

cadrija
Path Finder

I am getting this data when I am pulling events from a sourcetype

Name=Microsoft Hyper-V Network Adapter _2

Now I want to show this in a table, but when I am using --> table Name then it is showing only Microsoft i.e. only the first word is being shown.

How can I show the whole value of the name field?
Please help.

 

Labels (1)
0 Karma

Gr0und_Z3r0
Contributor

Try this....

 

 

 

 

| makeresults 
| eval _raw= "BytesReceivedPersec=5057
BytesSentPersec=12654
BytesTotalPersec=17711
CurrentBandwidth=50000000000
Name=Microsoft Hyper-V Network Adapter _2
wmi_type=LocalNetwork"
| rex field=_raw "Name\=(?<Name>[\w\s\-\_]+)\s"
| table Name

 

Gr0und_Z3r0_1-1638446830325.png

 

0 Karma

Gr0und_Z3r0
Contributor

Can you share a sample raw data?

 

0 Karma

cadrija
Path Finder

BytesReceivedPersec=5057
BytesSentPersec=12654
BytesTotalPersec=17711
CurrentBandwidth=50000000000
Name=Microsoft Hyper-V Network Adapter _2
wmi_type=LocalNetwork

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...