-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x-pack/filebeat/docs/inputs/cel: fix copy paste error (#36063)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -185,7 +185,7 @@ As noted above the `cel` input provides function, macro and global variables to | |
** https://pkg.go.dev/github.com/elastic/[email protected]/lib#hdr-Decode_JSON_Stream[Decode JSON Stream] | ||
|
||
* https://pkg.go.dev/github.com/elastic/[email protected]/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/[email protected]/lib#hdr-Decode_XML[Decode JSON] | ||
** https://pkg.go.dev/github.com/elastic/[email protected]/lib#hdr-Decode_XML[Decode XML] | ||
|
||
* https://pkg.go.dev/github.com/elastic/[email protected]/lib#Limit[Limit] — the rate limit extension is initialized with https://pkg.go.dev/github.com/elastic/[email protected]/lib#OktaRateLimit[Okta (as "okta")] and the https://pkg.go.dev/github.com/elastic/[email protected]/lib#DraftRateLimit[Draft Rate Limit (as "draft")] policies. | ||
** https://pkg.go.dev/github.com/elastic/[email protected]/lib#hdr-Rate_Limit[Rate Limit] | ||
|