Fixed split processor example

This commit is contained in:
Clinton Gormley 2016-04-19 14:11:45 +02:00
parent 68f96868a6
commit 102a398d9f
1 changed files with 1 additions and 1 deletions

View File

@ -1208,7 +1208,7 @@ Splits a field into an array using a separator character. Only works on string f
--------------------------------------------------
{
"split": {
"field": ",",
"field": "my_field",
"separator": "\\s+" <1>
}
}