Skip to content

Commit 28dc73b

Browse files
committed
weko#20604 remove content.file
1 parent 8643e1d commit 28dc73b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/populate-instance.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,16 @@ curl -XPUT 'http://elasticsearch:9200/_ingest/pipeline/item-file-pipeline' -H 'C
127127
}
128128
}
129129
}
130+
},
131+
{
132+
"foreach": {
133+
"field": "content",
134+
"processor": {
135+
"remove": {
136+
"field": "_ingest._value.file"
137+
}
138+
}
139+
}
130140
}
131141
]
132142
}'

0 commit comments

Comments
 (0)