Skip to content

docs: add Kubernetes audit log guide - #52

Merged
OrlovEvgeny merged 1 commit into
lynxbase:mainfrom
floze-the-genius:docs/13-kubernetes-audit-log
Aug 14, 2026
Merged

docs: add Kubernetes audit log guide#52
OrlovEvgeny merged 1 commit into
lynxbase:mainfrom
floze-the-genius:docs/13-kubernetes-audit-log

Conversation

@floze-the-genius

Copy link
Copy Markdown
Contributor

Closes #13.

Summary

  • add a Kubernetes API audit-log guide using current LynxFlow v2 syntax
  • show how to identify anonymous requests and summarize source IPs and resources
  • count distinct auditID values after expanding sourceIPs so proxy chains do not inflate request totals
  • add a failed-request summary and document the trust limits of client-supplied fields
  • add the guide to the docs sidebar

Validation

  • built the current CLI and ran both documented queries against a three-event Kubernetes audit JSONL fixture
  • npm run build in docs/site
  • npm run typecheck in docs/site
  • go vet ./...
  • make docs-check-shippers

@OrlovEvgeny
OrlovEvgeny merged commit 7c4bf04 into lynxbase:main Aug 14, 2026
13 of 14 checks passed
@OrlovEvgeny

Copy link
Copy Markdown
Collaborator

Thank you for contributing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add example with Kubernetes Audit Log

2 participants