| agent: | Auto Exec |
Search and retrieve recent logs from Elasticsearch for specific services containing target keywords.
List my elasticsearch indices to give me an index pattern name I can search the logs for
Summarize all recent exceptions and errors for a given set of service or services in jaeger.
Identify slow or high latency traces for a given service or list of services in jaeger
List all my services in jaeger excludes system related services
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
Trace-based log analysis across microservices or services in Elasticsearch for distributed request tracking using problematic trace_ids from jaeger
This workflow queries Elasticsearch to retrieve logs related to a specific trace ID for example: (15fc0a6356862952ddfcdabf0983d53d) say from OpenTelemetry data over the last 60 minutes. It searches across multiple fields including traceId, attributes.otelTraceID, spanId, and message body to capture all related log entries. The results are sorted chronologically and limited to the number set by limit, displaying key fields like timestamp, service name, pod name, severity, and message body.
Additionally, it provides per-service log counts to visualize the end-to-end request flow across different microservices in the distributed system. Use trace_id to track the request flow across multiple services.

