11 lines
196 B
YAML
11 lines
196 B
YAML
type: filestream
|
|
paths:
|
|
{{ range $i, $path := .paths }}
|
|
- {{$path}}
|
|
{{ end }}
|
|
exclude_files: [".gz$"]
|
|
parsers:
|
|
- ndjson:
|
|
target: ""
|
|
keys_under_root: true
|
|
overwrite_keys: true |