Help in getting the recorder filter to work for V1.5.5

Dear Group,
Could someone provide the filter that would be used to catch domain names that end in .com

I have been trying for several hours guessing at regex combinations that might work.
I have gotten the filter example (/**/*.css) offered in the documentation to work so I suspect my problem is poor understanding of regex. (I know the escape sequencing can be a nightmare once regex is interpreted thru java)

Example URL I am trying to isolate (which was lifted out of the recorder’s executed events pane):
http://graphite.wikidot.com/faq

My guess would be com

Much Thanks
Obbie Pet

Gatling 1 recorder filters only work on path, not full url. You have to upgrade to Gatling 2 snaphot.

But there’s other solutions, such as having the domains you’re not interested in recording bypass the proxy in your browser settings.