<?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: Multiple records value in same table row in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-multiple-records-value-in-same-table-row/m-p/621814#M216153</link>
    <description>&lt;P&gt;I've never learned inline dereference with curly brackets. &amp;nbsp;Thank you,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;!&lt;/P&gt;</description>
    <pubDate>Wed, 23 Nov 2022 08:18:06 GMT</pubDate>
    <dc:creator>yuanliu</dc:creator>
    <dc:date>2022-11-23T08:18:06Z</dc:date>
    <item>
      <title>How to show multiple records value in same table row?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-multiple-records-value-in-same-table-row/m-p/621751#M216130</link>
      <description>&lt;P&gt;I have a job that runs multiple times if it failed. I need to create a dashboard with a table that shows all the attempts with status.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Logs&lt;/P&gt;
&lt;P&gt;{id:"1",retrynumber:"1",uniqueid:"23213131",status:"Failed"}&lt;/P&gt;
&lt;P&gt;{id:"1",retrynumber:"2",uniqueid:"43434333",status:"Failed"}&lt;/P&gt;
&lt;P&gt;{id:"1",retrynumber:"3",uniqueid:"23213132",status:"Failed"}&lt;/P&gt;
&lt;P&gt;{id:"1",retrynumber:"4",uniqueid:"23213154",status:"Passed"}&lt;/P&gt;
&lt;P&gt;I want to have table like:&lt;/P&gt;
&lt;P&gt;id&amp;nbsp; &amp;nbsp; &amp;nbsp;retry1&amp;nbsp; &amp;nbsp; &amp;nbsp;retry2&amp;nbsp; &amp;nbsp; &amp;nbsp;retry3&amp;nbsp; &amp;nbsp; &amp;nbsp;retry 5&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; Failed&amp;nbsp; &amp;nbsp; &amp;nbsp; Failed&amp;nbsp; &amp;nbsp; &amp;nbsp; Failed&amp;nbsp; &amp;nbsp; &amp;nbsp; Passed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 04:10:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-multiple-records-value-in-same-table-row/m-p/621751#M216130</guid>
      <dc:creator>splunkuser320</dc:creator>
      <dc:date>2022-11-23T04:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple records value in same table row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-multiple-records-value-in-same-table-row/m-p/621753#M216131</link>
      <description>&lt;P&gt;If you have valid JSON in your logs and the fields are being extracted, then add this to the search&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval retry{retrynumber}=status
| fields - retrynumber
| stats values(retry*) as retry* by id&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 22 Nov 2022 21:01:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-multiple-records-value-in-same-table-row/m-p/621753#M216131</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-11-22T21:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple records value in same table row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-multiple-records-value-in-same-table-row/m-p/621803#M216148</link>
      <description>&lt;P&gt;You could also do it this way&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval retrynumber="retry".retrynumber
| chart values(status) over id by retrynumber&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 23 Nov 2022 07:39:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-multiple-records-value-in-same-table-row/m-p/621803#M216148</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-11-23T07:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple records value in same table row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-multiple-records-value-in-same-table-row/m-p/621814#M216153</link>
      <description>&lt;P&gt;I've never learned inline dereference with curly brackets. &amp;nbsp;Thank you,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 08:18:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-multiple-records-value-in-same-table-row/m-p/621814#M216153</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2022-11-23T08:18:06Z</dc:date>
    </item>
  </channel>
</rss>

