Stripping prepended URL info

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Stripping prepended URL info

L4 Transporter

Does MM have the ability to remove HTTP://  and/or  HTTPS://  from a list of URL's before creating the output file for EDL?

1 accepted solution

Accepted Solutions

L4 Transporter

The answer is 'yes'. Here's the regex that worked for me:

 

indicator:
    regex: ^(http[s]*:\/\/)(.*)
    transform: \2

 

View solution in original post

4 REPLIES 4

L4 Transporter

The answer is 'yes'. Here's the regex that worked for me:

 

indicator:
    regex: ^(http[s]*:\/\/)(.*)
    transform: \2

 

L5 Sessionator

Hi @kwall00,

 

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 ( https://live.paloaltonetworks.com/t5/MineMeld-Articles/Parameters-for-the-output-feeds/ta-p/146170 )

 

This might be a better solution if you need to share the feed between consumers that have different preferences regarding the protocol prefix.

@kwall00 

 

Where do you actually add this regex? I have a need for this, but without using the v=panosurl method.

Hi @xhoms 

 

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?

  • 1 accepted solution
  • 6539 Views
  • 4 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!