<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Create Multiple Tables in One Dashboard? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658690#M227505</link>
    <description>&lt;P&gt;ITWisperer:&lt;/P&gt;&lt;P&gt;Thank you so much for the response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe what you gave me will do the job; however, I have some questions. Here is the code I used and how it turned out. For expediency, I just used one 'SectionName' ... this field holds the name of the section in WebSphere that holds the attributes of a section of the Application Server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;index = websphere_cct (Object= "HJn3server2" Env="Prod") OR (Object = "HJn8server3" Env="UAT") SectionName="JVM Configuration"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;| foreach Attributes.*&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [| eval name=SectionName.".&amp;lt;&amp;lt;MATCHSEG1&amp;gt;&amp;gt;"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| eval {name}='&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;']&lt;BR /&gt;| fields - Attributes.* name SectionName&lt;BR /&gt;| stats values(*) as * by Object&lt;BR /&gt;| transpose column_name='SectionName.Attribute' header_field=Object&lt;BR /&gt;| eval match = if('HJn3server2' == 'HJn8server3', "y", "n")&lt;/P&gt;&lt;P&gt;And here are the results:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gsmith93_0-1695673790096.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27326i9ECAD09FC285B2E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gsmith93_0-1695673790096.png" alt="gsmith93_0-1695673790096.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;P&gt;1) How does the command 'stats values(*) as * by Object' work? The 'Object' field is the name of the application server is this case.&amp;nbsp; How does that command group the values of the Attributes by Object?&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Why are there so many extra fields in the table? Such as: Order, OrderType, Index, etc (per below)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gsmith93_1-1695674304631.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27327i1E43DFC0FEF20CDE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gsmith93_1-1695674304631.png" alt="gsmith93_1-1695674304631.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Why do these get included and is the only way to get rid of these fields is thru the 'fields' command? (ie fields - Order - Ordertype - Index ..)&lt;/P&gt;&lt;P&gt;Thank you very much for the help !!!&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2023 20:42:33 GMT</pubDate>
    <dc:creator>gsmith93</dc:creator>
    <dc:date>2023-09-25T20:42:33Z</dc:date>
    <item>
      <title>How to Create Multiple Tables in One Dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658186#M227360</link>
      <description>&lt;P&gt;I am trying to create a Dashboard that hold multiple table of WebSphere App Server configuration data.&amp;nbsp; The data I have looks like this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;{"&lt;/SPAN&gt;&lt;SPAN class=""&gt;ObjectType&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;AppServer&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;Object&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;HJn6server1&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;Order&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;147&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;Env&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;UAT&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;SectionName&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;Transport&lt;/SPAN&gt; &lt;SPAN class=""&gt;chain:&lt;/SPAN&gt; &lt;SPAN class=""&gt;WCInboundDefaultSecure:Channel&lt;/SPAN&gt; &lt;SPAN class=""&gt;HTTP&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;Attributes&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;{"&lt;/SPAN&gt;&lt;SPAN class=""&gt;discriminationWeight&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;10&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;enableLogging&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;keepAlive&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;maxFieldSize&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;32768&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;maxHeaders&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;500&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;maxRequestMessageBodySize&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;-1&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;maximumPersistentRequests&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;100&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;HTTP_4&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;persistentTimeout&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;30&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;readTimeout&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;60&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;useChannelAccessLoggingSettings&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;useChannelErrorLoggingSettings&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;useChannelFRCALoggingSettings&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;writeTimeout&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;60&lt;/SPAN&gt;&lt;SPAN&gt;"}}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Where every event is a configuration section within an appserver where:&lt;/P&gt;
&lt;P&gt;ObjectType - AppServer&lt;/P&gt;
&lt;P&gt;Object - Name of Appserver (ex.&amp;nbsp;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;HJn6server1&lt;/SPAN&gt;&lt;SPAN&gt;")&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Env - Environment. (ex. Test, UAT, PROD)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;SectionName - name within the appserver configuration that holds attributes.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Attributes - configuration attributes for a SectionName&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;I have been able to create one table per SectionName, but can't extend that to multiple sections.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I used the following code to make one table:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;index = websphere_cct (Object= "HJn5server1" Env="Prod") OR (Object = "HJn7server3" Env="UAT") SectionName="Process Definition" Order&lt;BR /&gt;[ search index=websphere_cct SectionName&lt;BR /&gt;| dedup Order&lt;BR /&gt;| table Order ]&lt;BR /&gt;| fields - _*&lt;BR /&gt;| fields Object Attributes.* SectionName&lt;BR /&gt;| eval Object = ltrim(Object, " ")&lt;BR /&gt;| rename Attributes.* AS *&lt;BR /&gt;| table SectionName Object *&lt;BR /&gt;| fillnull value=""&lt;BR /&gt;| transpose column_name=Attribute header_field=Object&lt;BR /&gt;| eval match = if('HJn5server1' == 'HJn7server3', "y", "n")&lt;/P&gt;
&lt;P&gt;Output:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attribute HJn7server3 HJn5server1 match&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;SectionName&lt;/TD&gt;
&lt;TD&gt;Process Definition&lt;/TD&gt;
&lt;TD&gt;Process Definition&lt;/TD&gt;
&lt;TD&gt;y&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;IBM_HEAPDUMP_OUTOFMEMORY&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;y&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;executableArguments&lt;/TD&gt;
&lt;TD&gt;[]&lt;/TD&gt;
&lt;TD&gt;[]&lt;/TD&gt;
&lt;TD&gt;y&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;executableTarget&lt;/TD&gt;
&lt;TD&gt;com.ibm.ws.runtime.WsServer&lt;/TD&gt;
&lt;TD&gt;com.ibm.ws.runtime.WsServer&lt;/TD&gt;
&lt;TD&gt;y&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;executableTargetKind&lt;/TD&gt;
&lt;TD&gt;JAVA_CLASS&lt;/TD&gt;
&lt;TD&gt;JAVA_CLASS&lt;/TD&gt;
&lt;TD&gt;y&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;startCommandArgs&lt;/TD&gt;
&lt;TD&gt;[]&lt;/TD&gt;
&lt;TD&gt;[]&lt;/TD&gt;
&lt;TD&gt;y&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;stopCommandArgs&lt;/TD&gt;
&lt;TD&gt;[]&lt;/TD&gt;
&lt;TD&gt;[]&lt;/TD&gt;
&lt;TD&gt;y&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;terminateCommandArgs&lt;/TD&gt;
&lt;TD&gt;[]&lt;/TD&gt;
&lt;TD&gt;[]&lt;/TD&gt;
&lt;TD&gt;y&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;workingDirectory&lt;/TD&gt;
&lt;TD&gt;${USER_INSTALL_ROOT}&lt;/TD&gt;
&lt;TD&gt;${USER_INSTALL_ROOT}&lt;/TD&gt;
&lt;TD&gt;y&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I would like to do is to create as many tables as there are SectionNames for a given comparison between two Objects.&lt;/P&gt;
&lt;P&gt;But I cannot figure out how to modify the code for allowing to have several tables in one dashboard for multiple SectionNames with their associated Attributes for two appservers in comparison.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 20:02:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658186#M227360</guid>
      <dc:creator>gsmith93</dc:creator>
      <dc:date>2023-09-20T20:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Multiple Tables in One Dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658250#M227381</link>
      <description>&lt;P&gt;It seems to me that you need the section name to be part of the attribute name. Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| foreach Attributes.*
    [| eval name=SectionName.".&amp;lt;&amp;lt;MATCHSEG1&amp;gt;&amp;gt;"
    | eval {name}='&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;']
| fields - Attributes.* name SectionName
| fillnull value=""
| transpose column_name=Attribute header_field=Object
| eval match = if('HJn5server1' == 'HJn7server3', "y", "n")&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 21 Sep 2023 09:05:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658250#M227381</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-09-21T09:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Multiple Tables in One Dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658269#M227390</link>
      <description>&lt;P&gt;The feature you are looking for is trellis. &amp;nbsp;But Splunk doesn't currently do trellis for table visualization. (I'm almost sure that Grafana does.) &amp;nbsp;You can sort of hack something yourself if you are willing to get into the nitty-gritty Simple XML programming. (Or in Dashboard Studio source.) &amp;nbsp;Oh, you also need to know all possible values of SectionName in advance. &amp;nbsp;The basic idea is&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Run a &amp;lt;query /&amp;gt; to populate an aggregate token with values of Attribute in the same search window, e.g.,&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index = websphere_cct (Object= "HJn5server1" Env="Prod") OR (Object = "HJn7server3" Env="UAT") SectionName="Process Definition"
| spath path=Attributes
| eval Attributes = mvappend("SectionName", json_array_to_mv(json_keys(Attributes)))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Note this only runs in Splunk 8.0 and later.)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use &amp;lt;condition&amp;gt;&amp;lt;progress /&amp;gt;&amp;lt;/condition&amp;gt; to set or unset a dedicated token for every possible SectionName value. &amp;nbsp;If the value exist in that aggregate token, set the token, otherwise unset it.&lt;/LI&gt;&lt;LI&gt;Use these dedicated tokens to hide or show tables, one for each possible SectionName value.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can read about hide-and-show in&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/tokens#Access_tokens_to_show_or_hide_user_interface_components" target="_blank" rel="noopener"&gt;Access tokens to show or hide user interface components&lt;/A&gt;, about set dynamic tokens in&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/tokens#Search_tokens_for_dynamic_display_example" target="_blank" rel="noopener"&gt;Search tokens for dynamic display example&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Here is a mock dashboard you can play with. (I included comments about the actual search that you can substitute.) &amp;nbsp;Alas! The code is too long. &amp;nbsp;You can download/copy from here:&amp;nbsp;&lt;A title="Mock table trellis in Splunk Simple XML" href="https://gist.github.com/whackyhack/af1d0b20e297a5237594cbb6aaacc0f6" target="_blank" rel="noopener"&gt;Mock table trellis in Splunk Simple XML&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here is a screenshot:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="table-trellis.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27255i30D7326CA808238C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="table-trellis.png" alt="table-trellis.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As you can see, from your illustrated attribute list of 9, my mock search pretends to have found 4. &amp;nbsp;So, only those 4 corresponding trellis show on the left-hand side. &amp;nbsp;If you edit the attribute selection (in source), different tables will show. &amp;nbsp;In edit mode, all 9 tables are visible, with hidden ones in grey. (Right-hand side is the big table you illustrated, with all 9 attributes.)&lt;/P&gt;&lt;P&gt;Several notes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You could have saved volunteers lots of time (and done yourself a favor) by illustrating sample data that matches your desired output. &amp;nbsp;The JSON in the description has too little in common with the table you show.&lt;/LI&gt;&lt;LI&gt;As your search restricts&amp;nbsp;&lt;SPAN&gt;SectionName to "Process Definition", it doesn't seem to make sense to list SectionName in the table. (SectionName is not an Attribute, any way.) &amp;nbsp;But I still included it in my emulation.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Maintenance is painful and not very scalable like a true trellis feature.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 12:08:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658269#M227390</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2023-09-21T12:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Multiple Tables in One Dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658339#M227406</link>
      <description>&lt;P&gt;&lt;SPAN&gt;yuanliu:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for the reply. As per having a&amp;nbsp;illustrating sample data, I went over the character limit; however, I could have just made another post. Anyway, here is what I am looking for. It is muptiple tables in one dashboard where the tables are ordered by SectionName followed by the Attributes for that section and a column stating the attributes match or do not match.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gsmith93_0-1695321203552.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27274iFA1A728A5F0942F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gsmith93_0-1695321203552.png" alt="gsmith93_0-1695321203552.png" /&gt;&lt;/span&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gsmith93_1-1695321282817.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27275iBA6CC7323609DD22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gsmith93_1-1695321282817.png" alt="gsmith93_1-1695321282817.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;I will look at the rest of your post now.&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Sep 2023 18:35:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658339#M227406</guid>
      <dc:creator>gsmith93</dc:creator>
      <dc:date>2023-09-21T18:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Multiple Tables in One Dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658346#M227410</link>
      <description>&lt;P&gt;&lt;SPAN&gt;ITWhisperer:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for the reply. Combining the 'SectionName' with each attribute makes sense; however, I can't get your code to resolve correctly.&amp;nbsp; Here are my results with the following code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index = websphere_cct (Object= "HJn5server1" Env="UAT") OR (Object = "HJn2server1" Env="Prod")&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; | foreach Attributes.*&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[| eval name=SectionName.".&amp;lt;&amp;lt;MATCHSEG1&amp;gt;&amp;gt;"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| eval {name}='&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;']&lt;BR /&gt;| fields - Attributes.* name SectionName&lt;BR /&gt;| fillnull value=""&lt;BR /&gt;| transpose column_name=Attribute header_field=Object&lt;BR /&gt;| eval match = if('HJn5server1' == 'HJn7server3', "y", "n")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gsmith93_0-1695326928974.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27276iD61255F293A2BA6D/image-size/large?v=v2&amp;amp;px=999" role="button" title="gsmith93_0-1695326928974.png" alt="gsmith93_0-1695326928974.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I can't seem to get the value of the "Attributes" field to printout.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 20:12:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658346#M227410</guid>
      <dc:creator>gsmith93</dc:creator>
      <dc:date>2023-09-21T20:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Multiple Tables in One Dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658358#M227418</link>
      <description>&lt;P&gt;Try gathering the different fields by Object&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| foreach Attributes.*
    [| eval name=SectionName.".&amp;lt;&amp;lt;MATCHSEG1&amp;gt;&amp;gt;"
    | eval {name}='&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;']
