Add copy processor to table (#6585)
* Add copy processor to table Signed-off-by: Melissa Vagi <vagimeli@amazon.com> * Update _ingest-pipelines/processors/index-processors.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Melissa Vagi <vagimeli@amazon.com> --------- Signed-off-by: Melissa Vagi <vagimeli@amazon.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
This commit is contained in:
parent
d460767d25
commit
254e099a2f
|
@ -30,7 +30,8 @@ Processor type | Description
|
|||
:--- | :---
|
||||
`append` | Adds one or more values to a field in a document.
|
||||
`bytes` | Converts a human-readable byte value to its value in bytes.
|
||||
`convert` | Changes the data type of a field in a document.
|
||||
`convert` | Changes the data type of a field in a document.
|
||||
`copy` | Copies an entire object in an existing field to another field.
|
||||
`csv` | Extracts CSVs and stores them as individual fields in a document.
|
||||
`date` | Parses dates from fields and then uses the date or timestamp as the timestamp for a document.
|
||||
`date_index_name` | Indexes documents into time-based indexes based on a date or timestamp field in a document.
|
||||
|
|
Loading…
Reference in New Issue