<?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: Stripping prepended URL info in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/stripping-prepended-url-info/m-p/227547#M95467</link>
    <description>&lt;P&gt;The answer is 'yes'. Here's the regex that worked for me:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;indicator:
    regex: ^(http[s]*:\/\/)(.*)
    transform: \2&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Aug 2018 02:03:04 GMT</pubDate>
    <dc:creator>kwall00</dc:creator>
    <dc:date>2018-08-20T02:03:04Z</dc:date>
    <item>
      <title>Stripping prepended URL info</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/stripping-prepended-url-info/m-p/227278#M95466</link>
      <description>&lt;P&gt;Does MM have the ability to remove HTTP://&amp;nbsp; and/or&amp;nbsp; HTTPS://&amp;nbsp; from a list of URL's before creating the output file for EDL?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 13:08:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/stripping-prepended-url-info/m-p/227278#M95466</guid>
      <dc:creator>kwall00</dc:creator>
      <dc:date>2018-08-16T13:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Stripping prepended URL info</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/stripping-prepended-url-info/m-p/227547#M95467</link>
      <description>&lt;P&gt;The answer is 'yes'. Here's the regex that worked for me:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;indicator:
    regex: ^(http[s]*:\/\/)(.*)
    transform: \2&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 02:03:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/stripping-prepended-url-info/m-p/227547#M95467</guid>
      <dc:creator>kwall00</dc:creator>
      <dc:date>2018-08-20T02:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Stripping prepended URL info</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/stripping-prepended-url-info/m-p/227700#M95468</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/36929"&gt;@kwall00&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you're using a feed output node (based on the minemeld.ft.redis.RedisSet class) then you can use the "v=panosurl" URL attribute to achieve the same result ( &lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Articles/Parameters-for-the-output-feeds/ta-p/146170" target="_self"&gt;https://live.paloaltonetworks.com/t5/MineMeld-Articles/Parameters-for-the-output-feeds/ta-p/146170&lt;/A&gt; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This might be a better solution if you need to share the feed between consumers that have different preferences regarding the protocol prefix.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 07:27:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/stripping-prepended-url-info/m-p/227700#M95468</guid>
      <dc:creator>xhoms</dc:creator>
      <dc:date>2018-08-21T07:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Stripping prepended URL info</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/stripping-prepended-url-info/m-p/382384#M95469</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/36929"&gt;@kwall00&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where do you actually add this regex? I have a need for this, but without using the&amp;nbsp;&lt;SPAN&gt;v=panosurl method.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 19:19:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/stripping-prepended-url-info/m-p/382384#M95469</guid>
      <dc:creator>Jaymz_Mynes</dc:creator>
      <dc:date>2021-01-27T19:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Stripping prepended URL info</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/stripping-prepended-url-info/m-p/382397#M95470</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/6710"&gt;@xhoms&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I actually have a need to use the regular expression mentioned above, but not quite sure how to configure this in Minemeld. Any tips for a somewhat noob to Minemeld?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 19:23:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/stripping-prepended-url-info/m-p/382397#M95470</guid>
      <dc:creator>Jaymz_Mynes</dc:creator>
      <dc:date>2021-01-27T19:23:58Z</dc:date>
    </item>
  </channel>
</rss>

