Splunk Search

Add a (sparkline) to a (table)

albyva
Communicator

Is it possible to add a sparkline to a table? Most examples list stats or charts, but nothing about tables, which makes me wonder if it's even possible.

How would you add a sparkline to the following so that my simple bandwidth search yields
a nice little graphic on the same table output?

index=generic
| eval bandwidth=round(bytes/1024)
| table bandwidth

Thanks,

0 Karma
1 Solution

somesoni2
Revered Legend

No..its not possible to add sparkline to a table. A Sparkline in iteself is a graph and requires multiple points(series of values) to be shown. Table provides only one value. That is why its used with statistical commands such as chart/stats.

View solution in original post

timmalos
Communicator
0 Karma

somesoni2
Revered Legend

No..its not possible to add sparkline to a table. A Sparkline in iteself is a graph and requires multiple points(series of values) to be shown. Table provides only one value. That is why its used with statistical commands such as chart/stats.

albyva
Communicator

Thanks Someoni2. That is what I feared. Time for a little revision.

0 Karma
Get Updates on the Splunk Community!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...