| fields - Attributes.* name SectionName
| stats values(*) as * by Object
| transpose column_name=Attribute header_field=Object
| eval match = if('HJn5server1' == 'HJn7server3', "y", "n")&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 21 Sep 2023 22:50:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658358#M227418</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-09-21T22:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Multiple Tables in One Dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658382#M227429</link>
      <description>&lt;P&gt;So, you want trellis breakdown on SectionName, &lt;STRONG&gt;not&lt;/STRONG&gt; on Attribute. &amp;nbsp;This says even more of the importance of illustrating data input and desired output. &amp;nbsp;Really all of this should be in text. &amp;nbsp;Anyway, I mocked up three SectionName values based off what you showed in both text and screenshots, and revised&amp;nbsp;&lt;A title="Mock table trellis in Splunk Simple XML" href="https://gist.github.com/whackyhack/af1d0b20e297a5237594cbb6aaacc0f6" target="_blank" rel="noopener"&gt;https://gist.github.com/whackyhack/af1d0b20e297a5237594cbb6aaacc0f6&lt;/A&gt;&amp;nbsp;to mock trellis by SectionName.&amp;nbsp; &amp;nbsp;Needless to say: You need to know all possible values of SectionName in advance. (And if you want the tables to be in alphabetic order, you need to arrange all of them in that order manually.)&amp;nbsp; The token setting is based on a search where only two SectionName values are returned, namely &lt;SPAN&gt;&lt;U&gt;HTTP Plugin settings&lt;/U&gt; and &lt;U&gt;Transport chain: WCInboundDefaultSecure:Channel HTTP&lt;/U&gt;. &amp;nbsp;Therefore table for Process Definition is hidden.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="table-trellis-SectionName.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27277i5F264E7BDF30297A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="table-trellis-SectionName.png" alt="table-trellis-SectionName.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Core search to set token by SessionName should be simply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index = websphere_cct (Object= "HJn5server1" Env="Prod") OR (Object = "HJn7server3" Env="UAT")
  [ search index=websphere_cct SectionName=*
  | dedup Order
  | table Order ]
