Update KFL reference pages to match kfl2 specification#94
Open
alongir wants to merge 1 commit into
Open
Conversation
- Rewrite v2/kfl2.md with complete variable reference: add GraphQL, WebSocket, SCTP, ICMP, L4 connection/flow tracking, capture source, cross-reference, and resolution status variables - Add missing Kafka fields (kafka_api_key_name, kafka_request_summary), Redis total_size, HTTP header sizes, DNS sizes, TLS total_size - Add map_get() function docs and fix unsafe label access examples - Add type safety, default values, and negation sections - Add time functions (now(), timestamp(), duration()) with modern examples - Rewrite filtering.md from outdated KFL1 syntax (and/or, response.status, r"..." regex) to KFL2 CEL syntax with pointer to full reference - Update display_filters.md time example to use duration()
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
map_get(), time functions (now(),timestamp(),duration()), type safety, default values, and negation sections. Fixes unsafe label access examples.and/or,response.status,r"..."regex, old helpers likedatetime(),json(),xml(),redact()) with modern KFL2/CEL syntax and a pointer to the full reference.duration()instead of raw microseconds.Test plan