Github user cestella commented on the issue:

    https://github.com/apache/incubator-metron/pull/142
  
    I have modified the squid parser to use the MTL transformer to extract the 
subdomain-less hostname rather than using grok.  So, in order to test this, you 
should be able to 
    * create the `squid` kafka topic
    * run the squid parser
    * pump data from the squid logs through using the console producer
    * Look at the `enrichment` kafka topic and verify the messages coming out 
have
       * `url` : the full URL
       * `full_hostname` : the full hostname of the URL
       * `domain_without_subdomains` : the domain without subdomains
    
    This is an improvement of the original functionality since it only stripped 
off the `www` if it exists.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to