Skip to content

Commit

Permalink
Add missing table header in CEF processor docs (elastic#14397)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansr authored Nov 6, 2019
1 parent ee37bc1 commit ebc49cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libbeat/docs/processors-using.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@ The `decode_cef` processor has the following configuration settings.
.Decode CEF options
[options="header"]
|======
| Name | Required | Default | Description
| `field` | no | message | Source field containing the CEF message to be parsed. |
| `target_field` | no | cef | Target field where the parsed CEF object will be written. |
| `ecs` | no | true | Generate Elastic Common Schema (ECS) fields from the CEF data.
Expand Down

0 comments on commit ebc49cf

Please sign in to comment.