Fix typo on processor page. (#3903)

Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
This commit is contained in:
Naarcha-AWS 2023-04-27 18:58:54 -05:00 committed by GitHub
parent 196c750b55
commit 1259454b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
@ -48,4 +48,4 @@ The `convert_entry_type` processor converts the output received to the following
```json
{"message":"value","response_status":200}
```
```