Skip to content

Commit

Permalink
address review note elastic#1
Browse files Browse the repository at this point in the history
Co-Authored-By: DeDe Morton <dede.morton@elastic.co>
  • Loading branch information
kvch and dedemorton committed Dec 2, 2019
1 parent 5f5cf2e commit 46ce8a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libbeat/processors/actions/docs/truncate_fields.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[truncate-fields]]
=== Truncate fields

The `truncate_fields` truncates a field to a given size if bigger. If the size of the field is smaller than
The `truncate_fields` processor truncates a field to a given size. If the size of the field is smaller than
the limit, the field is left as is.

`fields`:: List of `from` and `to` pairs to copy from and to.
Expand All @@ -26,4 +26,3 @@ processors:
fail_on_error: false
ignore_missing: true
------------------------------------------------------------------------------

0 comments on commit 46ce8a4

Please sign in to comment.