| stats values(SectionName) as SectionName&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also note that token name cannot contain colon (:); for this reason, I used $&lt;SPAN&gt;Transport chain- WCInboundDefaultSecure-Channel HTTP$ as token name. &amp;nbsp;Again this mock trellis requires you to know all possible values of SectionName in advance, and manually program all &amp;lt;table/&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For you to more easily compare to real data, here is the data emulation code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval data = mvappend("{\"ObjectType \":\"AppServer\",\"Object\":\"HJn7server3\",\"Order\":\"147\",\"Env\":\"UAT\",\"SectionName\":\"Transport chain: WCInboundDefaultSecure:Channel HTTP\", \"Attributes\":{\"discriminationWeight\": \"10\",\"enableLogging\": \"FALSE\",\"keepAlive\": \"TRUE\",\"maxFieldSize\": \"32768\",\"maxHeaders\": \"500\",\"maxRequestMessageBodySize\": \"-1\",\"maximumPersistentRequests\": \"100\",\"name\": \"HTTP_4\",\"persistentTimeout\": \"30\",\"readTimeout\": \"60\",\"useChannelAccessLoggingSettings\": \"FALSE\",\"useChannelErrorLoggingSettings\": \"FALSE\",\"useChannelFRCALoggingSettings\": \"FALSE\",\"writeTimeout\": \"60\"}}",
  "{\"ObjectType \":\"AppServer\",\"Object\":\"HJn5server1\",\"Order\":\"147\",\"Env\":\"UAT\",\"SectionName\":\"Transport chain: WCInboundDefaultSecure:Channel HTTP\", \"Attributes\":{\"discriminationWeight\": \"10\",\"enableLogging\": \"FALSE\",\"keepAlive\": \"TRUE\",\"maxFieldSize\": \"32768\",\"maxHeaders\": \"500\",\"maxRequestMessageBodySize\": \"-1\",\"maximumPersistentRequests\": \"100\",\"name\": \"HTTP_4\",\"persistentTimeout\": \"30\",\"readTimeout\": \"60\",\"useChannelAccessLoggingSettings\": \"FALSE\",\"useChannelErrorLoggingSettings\": \"FALSE\",\"useChannelFRCALoggingSettings\": \"FALSE\",\"writeTimeout\": \"60\"}}",
  "{\"ObjectType \":\"AppServer\",\"Object\":\"HJn7server3\",\"Order\":\"147\",\"Env\":\"PROD\",\"SectionName\":\"Process Definition\", \"Attributes\":{\"IBM_HEAPDUMP_OUTOFMEMORY\": \"\",\"executableArguments\": \"[]\",\"executableTarget\": \"com.ibm.ws.runtime.WsServer\",\"executableTargetKind\": \"JAVA_CLASS\",\"startCommandArgs\": \"[]\",\"stopCommandArgs\": \"[]\",\"terminateCommandArgs\": \"[]\",\"workingDirectory\": \"${USER_INSTALL_ROOT}\"}}",
  "{\"ObjectType \":\"AppServer\",\"Object\":\"HJn5server1\",\"Order\":\"147\",\"Env\":\"UAT\",\"SectionName\":\"Process Definition\", \"Attributes\":{\"IBM_HEAPDUMP_OUTOFMEMORY\": \"\",\"executableArguments\": \"[]\",\"executableTarget\": \"com.ibm.ws.runtime.WsServer\",\"executableTargetKind\": \"JAVA_CLASS\",\"startCommandArgs\": \"[]\",\"stopCommandArgs\": \"[]\",\"terminateCommandArgs\": \"[]\",\"workingDirectory\": \"${USER_INSTALL_ROOT}\"}}",
  "{\"ObjectType \":\"AppServer\",\"Object\":\"HJn7server3\",\"Order\":\"147\",\"Env\":\"PROD\",\"SectionName\":\"HTTP Plugin settings\", \"Attributes\":{\"ConnectTimeout\": 5,\"MaxConnections\": -1,\"Role\": \"PRIMARY\",\"ExtendedHandshake\": false,\"ServerIOTimeout\": 900,\"waitForContinue\": false}}",
  "{\"ObjectType \":\"AppServer\",\"Object\":\"HJn5server1\",\"Order\":\"147\",\"Env\":\"PROD\",\"SectionName\":\"HTTP Plugin settings\", \"Attributes\":{\"ConnectTimeout\": 5,\"MaxConnections\": -1,\"Role\": \"PRIMARY\",\"ExtendedHandshake\": false,\"ServerIOTimeout\": 900,\"waitForContinue\": false}}")
