Skip to content

Commit

Permalink
Add copy processor to table (opensearch-project#6585)
Browse files Browse the repository at this point in the history
* Add copy processor to table

Signed-off-by: Melissa Vagi <[email protected]>

* Update _ingest-pipelines/processors/index-processors.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>

---------

Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
  • Loading branch information
vagimeli and kolchfa-aws authored Mar 5, 2024
1 parent d460767 commit 254e099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _ingest-pipelines/processors/index-processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 254e099

Please sign in to comment.