<?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 Table Based on Findings? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Create-Table-Based-on-Findings/m-p/615010#M106380</link>
    <description>&lt;P&gt;We have AV logs that send the detection and the block separately. I'm trying to create a query where I can take each incident_id (which has a log with a block, and a log with a detection) and have the query verify that both of logs are there.&lt;/P&gt;
&lt;P&gt;So it would table like incident_id ifDetectionFound ifBlockFound.&lt;/P&gt;
&lt;P&gt;I can't seem to wrap my mind around how to have it search the logs again for a block. Right now I'm just indexing for&amp;nbsp;action=block OR action=Detection, but it still requires me to compare incident_ids (which are quite long random bits of numbers)&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 18:04:31 GMT</pubDate>
    <dc:creator>dninccno</dc:creator>
    <dc:date>2022-09-28T18:04:31Z</dc:date>
    <item>
      <title>Create Table Based on Findings?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-Table-Based-on-Findings/m-p/615010#M106380</link>
      <description>&lt;P&gt;We have AV logs that send the detection and the block separately. I'm trying to create a query where I can take each incident_id (which has a log with a block, and a log with a detection) and have the query verify that both of logs are there.&lt;/P&gt;
&lt;P&gt;So it would table like incident_id ifDetectionFound ifBlockFound.&lt;/P&gt;
&lt;P&gt;I can't seem to wrap my mind around how to have it search the logs again for a block. Right now I'm just indexing for&amp;nbsp;action=block OR action=Detection, but it still requires me to compare incident_ids (which are quite long random bits of numbers)&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 18:04:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-Table-Based-on-Findings/m-p/615010#M106380</guid>
      <dc:creator>dninccno</dc:creator>
      <dc:date>2022-09-28T18:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create Table Based on Findings</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-Table-Based-on-Findings/m-p/615013#M106381</link>
      <description>&lt;LI-CODE lang="markup"&gt;| eval ifDetectionFound=if(action="Detection",action,null())
| eval ifBlockFound=if(action="Block",action,null())
| stats values(ifDetectionFound) as ifDetectionFound values(ifBlockFound) as ifBlockFound by incident_id&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 28 Sep 2022 13:49:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-Table-Based-on-Findings/m-p/615013#M106381</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-09-28T13:49:30Z</dc:date>
    </item>
  </channel>
</rss>

