Splunk Search

How to extract these individual fields for iostat data?

jodros
Builder

I am having a difficult time extracting fields for data returned by iostat. Has anyone been able to extract these individual fields? Data below:

Device   rReq_PS   wReq_PS   rKB_PS   wKB_PS  avgWaitMillis  avgSvcMillis  bandwUtilPct
sda       0.00     208.00     0.00    1644.00     1.45           0.02          0.50
sda1      0.00     0.00       0.00     0.00       0.00           0.00          0.00
sda2      0.00     0.00       0.00     0.00       0.00           0.00          0.00
sda5      0.00     208.00     0.00    1644.00     1.45           0.02          0.50
sda6      0.00     0.00       0.00     0.00       0.00           0.00          0.00
0 Karma

twinspop
Influencer

Does multikv not work for you?

| stats count | eval _raw="<your data above>" | multikv | fields - _raw count

Seems to work as expected.

Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...