Collector logging formats - winlinvip/snowplow GitHub Wiki
HOME > [SNOWPLOW TECHNICAL DOCUMENTATION](Snowplow technical documentation) > Collectors
Different Snowplow collectors write Snowplow data to logs of different formats.
Here we document the different formats, and show which collectors generate what. This document should be used by anyone:
- Building a new collector, who would like to ensure it logs to a Snowplow supported format.
- Building an ETL module, to ensure that the ETL module can successfully read the raw Snowplow logs generated by each collector, and write them to the data structures used by the storage modules.
Logging formats | Description | Status | Collector |
---|---|---|---|
Cloudfront logs | Amazon's Cloudfront log formats with Amazon Cloudfront filename naming convention | Supported (both pre and post Sept 2012 formats) | Cloudfront Collector |
Tomcat access logs | Tomcat access logs with Amazon Elastic Beanstalk filename naming convention | Supported | Clojure Collector |
Snowplow Thrift raw event | Binary serialized Thrift events | Supported | Scala Stream Collector |
TO WRITE
## The Tomcat access log format (with Amazon Elastic Beanstalk filename naming convention)TO WRITE
## The Snowplow Thrift raw event formatTO WRITE