whizard-logging
Use when working with WizTelemetry Logging extension for KubeSphere, including installation, configuration, and log query API
npx skills add kubesphere/kubesphere --skill whizard-logging --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# WizTelemetry Logging ## Overview WizTelemetry Logging is an extension component in the KubeSphere Observability Platform for log collection, processing, and storage. ## When to Use - Installing or configuring the WizTelemetry Logging extension - Understanding log collection architecture (container logs + disk log collection) - Using the log query API to query logs ## Components | Component | Description | Default Enabled | |-----------|-------------|-----------------| | vector-logging | Container log collection (collects stdout/stderr from Docker/Containerd) | true | | logsidecar-injector | Disk log collection (collects logs from files inside containers) | false | ## Dependencies - **WizTelemetry Platform Service** (whizard-telemetry): Required - **WizTelemetry Data Pipeline** (vector): Required - **OpenSearch** (opensearch): Required ## Installation ### Prerequisites **REQUIRED: Complete all steps in order before generating InstallPlan.** #### Step 1: Get Available Clusters and Confirm Target **⚠️ CRITICAL: DO NOT proceed until target clusters are determined.** **Step 1.1: Get available clusters** ```bash kubectl get clusters -o jsonpath='{.items[*].metadata.name}' ``` **Step 1.
- Overview
- When to Use
- Components
- Dependencies
- Installation
- Prerequisites
- Install WizTelemetry Logging
- Configuration Parameters
- Logsidecar Injector Parameters
- Vector Logging Parameters
- Log Query API
- Query Logs
- Extension Operations
- Check Extension Status
kubectl get clusters -o jsonpath='{.items[*].metadata.name}'
kubectl get extensionversions -l kubesphere.io/extension-ref=whizard-logging -o jsonpath='{range .items[*]}{.spec.version}{"\n"}{end}' | sort -V | tail -1
kubectl get installplan whizard-logging
kubectl get extensionversions -l kubesphere.io/extension-ref=whizard-logging
kubectl delete installplan whizard-loggingWhat does the whizard-logging skill do?
Use when working with WizTelemetry Logging extension for KubeSphere, including installation, configuration, and log query API
How do I install it?
Run `npx skills add kubesphere/kubesphere --skill whizard-logging --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From kubesphere/kubesphere, a repository with 17,016 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
