http://drdroid.io/ logo
Join Slack
Powered by
# general
  • r

    Rami Stern

    06/05/2024, 9:09 AM
    👋 Hi everyone!, how can I add support for MySql? or other integrations?
    s
    • 2
    • 5
  • s

    Siddarth Jain

    06/07/2024, 2:35 AM
    Hello everyone, we are working on a major update to the platform with conditionals. Would love to get your inputs on it. https://github.com/DrDroidLab/PlayBooks/discussions/221 Cover image
    • 1
    • 1
  • s

    Siddarth Jain

    06/07/2024, 5:50 AM
    Release Update 📣 tl;dr Our latest release v1.2.0 supports multiple connectors of same data source now. We have also added new integrations in this release: Azure Log Analytics, iFrame, Grafana custom query, Trino. Details here: https://github.com/DrDroidLab/PlayBooks/discussions/223 <!here>
    ✅ 1
    👍 1
    🙌 1
  • s

    Siddarth Jain

    06/24/2024, 3:22 PM
    Hello everyone! With our release today 📣, we have made a couple of significant updates: 1. Support for hierarchical PlayBooks in line with our previous discussion. 2. Execution sessions to save investigation timelines automatically. 3. Integration for MS Teams & GKE. Watch a short overview of the updates here:

    https://youtu.be/LDuJcPIQRXo?si=hrc5smzah6Khlxts▾

    We are looking for inputs on our latest discussion related to context propagation -- drop your comments on this thread!
  • s

    Siddarth Jain

    07/10/2024, 1:15 PM
    Hello everyone, we've released v1.3.3 that adds the following capabilities to Doctor Droid platform: • Data Sources: We added functionality to query ElasticSearch and Grafana Loki • Authentication: Okta Integration • Workflow integrations: PagerDuty Check out the latest product demo video

    here▾

    . Here's what's going on under the hoods: • Integrations: Google Cloud (logs & metrics), Email, self-hosted k8s • Context Propagation If you're actively exploring the project or using it, give us a shoutout and share your feedback with us. ❤️
  • s

    Siddarth Jain

    07/23/2024, 12:49 PM
    Hello everyone! We have released v1.4 today. v1.4 is a significant bump up to the Playbooks platform -- from a UX and functionality perspective: 1. Automatically propagate variable value from alert message (e.g. cluster_name or service_name) to investigation playbook 2. Run kubectl commands directly from UI 3. Fetch logs & metrics from your Google Cloud 4. Connect to your server remotely from PlayBooks UI (support for Ed25519Key, ECDSAKey, DSSKey & RSAKey) Links to each feature and it's implementation is added in the changelog here.
    👍 2
  • s

    Shashank Gupta

    07/25/2024, 8:43 AM
    Hey guys! I see that a you guys have some js files as well in your codebase Also some of the styling is in plain css even though you got tailwind Are you guys migrating to TypeScript? And do you mind if I give this migration a go?
    s
    j
    • 3
    • 2
  • s

    Siddarth Jain

    08/04/2024, 2:10 PM
    Hoping everyone’s having a great Sunday! 😊
    Doctor droid friendship day video.MP4
    ❤️ 5
  • s

    Siddarth Jain

    08/12/2024, 7:24 AM
    Hello community! We've recently launched Playbooks on Product Hunt 🥳 Given that you've been in the community & explore Doctor Droid, do share your feedback & comments about our project in the comments ☺️ Thank you everyone for your contributions.
    🙌 2
  • s

    Siddarth Jain

    08/19/2024, 3:16 PM
    https://lu.ma/3zxhdjjq In less than 2 weeks, we are hosting a webinar discussing how different companies are managing GenAI applications in production, at scale. If you are interested to learn about the challenges that it brings, check it out!
  • d

    Dipesh Mittal

    08/20/2024, 6:23 AM
    UPDATE: We have created a dedicated github repository for the helm charts for Playbooks -> https://github.com/DrDroidLab/Playbooks-helm-charts Going forward, all Helm deployment configurations will be updated here. The helm directory in the main repo will be deprecated and removed in a near future release.
    storm trooper 1
    bb8flame 1
    🔥 1
  • s

    Siddarth Jain

    08/21/2024, 10:52 AM
    Hello everyone! If any of you is interested to contribute to our project, we've created a #C07708XS56Y channel. List of good first issues here.
  • d

    Dipesh Mittal

    09/03/2024, 11:26 AM
    Hello Everyone! We are looking to add a single log stream for all logs being generated from across all the containers. Looking to do this for both docker compose and helm charts based deployments. We are doing this via fluentd, which will allow anyone to just add an output plugin and forward them further to their choice of destination. For docker-compose, we are thinking on adding a fluentd container and publishing all logs to it via docker logging plugin. For helm charts, we are looking to do the same via a fluentd deamonset deployment and adding a single log streaming container to tail when debugging. Looking for some sounding boards here. Also, looking for contributors on the same.