Created
February 18, 2020 02:38
-
-
Save bmorelli25/7e13859d709738d80084625bb0dc4eb0 to your computer and use it in GitHub Desktop.
Input example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- type: log | |
enabled: true | |
exclude_lines: ['^\[\{','^\s*\}'] | |
paths: | |
- /Users/brandonmorelli/Downloads/BrandonMorelli/user-site-export/heart_rate*.json | |
multiline.pattern: '[[:space:]]*"dateTime"' | |
multiline.negate: true | |
multiline.match: after | |
processors: | |
- add_fields: | |
target: fb | |
fields: | |
type: "heart-rate" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment