<?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 get multiple values in a table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-in-a-table/m-p/105883#M27515</link>
    <description>&lt;P&gt;Can't believe I couldn't figure that out.  Your a life saver.  Thank you very much!!  Worked perfectly.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2013 19:52:10 GMT</pubDate>
    <dc:creator>brentsinawski</dc:creator>
    <dc:date>2013-07-24T19:52:10Z</dc:date>
    <item>
      <title>How to get multiple values in a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-in-a-table/m-p/105881#M27513</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;
I am trying to create a table that lists multiple policy id's that shows all ports being used according to that policy ID.  If I do a "| dedup policy_id | table policy_id dst_port src_port I get only one dst_port and one src_port.  I'm looking to do a list of all the policy id with every port that policy id has used in a specific time.  Hard to explain I guess.&lt;BR /&gt;
I'm looking for&lt;/P&gt;

&lt;P&gt;policy_id        src_port                      dst_port&lt;BR /&gt;
836              5622 5488                  80 66 488 224 etc.&lt;/P&gt;

&lt;P&gt;Any help would be extremely appreciated.&lt;BR /&gt;
Thank you!!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:25:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-in-a-table/m-p/105881#M27513</guid>
      <dc:creator>brentsinawski</dc:creator>
      <dc:date>2020-09-28T14:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get multiple values in a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-in-a-table/m-p/105882#M27514</link>
      <description>&lt;P&gt;You should try using stats with the values function:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| stats values(src_port) values(dst_port) by policy_id
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Jul 2013 19:36:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-in-a-table/m-p/105882#M27514</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2013-07-24T19:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get multiple values in a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-in-a-table/m-p/105883#M27515</link>
      <description>&lt;P&gt;Can't believe I couldn't figure that out.  Your a life saver.  Thank you very much!!  Worked perfectly.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 19:52:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-in-a-table/m-p/105883#M27515</guid>
      <dc:creator>brentsinawski</dc:creator>
      <dc:date>2013-07-24T19:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get multiple values in a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-in-a-table/m-p/105884#M27516</link>
      <description>&lt;P&gt;There are a lot of options so it takes some time to see it all.  I've seen at least 5%, so far of what Splunk can do.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 19:53:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-multiple-values-in-a-table/m-p/105884#M27516</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2013-07-24T19:53:38Z</dc:date>
    </item>
  </channel>
</rss>

