Skip to content

Commit

Permalink
Fix typo on processor page. (opensearch-project#3903)
Browse files Browse the repository at this point in the history
Signed-off-by: Naarcha-AWS <[email protected]>
  • Loading branch information
Naarcha-AWS authored and harshavamsi committed Oct 31, 2023
1 parent ae5d016 commit 0926d71
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Pipelines
nav_order: 47
---

# convert_entry_type_type
# convert_entry_type

The `convert_entry_type` processor converts a value type associated with the specified key in a event to the specified type. It is a casting processor that changes the types of some fields in events. Some data must be converted to a different type, such as an integer to a double, or a string to an integer, so that it will pass the events through condition-based processors or perform conditional routing.

Expand Down Expand Up @@ -48,4 +48,4 @@ The `convert_entry_type` processor converts the output received to the following

```json
{"message":"value","response_status":200}
```
```

0 comments on commit 0926d71

Please sign in to comment.