- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-19-2018 07:03 PM
The answer is 'yes'. Here's the regex that worked for me:
indicator: regex: ^(http[s]*:\/\/)(.*) transform: \2
08-19-2018 07:03 PM
The answer is 'yes'. Here's the regex that worked for me:
indicator: regex: ^(http[s]*:\/\/)(.*) transform: \2
08-21-2018 12:27 AM
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.
01-27-2021 11:19 AM
Where do you actually add this regex? I have a need for this, but without using the v=panosurl method.
01-27-2021 11:23 AM
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?
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!