| mvexpand data
| rename data as _raw
``` above emulates
index = websphere_cct (Object= "HJn5server1" Env="Prod") OR (Object = "HJn7server3" Env="UAT")
  [ search index=websphere_cct SectionName=*
  | dedup Order
  | table Order ]
```&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;TABLE width="791px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;_raw&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="790px"&gt;{"ObjectType ":"AppServer","Object":"HJn7server3","Order":"147","Env":"UAT","SectionName":"Transport chain: WCInboundDefaultSecure:Channel HTTP", "Attributes":{"discriminationWeight": "10","enableLogging": "FALSE","keepAlive": "TRUE","maxFieldSize": "32768","maxHeaders": "500","maxRequestMessageBodySize": "-1","maximumPersistentRequests": "100","name": "HTTP_4","persistentTimeout": "30","readTimeout": "60","useChannelAccessLoggingSettings": "FALSE","useChannelErrorLoggingSettings": "FALSE","useChannelFRCALoggingSettings": "FALSE","writeTimeout": "60"}}&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="790px"&gt;{"ObjectType ":"AppServer","Object":"HJn5server1","Order":"147","Env":"UAT","SectionName":"Transport chain: WCInboundDefaultSecure:Channel HTTP", "Attributes":{"discriminationWeight": "10","enableLogging": "FALSE","keepAlive": "TRUE","maxFieldSize": "32768","maxHeaders": "500","maxRequestMessageBodySize": "-1","maximumPersistentRequests": "100","name": "HTTP_4","persistentTimeout": "30","readTimeout": "60","useChannelAccessLoggingSettings": "FALSE","useChannelErrorLoggingSettings": "FALSE","useChannelFRCALoggingSettings": "FALSE","writeTimeout": "60"}}&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="790px"&gt;{"ObjectType ":"AppServer","Object":"HJn7server3","Order":"147","Env":"PROD","SectionName":"Process Definition", "Attributes":{"IBM_HEAPDUMP_OUTOFMEMORY": "","executableArguments": "[]","executableTarget": "com.ibm.ws.runtime.WsServer","executableTargetKind": "JAVA_CLASS","startCommandArgs": "[]","stopCommandArgs": "[]","terminateCommandArgs": "[]","workingDirectory": "${USER_INSTALL_ROOT}"}}&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="790px"&gt;{"ObjectType ":"AppServer","Object":"HJn5server1","Order":"147","Env":"UAT","SectionName":"Process Definition", "Attributes":{"IBM_HEAPDUMP_OUTOFMEMORY": "","executableArguments": "[]","executableTarget": "com.ibm.ws.runtime.WsServer","executableTargetKind": "JAVA_CLASS","startCommandArgs": "[]","stopCommandArgs": "[]","terminateCommandArgs": "[]","workingDirectory": "${USER_INSTALL_ROOT}"}}&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="790px"&gt;{"ObjectType ":"AppServer","Object":"HJn7server3","Order":"147","Env":"PROD","SectionName":"HTTP Plugin settings", "Attributes":{"ConnectTimeout": 5,"MaxConnections": -1,"Role": "PRIMARY","ExtendedHandshake": false,"ServerIOTimeout": 900,"waitForContinue": false}}&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="790px"&gt;{"ObjectType ":"AppServer","Object":"HJn5server1","Order":"147","Env":"PROD","SectionName":"HTTP Plugin settings", "Attributes":{"ConnectTimeout": 5,"MaxConnections": -1,"Role": "PRIMARY","ExtendedHandshake": false,"ServerIOTimeout": 900,"waitForContinue": false}}&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sat, 23 Sep 2023 07:56:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658382#M227429</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2023-09-23T07:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Multiple Tables in One Dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658690#M227505</link>
      <description>&lt;P&gt;ITWisperer:&lt;/P&gt;&lt;P&gt;Thank you so much for the response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe what you gave me will do the job; however, I have some questions. Here is the code I used and how it turned out. For expediency, I just used one 'SectionName' ... this field holds the name of the section in WebSphere that holds the attributes of a section of the Application Server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;index = websphere_cct (Object= "HJn3server2" Env="Prod") OR (Object = "HJn8server3" Env="UAT") SectionName="JVM Configuration"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;| foreach Attributes.*&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [| eval name=SectionName.".&amp;lt;&amp;lt;MATCHSEG1&amp;gt;&amp;gt;"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| eval {name}='&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;']&lt;BR /&gt;| fields - Attributes.* name SectionName&lt;BR /&gt;| stats values(*) as * by Object&lt;BR /&gt;| transpose column_name='SectionName.Attribute' header_field=Object&lt;BR /&gt;| eval match = if('HJn3server2' == 'HJn8server3', "y", "n")&lt;/P&gt;&lt;P&gt;And here are the results:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gsmith93_0-1695673790096.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27326i9ECAD09FC285B2E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gsmith93_0-1695673790096.png" alt="gsmith93_0-1695673790096.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;P&gt;1) How does the command 'stats values(*) as * by Object' work? The 'Object' field is the name of the application server is this case.&amp;nbsp; How does that command group the values of the Attributes by Object?&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Why are there so many extra fields in the table? Such as: Order, OrderType, Index, etc (per below)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gsmith93_1-1695674304631.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27327i1E43DFC0FEF20CDE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gsmith93_1-1695674304631.png" alt="gsmith93_1-1695674304631.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Why do these get included and is the only way to get rid of these fields is thru the 'fields' command? (ie fields - Order - Ordertype - Index ..)&lt;/P&gt;&lt;P&gt;Thank you very much for the help !!!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 20:42:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658690#M227505</guid>
      <dc:creator>gsmith93</dc:creator>
      <dc:date>2023-09-25T20:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Multiple Tables in One Dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658693#M227507</link>
      <description>&lt;P&gt;You might want to consider just keeping a couple of the fields along with the Atrributes.* fields&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index = websphere_cct (Object= "HJn3server2" Env="Prod") OR (Object = "HJn8server3" Env="UAT") SectionName="JVM Configuration"
| table Attributes.* SectionName Object Env
     | foreach Attributes.*
          [| eval name=SectionName.".&amp;lt;&amp;lt;MATCHSEG1&amp;gt;&amp;gt;"
           | eval {name}='&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;']
| fields - Attributes.* name SectionName
| stats values(*) as * by Object
| transpose column_name='SectionName.Attribute' header_field=Object
| eval match = if('HJn3server2' == 'HJn8server3', "y", "n")&lt;/LI-CODE&gt;&lt;P&gt;The stats values(*) as * by Object will put all the values of all the fields (which don't start with _) in the same row for the same Object field value.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 22:06:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Create-Multiple-Tables-in-One-Dashboard/m-p/658693#M227507</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-09-25T22:06:02Z</dc:date>
    </item>
  </channel>
</rss>

