URL Decode
editURL Decode
editThe urldecode
processor specifies a list of fields to decode from URL encoded
format.
Example
editIn this example, field1
is decoded in field2
.
- urldecode: fields: - from: "field1" to: "field2" ignore_missing: false fail_on_error: true
Configuration settings
editElastic Agent processors execute before ingest pipelines, which means that your processor configurations cannot refer to fields that are created by ingest pipelines or Logstash. For more limitations, refer to What are some limitations of using processors?
Name | Required | Default | Description |
---|---|---|---|
|
Yes |
Contains:
|
|
|
No |
|
Whether to ignore missing keys. If |
|
No |
|
Whether to fail if an error occurs. If |
See Conditions for a list of supported conditions.