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!

Laser Bananas and Edge Hubs: Exploring Operational Technology (OT) Data Through a ...

  OT is a different environment to traditional IT and can have interesting challenges when interfacing the ...

Event Series: Mastering AI Tokenomics and Splunk Agent Observability

Beyond the Black Box: Correlating AI Performance and Tokenomics with Splunk Agent Observability   As ...

span_metrics: The OpenTelemetry-Idiomatic Way to See Inside Your Services

You open a trace in Splunk Observability Cloud and everything looks fine. One root span, order-pipeline, with ...