Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Sync docs from muatate#26
  • Loading branch information
suyograo committed May 12, 2015
commit 0051bee3edfc3d0b4d6490c2dd00b1e8ddfc042a
10 changes: 6 additions & 4 deletions docs/plugins/filters/mutate.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,12 @@ integer. If the field value is an array, all members will be converted.
If the field is a hash, no action will be taken.

If the conversion type is `boolean`, the acceptable values are:
**True:** `true`, `t`, `yes`, `y`, and `1`
**False:** `false`, `f`, `no`, `n`, and `0`
"true" and "false". If a value other than these is provided, it will
pass straight through and log a warning message.

* **True:** `true`, `t`, `yes`, `y`, and `1`
* **False:** `false`, `f`, `no`, `n`, and `0`

If a value other than these is provided, it will pass straight through
and log a warning message.

Valid conversion targets are: integer, float, string, and boolean.

Expand Down