<?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 Using lookup table within tstats in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Using-lookup-table-within-tstats/m-p/680232#M232511</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am attempting to use lookup table "&lt;SPAN&gt;&lt;SPAN class=""&gt;is_windows_system_file"&amp;nbsp; for the following SPL where the Processes.process_name needs to match the filename from the lookup table. Once these results are obtained I then want to attempt to see processes that are not running from&amp;nbsp;C:\Windows\System32 or C:\Windows\SysWOW64&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats `summariesonly` count from datamodel=Endpoint.Processes where Processes.process_name=* by Processes.aid Processes.dest Processes.process_name Processes.process _time&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2024 04:45:03 GMT</pubDate>
    <dc:creator>losttranslation</dc:creator>
    <dc:date>2024-03-11T04:45:03Z</dc:date>
    <item>
      <title>Using lookup table within tstats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-lookup-table-within-tstats/m-p/680232#M232511</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am attempting to use lookup table "&lt;SPAN&gt;&lt;SPAN class=""&gt;is_windows_system_file"&amp;nbsp; for the following SPL where the Processes.process_name needs to match the filename from the lookup table. Once these results are obtained I then want to attempt to see processes that are not running from&amp;nbsp;C:\Windows\System32 or C:\Windows\SysWOW64&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats `summariesonly` count from datamodel=Endpoint.Processes where Processes.process_name=* by Processes.aid Processes.dest Processes.process_name Processes.process _time&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 04:45:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-lookup-table-within-tstats/m-p/680232#M232511</guid>
      <dc:creator>losttranslation</dc:creator>
      <dc:date>2024-03-11T04:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using lookup table within tstats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-lookup-table-within-tstats/m-p/680290#M232525</link>
      <description>&lt;P&gt;As I understand it, you want the &lt;FONT face="courier new,courier"&gt;tstats&lt;/FONT&gt; command to look only for process names in the lookup file.&amp;nbsp; You can do that with a subsearch&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats `summariesonly` count from datamodel=Endpoint.Processes where [|inputlookup is_windows_system_file" 
  | fields filename 
  | rename filename as "Processes.process_name" 
  | format] by Processes.aid Processes.dest Processes.process_name Processes.process _time&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 14:43:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-lookup-table-within-tstats/m-p/680290#M232525</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-03-11T14:43:08Z</dc:date>
    </item>
  </channel>
</rss>

