All Apps and Add-ons

Is it possible to show the results table in a html module

adityapavan18
Contributor

Hi,

One way to show table results in HTML module..is by using row.cell0.name and row.cell1.name ..etc..,
But that can be done only if i know how many results i will get..

How to show all rows in table in HTML module when i dont know how many rows will be returned in table from search query?

sideview
SplunkTrust
SplunkTrust

The answer is simply - do not use the HTML module. Use the Table module in conjunction with the Pager module.

<module name="Pager">
  <module name="Table"></module>
</module>

That config above will render a paginated table for the search results, where each row of the search results is a row of the Table, and each field in the search result is a column of the Table. If you want to restrict the fields that show, you should either use the fields or table command in the search language. However Table also has a fields param as well as a hiddenFields param and these as well as much much more is described in the documentation inside Sideview Utils itself - "Module documentation > The Table Module > ..."

0 Karma

sideview
SplunkTrust
SplunkTrust

Yes it's quite easy. Ask that question instead, as a separate question here on answers. What I recommend is using a Checkbox module and a Switcher module and it's really quite easy. Trying to do this on your own with just the HTML module will be surprisingly difficult.

0 Karma

adityapavan18
Contributor

Hi Sideview
The reason i wanted it in HTML module is ..i want view have a toggle on/off on button to display the table or not..In my dashboard i have a HTML button which on clicking should toggle the table's visibility which is very easy...is there a way i can do the same to pager/table module

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...