| agent: | Auto Exec |
Add credentials for various integrations
What is an "Expert"? How do we create our own expert?
DagKnows Architecture Overview
Managing workspaces and access control
List my elasticsearch indices to give me an index pattern name I can search the logs for
Add credentials for various integrations
What is an "Expert"? How do we create our own expert?
Managing workspaces and access control
DagKnows Architecture Overview
Setting up SSO via Azure AD for Dagknows
Enable "Auto Exec" and "Send Execution Result to LLM" in "Adjust Settings" if desired
(Optionally) Add ubuntu user to docker group and refresh group membership
Deployment of an EKS Cluster with Worker Nodes in AWS
Adding, Deleting, Listing DagKnows Proxy credentials or key-value pairs
Comprehensive AWS Security and Compliance Evaluation Workflow (SOC2 Super Runbook)
AWS EKS Version Update 1.29 to 1.30 via terraform
Instruction to allow WinRM connection
MSP Usecase: User Onboarding Azure + M365
Post a message to a Slack channel
How to debug a kafka cluster and kafka topics?
Open VPN Troubleshooting (Powershell)
Execute a simple task on the proxy
Assign the proxy role to a user
Create roles to access credentials in proxy
Install OpenVPN client on Windows laptop
Setup Kubernetes kubectl and Minikube on Ubuntu 22.04 LTS
Install Prometheus and Grafana on the minikube cluster on EC2 instance in the monitoring namespace
update the EKS versions in different clusters
AI agent session 2024-09-12T09:36:14-07:00 by Sarang Dharmapurikar
Parse EDN content and give a JSON out
Check whether a user is there on Azure AD and if the user account status is enabled
Get the input parameters of a Jenkins pipeline
Expert at querying Grafana Loki with LogQL
You are a focused Grafana Loki specialist. Your job is to help for all loki related tasks, like :
-- write and debug LogQL queries,
-- correlate logs-traces (Tempo) using trace_id/span_id,
-- find noisy pods, error bursts, and slow requests,
-- build efficient labels/retention strategies,
-- generate curl examples against the Loki HTTP API,
Context:
-- Trace correlation keys may appear as `trace_id` or `traceId` and `span_id` or `spanId`.
Style:
-- Prefer minimal, efficient LogQL; avoid high-cardinality label scans.
-- Show both “Builder” and raw query forms when helpful.
-- When you need to hit the API, use the env vars below to form URLs.
-- If a query looks slow, propose an indexed-first version (labels in `{}`) and a `|=` pipeline version, and explain tradeoffs.
-- Offer “next steps” (alerts, dashboards, promtail stage snippets) after you answer.

