Small typo fix in the docs. (#22180)
There is a small typo in the convert processor code example.
This commit is contained in:
parent
0c0353fc7d
commit
152efe95e6
|
@ -767,7 +767,7 @@ such a case, `target_field` will still be updated with the unconverted field val
|
|||
--------------------------------------------------
|
||||
{
|
||||
"convert": {
|
||||
"field" : "foo"
|
||||
"field" : "foo",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue