Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.33 KB

File metadata and controls

41 lines (33 loc) · 1.33 KB
applies_to
serverless stack
ga
ga 9.4+
products
id
observability
id
elasticsearch
id
kibana
id
cloud-serverless
id
cloud-hosted
id
cloud-enterprise
id
cloud-kubernetes
id
elastic-stack
description Convert a string field to lowercase with the Streams lowercase processor in Streamlang.

Lowercase processor [streams-lowercase-processor]

The Lowercase processor converts a string field to lowercase.

To convert a field to lowercase:

  1. Select CreateCreate processor.
  2. Select Lowercase from the Processor menu.
  3. Set the Source Field to the field you want to convert.
  4. (Optional) Set Target field to write the result to a different field.

YAML reference [streams-lowercase-yaml-reference]

In YAML mode, configure the lowercase processor using the following parameters. For the complete Streamlang syntax, refer to the Streamlang reference.

Parameter Type Required Description
from string Yes Source field.
to string No Target field. Defaults to the source field.
ignore_missing boolean No When true, skip this processor if the source field is missing.
- action: lowercase
  from: attributes.method