Skip to content

Commit 36a306d

Browse files
authored
Merge pull request #18 from wikirate/update-wikirate-config
Add missing config to split transformation for corporate_identifiers …
2 parents b00041f + 6ac42e6 commit 36a306d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pipeline/wikirate.conf

+3
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ filter {
9696
mutate {
9797
remove_field => ["@version", "@timestamp", "action_type"]
9898
}
99+
mutate {
100+
split => { "corporate_identifiers" => "," }
101+
}
99102
}
100103

101104
output {

0 commit comments

Comments
 (0)