<?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: Local Processes Tracker lookup localprocesses_tracker issue with spaces in process name/path in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Local-Processes-Tracker-lookup-localprocesses-tracker-issue-with/m-p/762509#M12995</link>
    <description>&lt;P&gt;Good catch. The current regex truncates quoted Windows paths at the first space, so supporting quoted strings would make the process extraction much more accurate. This would be a useful enhancement to raise with the maintainers.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jul 2026 05:11:50 GMT</pubDate>
    <dc:creator>masonreed11</dc:creator>
    <dc:date>2026-07-27T05:11:50Z</dc:date>
    <item>
      <title>Local Processes Tracker lookup localprocesses_tracker issue with spaces in process name/path</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Local-Processes-Tracker-lookup-localprocesses-tracker-issue-with/m-p/762477#M12992</link>
      <description>&lt;P&gt;The "Local Processes Tracker"&amp;nbsp; from&amp;nbsp;&lt;SPAN&gt;SA-EndpointProtection maintains a list of all processes on each system and the first and last time they were seen in localprocesses_tracker lookup.&lt;BR /&gt;The lookup gen search cut the process command after the first space.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex field=process "^\s*(?&amp;lt;process&amp;gt;[^\s]+)"&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;In case of Windows system, it mean for instance that all the processes started from a subfolder of&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;C:\Program Files (x86)&lt;/EM&gt;&lt;/FONT&gt;&amp;nbsp;like &lt;EM&gt;"&lt;FONT color="#FF0000"&gt;C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"&lt;/FONT&gt;&lt;/EM&gt; are seen as process&amp;nbsp;&lt;EM&gt;&lt;FONT color="#FF0000"&gt;"C:\Program&lt;/FONT&gt;&amp;nbsp;&lt;/EM&gt;in the lookup. And they are many other processes with space in the path that have a similar problem.&lt;BR /&gt;Would it be possible to improve the regular expression in that search to take in account strings with spaces between quotes?&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2026 10:05:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Local-Processes-Tracker-lookup-localprocesses-tracker-issue-with/m-p/762477#M12992</guid>
      <dc:creator>vvanlier</dc:creator>
      <dc:date>2026-07-24T10:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Local Processes Tracker lookup localprocesses_tracker issue with spaces in process name/path</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Local-Processes-Tracker-lookup-localprocesses-tracker-issue-with/m-p/762481#M12993</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231635"&gt;@vvanlier&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given that this is part of the Enterprise Security app/ecosystem, I would recommend opening a support case with Splunk for them to look into this as its unlikely to be picked up as a community post and we're not able to influence them directly.&lt;/P&gt;&lt;P&gt;Once you have raised with Splunk via support they should be able to assign it to the relevant internal team.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt; &lt;STRONG&gt;Did this answer help you? If so, please consider&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2026 12:17:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Local-Processes-Tracker-lookup-localprocesses-tracker-issue-with/m-p/762481#M12993</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2026-07-24T12:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Local Processes Tracker lookup localprocesses_tracker issue with spaces in process name/path</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Local-Processes-Tracker-lookup-localprocesses-tracker-issue-with/m-p/762509#M12995</link>
      <description>&lt;P&gt;Good catch. The current regex truncates quoted Windows paths at the first space, so supporting quoted strings would make the process extraction much more accurate. This would be a useful enhancement to raise with the maintainers.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 05:11:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Local-Processes-Tracker-lookup-localprocesses-tracker-issue-with/m-p/762509#M12995</guid>
      <dc:creator>masonreed11</dc:creator>
      <dc:date>2026-07-27T05:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Local Processes Tracker lookup localprocesses_tracker issue with spaces in process name/path</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Local-Processes-Tracker-lookup-localprocesses-tracker-issue-with/m-p/762533#M12996</link>
      <description>&lt;P&gt;FYI I followed your advise and opened a case to the support.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2026 09:19:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Local-Processes-Tracker-lookup-localprocesses-tracker-issue-with/m-p/762533#M12996</guid>
      <dc:creator>vvanlier</dc:creator>
      <dc:date>2026-07-28T09:19:44Z</dc:date>
    </item>
  </channel>
</rss>

