skill-kql-queries
[Skill] kql, queries, log analytics, container logs - KQL query templates for Koji container logs, pod errors, restarts, Kubernetes events, build job activity, and node resource usage via Log Analytics. Published by microsoft in azurelinux.
What is skill-kql-queries?
[Skill] kql, queries, log analytics, container logs - KQL query templates for Koji container logs, pod errors, restarts, Kubernetes events, build job activity, and node resource usage via Log Analytics. Published by microsoft in azurelinux. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Data analysis
- Deployment use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use skill-kql-queries
- Use it for deployment.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/azurelinux
- Skill file: .github/skills/skill-kql-queries/SKILL.md
What it does
[Skill] kql, queries, log analytics, container logs - KQL query templates for Koji container logs, pod errors, restarts, Kubernetes events, build job activity, and node resource usage via Log Analytics.
Skill instructions
Koji KQL Log Queries Tools | Tool | Purpose | |------|---------| | monitorworkspacelogquery | KQL queries across entire Log Analytics workspace | | monitorresourcelogquery | KQL queries scoped to a specific resource | | monitortablelist | List available tables in the workspace | Koji pod namespace Koji pods run in the default namespace. Always filter: - Namespace == "default" (KubePodInventory, KubeEvents) - PodNamespace == "default" (ContainerLogV2) - Combine with: Name startswith "koji-" or PodName startswith "koji-" Query reference Pod health and status kql KubePodInventory | where Namespace == "default" | where Name startswith "koji-" | summarize argmax(TimeGenerated, ) by Name | project TimeGenerated, Name, ContainerStatus, ContainerRestartCount, PodRestartCount | order by Name asc Container errors (all Koji pods) kql ContainerLogV2 | where PodNamespace == "default" | where PodName startswith "koji-" | where LogLevel == "error" or LogMessage contains "ERROR" or LogMessage contains
Explore related resources
Frequently asked questions
What is skill-kql-queries?
skill-kql-queries is a open-source AI agent skill with Copy skill directory. [Skill] kql, queries, log analytics, container logs - KQL query templates for Koji container logs, pod errors, restarts, Kubernetes events, build job activity, and node resource usage via Log Analytics.
Who is skill-kql-queries best for?
skill-kql-queries is best for reusing agent instructions, scripts, and references, deployment workflows, data analysis workflows.
How do I install skill-kql-queries?
Install or run skill-kql-queries using Copy skill directory. Check skill-kql-queries for the latest setup command.
Is skill-kql-queries actively maintained?
skill-kql-queries may need a closer maintenance check before production use.
Auto-fetched from GitHub.