From 43c78fbf35bd3eac73943fcb6b2d0d5cf8fb521a Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 12:01:49 +1030 Subject: [PATCH] x-pack/filebeat/input/cel: fix doc entry title indentation (#34861) (#34863) (cherry picked from commit 0c6f61d0432cfdacb88e326438ebc3a43aa15066) Co-authored-by: Dan Kortschak <90160302+efd6@users.noreply.github.com> --- x-pack/filebeat/docs/inputs/input-cel.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/filebeat/docs/inputs/input-cel.asciidoc b/x-pack/filebeat/docs/inputs/input-cel.asciidoc index 89f3014bcd1..fa02ec12ce6 100644 --- a/x-pack/filebeat/docs/inputs/input-cel.asciidoc +++ b/x-pack/filebeat/docs/inputs/input-cel.asciidoc @@ -265,7 +265,7 @@ Duration between repeated requests. It may make additional pagination requests i [[program-cel]] [float] -=== `program` +==== `program` The CEL program that is executed each polling period. This field is required. @@ -302,7 +302,7 @@ filebeat.inputs: [[regexp-cel]] [float] -=== `regexp` +==== `regexp` A set of named regular expressions that may be used during a CEL program's execution using the `regexp` extension library. The syntax used for the regular expressions is https://github.com/google/re2/wiki/Syntax[RE2].