docs/attachment.json
changeset 17 4d9c23cdfa82
parent 16 e5add18ddc33
child 18 53998b9969ad
--- a/docs/attachment.json	Wed Jul 12 12:03:17 2017 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-{
-	"description": "Extract attachments informations",
-	"processors": [
-		{
-			"foreach": {
-				"field": "attachments",
-				"processor": {
-					"attachment": {
-						"field": "_ingest._value.content",
-						"target_field": "_ingest._value.attachment",
-						"ignore_missing": true
-					}
-				}
-			}
-		}
-	]
-}