diff --git a/x-pack/filebeat/docs/inputs/input-cel.asciidoc b/x-pack/filebeat/docs/inputs/input-cel.asciidoc index c312752ce32..40fca2b829a 100644 --- a/x-pack/filebeat/docs/inputs/input-cel.asciidoc +++ b/x-pack/filebeat/docs/inputs/input-cel.asciidoc @@ -185,7 +185,7 @@ As noted above the `cel` input provides function, macro and global variables to ** https://pkg.go.dev/github.com/elastic/mito@v1.4.0/lib#hdr-Decode_JSON_Stream[Decode JSON Stream] * https://pkg.go.dev/github.com/elastic/mito@v1.4.0/lib#XML[XML] — the XML extension is initialized with XML schema definitions provided via the `xsd` configuration option. -** https://pkg.go.dev/github.com/elastic/mito@v1.4.0/lib#hdr-Decode_XML[Decode JSON] +** https://pkg.go.dev/github.com/elastic/mito@v1.4.0/lib#hdr-Decode_XML[Decode XML] * https://pkg.go.dev/github.com/elastic/mito@v1.4.0/lib#Limit[Limit] — the rate limit extension is initialized with https://pkg.go.dev/github.com/elastic/mito@v1.4.0/lib#OktaRateLimit[Okta (as "okta")] and the https://pkg.go.dev/github.com/elastic/mito@v1.4.0/lib#DraftRateLimit[Draft Rate Limit (as "draft")] policies. ** https://pkg.go.dev/github.com/elastic/mito@v1.4.0/lib#hdr-Rate_Limit[Rate Limit]