* Add DLQ and aggregate processor edits. Baseline processor names Signed-off-by: Naarcha-AWS <[email protected]> * Remove processor from titles Signed-off-by: Naarcha-AWS <[email protected]> * Update dlq.md Signed-off-by: Naarcha-AWS <[email protected]> * Add additional feedback Signed-off-by: Naarcha-AWS <[email protected]> * add cross links Signed-off-by: Naarcha-AWS <[email protected]> * Fix typos Signed-off-by: Naarcha-AWS <[email protected]> * Add doc review Signed-off-by: Naarcha-AWS <[email protected]> * Remove link Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Update dlq.md Signed-off-by: Naarcha-AWS <[email protected]> * Fix processor title Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]>
755 B
755 B
layout, title, parent, grand_parent, nav_order
| layout | title | parent | grand_parent | nav_order |
|---|---|---|---|---|
| default | lowercase_string | Processors | Pipelines | 60 |
lowercase_string
The lowercase_string processor converts a string to its lowercase counterpart and is a mutate string processor. The following table describes options for configuring the lowercase_string processor to convert strings to a lowercase format.
| Option | Required | Type | Description |
|---|---|---|---|
| with_keys | Yes | List | A list of keys to convert to lowercase. |