Favicon of skill-kql-queries

skill-kql-queries

AI Agent SkillPythonOpen source

[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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
93/100

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

Copy skill directory
  • Install or run with Copy skill directory

When to use skill-kql-queries

  • Use it for deployment.
  • Use it for data analysis.

Built with

PythonCopy skill directory

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.

Share:

Stars
5,279
Forks
680
Last commit
9 days ago
Repository age
6 years
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to skill-kql-queries