<?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: To remove complete directory if a folder struture has a word &amp;quot;remote&amp;quot; in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-completely-remove-not-select-the-directory-path-if-it/m-p/588153#M103249</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;i am writing a script which only the specific directory is considered.&lt;/P&gt;&lt;P&gt;for example&amp;nbsp; the folder structure is formed like this&amp;nbsp; /spec/abs/remote&amp;nbsp; so while forming when remote is there in a directory it should not write the directory&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2022 06:40:51 GMT</pubDate>
    <dc:creator>DataOrg</dc:creator>
    <dc:date>2022-03-09T06:40:51Z</dc:date>
    <item>
      <title>How to completely remove/not select the directory path if it "remote" in its folder structure?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-completely-remove-not-select-the-directory-path-if-it/m-p/588134#M103245</link>
      <description>&lt;P&gt;How to completely remove/not select the directory path if it "remote" in its folder structure&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my regex --- &lt;STRONG&gt;specification|Cu Req|Cu Spec|02 - Regulatory|\\*\\remote||&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;directory struture&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/specification/Cu Req/remote/value --- remove complete path&lt;/P&gt;
&lt;P&gt;/specification/system/&lt;STRONG&gt;val_remote&lt;/STRONG&gt;/cmd/system - &lt;STRONG&gt;remove since its has word as "remote"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;/specification/system/value/remote--- remove the path&lt;/P&gt;
&lt;P&gt;/specification /system/value/cmd/sys32 - consider&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 16:06:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-completely-remove-not-select-the-directory-path-if-it/m-p/588134#M103245</guid>
      <dc:creator>DataOrg</dc:creator>
      <dc:date>2022-03-09T16:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: To remove complete directory if a folder struture has a word "remote"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-completely-remove-not-select-the-directory-path-if-it/m-p/588145#M103246</link>
      <description>&lt;P&gt;If I understand correctly, you only want events where the directory field does not contain "remote"?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| regex directory!="remote"&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 09 Mar 2022 06:14:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-completely-remove-not-select-the-directory-path-if-it/m-p/588145#M103246</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-03-09T06:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: To remove complete directory if a folder struture has a word "remote"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-completely-remove-not-select-the-directory-path-if-it/m-p/588147#M103247</link>
      <description>&lt;P&gt;Need to remove the path before forming up in the file.&lt;/P&gt;&lt;P&gt;&lt;A href="https://regex101.com/r/xcKiSe/1" target="_blank"&gt;https://regex101.com/r/xcKiSe/1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 06:20:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-completely-remove-not-select-the-directory-path-if-it/m-p/588147#M103247</guid>
      <dc:creator>DataOrg</dc:creator>
      <dc:date>2022-03-09T06:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: To remove complete directory if a folder struture has a word "remote"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-completely-remove-not-select-the-directory-path-if-it/m-p/588149#M103248</link>
      <description>&lt;P&gt;I am not clear what you are trying to do here. Do you want to remove "remote" from a field, or remove events with "remote" in a field or something else?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 06:26:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-completely-remove-not-select-the-directory-path-if-it/m-p/588149#M103248</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-03-09T06:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: To remove complete directory if a folder struture has a word "remote"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-completely-remove-not-select-the-directory-path-if-it/m-p/588153#M103249</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;i am writing a script which only the specific directory is considered.&lt;/P&gt;&lt;P&gt;for example&amp;nbsp; the folder structure is formed like this&amp;nbsp; /spec/abs/remote&amp;nbsp; so while forming when remote is there in a directory it should not write the directory&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 06:40:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-completely-remove-not-select-the-directory-path-if-it/m-p/588153#M103249</guid>
      <dc:creator>DataOrg</dc:creator>
      <dc:date>2022-03-09T06:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: To remove complete directory if a folder struture has a word "remote"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-completely-remove-not-select-the-directory-path-if-it/m-p/588154#M103250</link>
      <description>&lt;P&gt;What has this to do with splunk?&lt;/P&gt;&lt;P&gt;What language are you writing the script in?&lt;/P&gt;&lt;P&gt;Where does the file path come from?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 06:44:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-completely-remove-not-select-the-directory-path-if-it/m-p/588154#M103250</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-03-09T06:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to completely remove/not select the directory path if it "remote" in its folder structure?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-completely-remove-not-select-the-directory-path-if-it/m-p/588329#M103271</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/45389"&gt;@DataOrg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share some example values ( as per your use cases) and expected output?&lt;/P&gt;&lt;P&gt;KV&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 03:51:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-completely-remove-not-select-the-directory-path-if-it/m-p/588329#M103271</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2022-03-10T03:51:31Z</dc:date>
    </item>
  </channel>
</rss>

