
Austin Sandland
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Austin Sandland-
Austin Sandland commented,
Hey Azriel, That worked! Thanks for your help! | domain as domain_lookup| parse regex field=domain_lookup"(?<tld1>[^\.]*)(?=$)"
-
Austin Sandland commented,
| domain as domain_lookup| parse regex field=domain_lookup"(?<tld1>[^\.]*)(?=\s)" No search results found. Any other ideas?
-
Austin Sandland commented,
Hey Azriel, That is also not working. The log is tab delimited. | domain as domain_lookup| parse regex field=domain_lookup"(?<tld1>[^\.]*)(?=\t)" This search came back with www. for example, not ....
-
Austin Sandland created a post,
TLD Parser
Hello there, I am looking to find TLD's in the logs, and I am struggling to build the right query. | domain as domain_lookup| parse field=domain_lookup "*.*.*" as d, tld, tld1The issue that I am r...