Splunk Enterprise

Can I wrap a column when using a Simpleresultstable

richnavis
Contributor

I need to include sparklines in my results... Is there any way to have columns wrap instead of scroll using this module?. I tried using SideView Utils downstream module to Simple Results table, but no luck..

Tags (2)

sideview
SplunkTrust
SplunkTrust

I'm guessing a bit, but I think if you switch to the Table module, the column labels in Table are allowed to wrap, so if you switch from Splunk's SimpleResultsTable to the Sideview Table module your problem will go away.

And the Sideview Table module does support the sparkline() function in stats, as of Sideview Utils 2.6.5, so you can switch to Table now without losing sparklines.

to be specific, replace this:

<module name="SimpleResultsTable">
  <param name="displayRowNumbers">False</param>
  <param name="entityName">results</param>
</module>

with this:

<module name="Table" />
0 Karma
Get Updates on the Splunk Community!

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

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...