Fix typo on processor page. (#3903)
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
This commit is contained in:
parent
196c750b55
commit
1259454b73
@ -6,7 +6,7 @@ grand_parent: Pipelines
|
|||||||
nav_order: 47
|
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.
|
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
|
```json
|
||||||
{"message":"value","response_status":200}
|
{"message":"value","response_status":200}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user