<?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 Create Multi-Value field based 4 fields in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Create-Multi-Value-field-based-4-fields/m-p/535020#M151207</link>
    <description>&lt;P&gt;So basically I have some network logs and by base search filters down to&amp;nbsp;source IP, destination IP, destination port, and protocol. I am trying to figure out a way to iterate over all events and group based off the 4-tuple data mentioned above. Below is an image of what I am thinking. You'll notice I added an ID field and I figured that would somehow be the equivalent to&amp;nbsp; ID+=1 at the end of a loop or something.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="spl-help.PNG" style="width: 518px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12470i32DF7C3D7DAA83A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="spl-help.PNG" alt="spl-help.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The original data is bro logs. If you need a list of all the fields below is a link and the source is the conn.log (the green box on the first page)&lt;BR /&gt;&lt;A href="http://gauss.ececs.uc.edu/Courses/c6055/pdf/bro_log_vars.pdf&amp;nbsp;" target="_blank" rel="noopener"&gt;http://gauss.ececs.uc.edu/Courses/c6055/pdf/bro_log_vars.pdf&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2021 07:44:41 GMT</pubDate>
    <dc:creator>jachockey012</dc:creator>
    <dc:date>2021-01-07T07:44:41Z</dc:date>
    <item>
      <title>Create Multi-Value field based 4 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Create-Multi-Value-field-based-4-fields/m-p/535020#M151207</link>
      <description>&lt;P&gt;So basically I have some network logs and by base search filters down to&amp;nbsp;source IP, destination IP, destination port, and protocol. I am trying to figure out a way to iterate over all events and group based off the 4-tuple data mentioned above. Below is an image of what I am thinking. You'll notice I added an ID field and I figured that would somehow be the equivalent to&amp;nbsp; ID+=1 at the end of a loop or something.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="spl-help.PNG" style="width: 518px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12470i32DF7C3D7DAA83A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="spl-help.PNG" alt="spl-help.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The original data is bro logs. If you need a list of all the fields below is a link and the source is the conn.log (the green box on the first page)&lt;BR /&gt;&lt;A href="http://gauss.ececs.uc.edu/Courses/c6055/pdf/bro_log_vars.pdf&amp;nbsp;" target="_blank" rel="noopener"&gt;http://gauss.ececs.uc.edu/Courses/c6055/pdf/bro_log_vars.pdf&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 07:44:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Create-Multi-Value-field-based-4-fields/m-p/535020#M151207</guid>
      <dc:creator>jachockey012</dc:creator>
      <dc:date>2021-01-07T07:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multi-Value field based 4 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Create-Multi-Value-field-based-4-fields/m-p/535028#M151209</link>
      <description>&lt;LI-CODE lang="markup"&gt;| eval tuple='src-ip'.'dst-ip'.'dst-port'.'proto'
| stats list(src-ip) as src-ip list(dst-ip) as dst-ip list(dst-port) as dst-port list(proto) as proto by tuple
| streamstats count as id
| fields - tuple&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 07 Jan 2021 09:29:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Create-Multi-Value-field-based-4-fields/m-p/535028#M151209</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-01-07T09:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multi-Value field based 4 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Create-Multi-Value-field-based-4-fields/m-p/535039#M151216</link>
      <description>&lt;P&gt;Effective... Thank you very much.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 13:18:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Create-Multi-Value-field-based-4-fields/m-p/535039#M151216</guid>
      <dc:creator>jachockey012</dc:creator>
      <dc:date>2021-01-07T13:18:46Z</dc:date>
    </item>
  </channel>
</rss>

