Fixed split processor example
This commit is contained in:
parent
68f96868a6
commit
102a398d9f
|
@ -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>
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue