Sign in

All the experts

Run a Linux command

Hello World

Troubleshooting: Server is not reachable or unable to connect

Check if a URL is reachable

Add credentials for various integrations

What is an "Expert"? How do we create our own expert?

Add Jenkins credentials

Add a key-value pair

Add credentials for various integrations

Add AWS credentials

Add Jira credentials

Add Slack credentials

Add Grafana credentials

Add Azure credentials

Add GitHub credentials

Process Grafana Alerts

Managing workspaces and access control

DagKnows Architecture Overview

Managing Proxies

Setting up SSO via Azure AD for Dagknows

All the experts

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?

Docusign Integration Tasks

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

Sample selenium script

update the EKS versions in different clusters

AI agent session 2024-09-12T09:36:14-07:00 by Sarang Dharmapurikar

Install kubernetes on an ec2 instance ubuntu 20.04 using kubeadm and turn this instance into a master node.

Turn an ec2 instance, ubuntu 20.04 into a kubeadm worker node. Install necessary packages and have it join the cluster.

Install Docker

Parse EDN content and give a JSON out

GitHub related tasks

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

Add credentials for various integrations

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
  1. 1

    Add AWS credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set AWS_ACCESS_KEY_ID --value <AWS_ACCESS_KEY_ID> --role <proxyrole> dkv keys set AWS_SECRET_ACCESS_KEY --value <AWS_SECRET_ACCESS_KEY> --role <proxyrole>
    copied
    1
  2. 2

    Add Jira credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set JIRA_BASE_URL --value <JIRA_BASE_URL> --role <proxyrole> dkv keys set JIRA_USER_NAME --value <JIRA_USER_NAME> --role <proxyrole> dkv keys set JIRA_API_KEY --value <JIRA_API_KEY> --role <proxyrole>
    copied
    2
  3. 3

    Add Slack credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set SLACK_API_TOKEN --value <SLACK_API_TOKEN> --role <proxyrole>
    copied
    3
  4. 4

    Add Grafana credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set GRAFANA_URL --value <GRAFANA_URL> --role <proxyrole> dkv keys set GRAFANA_USERNAME --value <GRAFANA_USERNAME> --role <proxyrole> dkv keys set GRAFANA_PASSWORD --value <GRAFANA_PASSWORD> --role <proxyrole>
    copied
    4
  5. 5

    Add Azure credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set AZURE_TENANT_ID --value <AZURE_TENANT_ID> --role <proxyrole> dkv keys set AZURE_CLIENT_ID --value <AZURE_CLIENT_ID> --role <proxyrole> dkv keys set AZURE_CLIENT_SECRET --value <AZURE_CLIENT_SECRET> --role <proxyrole>
    copied
    5
  6. 6

    Add GitHub credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set GITHUB_REPO_OWNER --value <GITHUB_REPO_OWNER> --role <proxyrole> dkv keys set GITHUB_TOKEN --value <GITHUB_TOKEN> --role <proxyrole>
    copied
    6
  7. 7

    Add Jenkins credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set JENKINS_URL --value <JENKINS_URL> --role <proxyrole> dkv keys set JENKINS_USERNAME --value <JENKINS_USERNAME> --role <proxyrole> dkv keys set JENKINS_API_TOKEN --value <JENKINS_API_TOKEN> --role <proxyrole>
    copied
    7
  8. 8

    Add Datadog credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set DATADOG_API_KEY --value <DATADOG_API_KEY> --role <proxyrole> dkv keys set DATADOG_APPLICATION_KEY --value <DATADOG_APPLICATION_KEY> --role <proxyrole>
    copied
    8
  9. 9

    Add Pagerduty credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set PGDUTY_API_KEY --value <PGDUTY_API_KEY> --role <proxyrole> dkv keys set PGDUTY_USER_EMAIL --value <PGDUTY_USER_EMAIL> --role <proxyrole>
    copied
    9
  10. 10

    Add Thanos credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set THANOS_QUERY_URL --value <THANOS_QUERY_URL> --role <proxyrole>
    copied
    10
  11. 11

    Add Prometheus credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set PROMETHEUS_QUERY_URL --value <PROMETHEUS_QUERY_URL> --role <proxyrole>
    copied
    11
  12. 12

    Add a key-value pair

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This command allows you to create a key-value pair

    Inputs:

    • key: The key to store
    • value: The value associated with the key
    • proxyrole: The role under which this key value pair is stored
    dkv keys set <key> --value <value> --role <proxyrole>
    copied
    12