IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Set Processor
editSet Processor
editSets one field and associates it with the specified value. If the field already exists, its value will be replaced with the provided one.
Table 50. Set Options
Name | Required | Default | Description |
---|---|---|---|
|
yes |
- |
The field to insert, upsert, or update. Supports template snippets. |
|
yes |
- |
The value to be set for the field. Supports template snippets. |
|
no |
true |
If processor will update fields with pre-existing non-null-valued field. When set to |
|
no |
- |
Conditionally execute this processor. |
|
no |
- |
Handle failures for this processor. See Handling Failures in Pipelines. |
|
no |
|
Ignore failures for this processor. See Handling Failures in Pipelines. |
|
no |
- |
An identifier for this processor. Useful for debugging and metrics. |
{ "set": { "field": "host.os.name", "value": "{{os}}" } }