Skip to content

Instantly share code, notes, and snippets.

@bmorelli25
Created February 18, 2020 02:38
Show Gist options
  • Save bmorelli25/7e13859d709738d80084625bb0dc4eb0 to your computer and use it in GitHub Desktop.
Save bmorelli25/7e13859d709738d80084625bb0dc4eb0 to your computer and use it in GitHub Desktop.
Input example
- 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