Skip to content

Commit

Permalink
Added info about ability to overwrite (#29944) (#30117)
Browse files Browse the repository at this point in the history
* Added info about ability to overwrite
Co-authored-by: Brandon Morelli <[email protected]>
Co-authored-by: DeDe Morton <[email protected]>

Co-authored-by: mr1716 <[email protected]>
  • Loading branch information
dedemorton and mr1716 authored Feb 1, 2022
1 parent 4b8c8aa commit 3ef3eaf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libbeat/processors/actions/docs/add_fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
++++

The `add_fields` processor adds additional fields to the event. Fields can be
scalar values, arrays, dictionaries, or any nested combination of these. By
default the fields that you specify will be grouped under the `fields`
scalar values, arrays, dictionaries, or any nested combination of these.
The `add_fields` processor will overwrite the target field if it already exists.
By default the fields that you specify will be grouped under the `fields`
sub-dictionary in the event. To group the fields under a different
sub-dictionary, use the `target` setting. To store the fields as
top-level fields, set `target: ''`.
Expand Down

0 comments on commit 3ef3eaf

Please sign in to comment.