Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #889 from mozilla-services/feat/issue-888
Browse files Browse the repository at this point in the history
feat: update parquet schema for unified parquet logging
  • Loading branch information
jrconlin authored May 5, 2017
2 parents c7e6c47 + c3047e1 commit e67306a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-- vim:ft=lua
message_matcher = "(Type == 'autopush.autoendpoint.docker.autoendpoint' || Type == 'autopush.autopush.docker.autopush')"
message_matcher = message_matcher .. " && (Fields[Fields.message] == 'Successful delivery' || Fields[Fields.message] == 'Router miss, message stored.' || Fields[Fields.message] == 'Request timings'"
message_matcher = message_matcher .. " || Fields[Fields.message] == 'hello' || Fields[Fields.message] == 'Register' || Fields[Fields.message] == 'Unregister' || Fields[Fields.message] == 'Ack' || Fields[Fields.message] == 'Nack')"

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
message_matcher = 'FALSE'

parquet_schema = 'message Log {}'

0 comments on commit e67306a

Please sign in to comment.