<?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 troubleshoot the applied regex in the server in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/659055#M27511</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;modify the regex in Search and see if the new regex matches all the events to filter.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 29 Sep 2023 10:15:25 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-09-29T10:15:25Z</dc:date>
    <item>
      <title>How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658554#M27477</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had blacklisted the&amp;nbsp;"(?:ParentProcessName).+(?:C:\\Program Files\\Windows Defender Advanced Threat Protection\\)" in deployment server and applied it to&amp;nbsp; one of the windows server how we can trouble shoot &lt;SPAN&gt;whether&lt;/SPAN&gt; it is applied or not ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 08:05:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658554#M27477</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-09-25T08:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658556#M27478</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;run a search on the index where are stored the logs you filtered and, if your filter is applied on one or more hosts, eventually adding a filter on hosts.&lt;/P&gt;&lt;P&gt;In the search use the same regex using the regex command (&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.1/SearchReference/Regex" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.1.1/SearchReference/Regex&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=windows host=&amp;lt;your_host&amp;gt;
| regex "(?:ParentProcessName).+(?:C:\\Program Files\\Windows Defender Advanced Threat Protection\\)" &lt;/LI-CODE&gt;&lt;P&gt;Check the results and see if they arrive from the hosts you're waiting or not.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 08:10:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658556#M27478</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-25T08:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658558#M27479</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error in 'SearchOperator:regex': The regex '(?:ParentProcessName).+(?:C:\Program Files\Windows Defender Advanced Threat Protection\)' is invalid. Regex: unknown property after \P or \p.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 16:37:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658558#M27479</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-09-26T16:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658571#M27480</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;as I said, seanch on the index where are stored the data that you filtered and on the hosts where the rule is applied:&lt;/P&gt;&lt;P&gt;if you haven't events with the used regex, the regex is correct, otherwise you have to troubleshoot it using the same search.&lt;/P&gt;&lt;P&gt;ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 10:52:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658571#M27480</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-25T10:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658579#M27481</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to troubleshoot changes to the inputs.conf&amp;nbsp;&lt;SPAN&gt;./etc/deployment-apps/windows_test/local/&lt;/SPAN&gt; on the deployment server not reflecting on the host C:\Program Files\SplunkUniversalForwarder\etc\apps\windows_test\local\inputs.conf.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 12:56:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658579#M27481</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-09-25T12:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658582#M27482</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;as I said, identify the correct regex using SPL and use that regex to blacklist events in inputs.conf.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 12:42:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658582#M27482</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-25T12:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658601#M27483</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Pls help in&amp;nbsp; excluding these 3 paths using single regex ?&lt;BR /&gt;C:\Program Files\Windows Defender Advanced Threat Protection\MsSense.exe&amp;nbsp;&lt;BR /&gt;C:\Program Files\Windows Defender Advanced Threat Protection\SenseCM.exe&lt;BR /&gt;C:\Program Files\Windows Defender Advanced Threat Protection\SenseIR.exe&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 14:12:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658601#M27483</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-09-25T14:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658614#M27484</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;please try this regex:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;C:\\Program Files\\Windows Defender Advanced Threat Protection\\(MsSense|SenseCM|SenseIR)\.exe&lt;/LI-CODE&gt;&lt;P&gt;if it doesn't run , please try:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;C:\\\Program Files\\\Windows Defender Advanced Threat Protection\\\(MsSense|SenseCM|SenseIR)\.exe&lt;/LI-CODE&gt;&lt;P&gt;Something there's an issue with backslashes.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 15:01:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658614#M27484</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-25T15:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658618#M27485</link>
      <description>&lt;P&gt;Do we need to put this inside double quotes?&lt;/P&gt;&lt;P&gt;Blacklist1= message="C:\\Program Files\\Windows Defender Advanced Threat Protection\\(MsSense|SenseCM|SenseIR)\.exe"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 15:24:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658618#M27485</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-09-25T15:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658619#M27486</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;please try:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Blacklist1= message="C:\\Program Files\\Windows Defender Advanced Threat Protection\\(MsSense|SenseCM|SenseIR)\.exe"&lt;/LI-CODE&gt;&lt;P&gt;or&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Blacklist1 = C:\\Program\sFiles\\Windows\sDefender\sAdvanced\sThreat\sProtection\\(MsSense|SenseCM|SenseIR)\.exe&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 15:36:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658619#M27486</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-25T15:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658718#M27487</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;What could be the reason still I can see the blacklisted path events&amp;nbsp; but the count is reduced !!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 07:30:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658718#M27487</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-09-26T07:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658719#M27488</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;this means that the regex is working only on a subset of the data to filter, in other words there are different format logs.&lt;/P&gt;&lt;P&gt;Analize the not matching data and modify the regex or apply another one.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 07:47:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658719#M27488</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-26T07:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658727#M27489</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The changes made on the DS app inputs.conf are not reflecting on the host splunk forwarder etc apps local inputs.conf file , in this case can we paste regex in&amp;nbsp; this app inputs.conf so that it can work ??&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 10:14:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658727#M27489</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-09-26T10:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658731#M27490</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if the target server is managed by the DS, you cannot manually change a conf file, check why the new configuration isn't pushed.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 10:44:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/658731#M27490</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-26T10:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/659051#M27510</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to blacklist the below paths ..&lt;/P&gt;&lt;P&gt;C:\Program Files\Rapid7\Insight Agent\components\insight_agent\3.2.5.31\ir_agent.exe&lt;/P&gt;&lt;P&gt;C:\Program Files\WindowsPowerShell\Modules\gytpol\Client\fw4_6_2\GytpolClientFW4_6_2.exe&lt;/P&gt;&lt;P&gt;Can we use like.* in place of version if it gets new version it can also be blacklisted ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;----&amp;nbsp; Rapid7\\Insight Agent\\components\\insight_agent\\.*\\ir_agent.exe)|WindowsPowerShell\\Modules\\gytpol\\Client\\fw.*\\GytpolClientFW.*.exe)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 09:55:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/659051#M27510</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-09-29T09:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/659055#M27511</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;modify the regex in Search and see if the new regex matches all the events to filter.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 10:15:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/659055#M27511</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-29T10:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/669317#M27714</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AL3Z_0-1700566626886.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/28202i07F2C01746E7D733/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AL3Z_0-1700566626886.png" alt="AL3Z_0-1700566626886.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I want to blacklist&amp;nbsp;&lt;SPAN&gt;C:\Program Files\SplunkUniversalForwarder\bin\splunkd.exe of creatorprocessname would it block the newprocessname of C:\Windows\System32\cmd.exe&amp;nbsp; as well ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 11:38:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/669317#M27714</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-11-21T11:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot the applied regex in the server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/669340#M27716</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;as I said, does your regex match the string to search or not?&lt;/P&gt;&lt;P&gt;if matches it's correct, if not, it isn't!&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 14:59:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-troubleshoot-the-applied-regex-in-the-server/m-p/669340#M27716</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-11-21T14:59:20Z</dc:date>
    </item>
  </channel>
</rss>

