changeset 17 | 4d9c23cdfa82 |
parent 16 | e5add18ddc33 |
child 18 | 53998b9969ad |
16:e5add18ddc33 | 17:4d9c23cdfa82 |
---|---|
1 { |
|
2 "description": "Extract attachments informations", |
|
3 "processors": [ |
|
4 { |
|
5 "foreach": { |
|
6 "field": "attachments", |
|
7 "processor": { |
|
8 "attachment": { |
|
9 "field": "_ingest._value.content", |
|
10 "target_field": "_ingest._value.attachment", |
|
11 "ignore_missing": true |
|
12 } |
|
13 } |
|
14 } |
|
15 } |
|
16 ] |
|
17 } |