Splunk Search

Reverse data table to horizontal

isac_santana
Explorer

Guys, good morning

I'm having trouble inverting this table below. I need to leave the horizontal "key_type" information, and the "sync_status" information on the bottom line. does anyone know how i can do this?


Current:

| eval last_successful=strftime(strptime(last_successful_sync, "%F %T"), "%d/%m/%Y")
| eval sync_status=if(sync_status == "t", ":gmud-approved:"." "."Sucesso", ":x-negative:"." "."Falhou"." -- "."Last Successful: ".'last_successful')
| stats c as _c by key_type sync_status

isac_santana_0-1689607479965.png



How I need it to look:

EVPCPFCNPJEMAILPHONE
'sync_status''sync_status''sync_status''sync_status''sync_status'
Labels (4)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Add this line:

| chart values(sync_status) as sync_status by _c key_type

The assumption here is that each key_type only has one sync_status

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

Add this line:

| chart values(sync_status) as sync_status by _c key_type

The assumption here is that each key_type only has one sync_status

Get Updates on the Splunk Community!

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

🍂 Fall into November with a fresh lineup of Community Office Hours, Tech Talks, and Webinars we’ve ...

Transform your security operations with Splunk Enterprise Security

Hi Splunk Community, Splunk Platform has set a great foundation for your security operations. With the ...

Splunk Admins and App Developers | Earn a $35 gift card!

Splunk, in collaboration with ESG (Enterprise Strategy Group) by TechTarget, is excited to announce a ...