Splunk Search

Column Width

kanda18
Explorer

Is there a way to set the column width, via the Query?
I have a variable called $list$ and it has like 100 items separated by space. I want to make sure, I either make the column width very small like 5 chars wide, so that the list gets wrapped down..

I have gone through the list, and I get a general impression that we can tweak the css , conf etc in the server to get the table look like how we want.. Unfortunately I don't have access to the servers.

I would have liked to have some sort of table formatting attributes to the table. something like table colwidth=5 or some such thing. I hope Spunk extends the table functionality in the future versions…

ANy work arounds?

Tags (1)

martin_mueller
SplunkTrust
SplunkTrust

As a very basic, but query-only workaround you could expand your results by that list, yielding one result for every item - giving you one table row per item, neatly wrapped all the way to the bottom.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Take a look at this example:

| stats c | eval f = "Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."

Imagine you'd like to wrap f on spaces. Append this to expand f:

 | makemv delim=" " f | mvexpand f
0 Karma

kanda18
Explorer

did you mean, some way of creating table within the cell ? can you explain

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!

Where Innovation Takes Flight: The Splunk4Aviation Flight Sim Lands at .conf26

If you hear someone at .conf26 shouting "gear down, GEAR DOWN" across the show floor, you have found us.  The ...

Turn Cisco Telemetry Into Action with Cisco Data Fabric, powered by the Splunk ...

The surge in machine data is already hitting enterprise budgets, and the agentic era will only intensify it. ...

Persistent Queue at TcpOut — One of Splunk's Most Practical Features

Splunk introduced persistent queueing at the tcpout layer as one of the most practical resilience features in ...