- 重要な情報
- はじめに
- 用語集
- ガイド
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- Service Management
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
Set up the kubernetes integration.
Detect when an unauthenticated request user is permitted in Kubernetes.
This rule monitors when any action is permitted (@http.status_code:[100 TO 299]
) for an unauthenticated user (@user.username:\"system:anonymous\"
).
The /livez
and /readyz
endpoints are commonly accessed unauthenticated and are excluded in the query filter.