From 138a7fc62203be0560d2e5736e4a68b4b1c2db05 Mon Sep 17 00:00:00 2001 From: AndyHunt66 Date: Wed, 23 Sep 2020 18:33:47 +0100 Subject: [PATCH] [Docs] Typo in table syntax (#20227) --- x-pack/filebeat/processors/decode_cef/docs/decode_cef.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/filebeat/processors/decode_cef/docs/decode_cef.asciidoc b/x-pack/filebeat/processors/decode_cef/docs/decode_cef.asciidoc index dcde727efba..8dbd0178831 100644 --- a/x-pack/filebeat/processors/decode_cef/docs/decode_cef.asciidoc +++ b/x-pack/filebeat/processors/decode_cef/docs/decode_cef.asciidoc @@ -30,7 +30,7 @@ The `decode_cef` processor has the following configuration settings. .Decode CEF options [options="header"] |====== -| Name | Required | Default | Description +| 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.