ShieldEye MongoDB Setup Tutorial | Create Atlas Cluster, Users & Environment Variables
ShieldEye MongoDB Setup Tutorial In this tutorial, I show how to configure MongoDB Atlas for ShieldEye, including cluster creation, database setup, user permissions, and environment variable configuration. This setup is required for storing and analyzing logs within the ShieldEye platform. 🚀 What You’ll Learn: * Create a MongoDB Atlas account * Deploy a MongoDB cluster * Create the `logs` database * Create the `event_logs` collection * Configure admin and agent database users * Set secure MongoDB roles and permissions * Generate MongoDB connection strings * Setup `.env` environment variables for ShieldEye 📂 Database Configuration: * Database: `logs` * Collection: `event_logs` 👤 Users Configuration ### Admin User * Role: `readWrite` on `logs` ### ShieldEye Agent * Username: `shieldeye_agent` * Role: `read` on `logs.event_logs` 📌 Repo: https://github.com/holoolagoke/Shieldeye-Demo 📌 MongoDB Atlas: https://account.mongodb.com/account/login 📌 ShieldEye GitHub Repository: https://github.com/holoolagoke/shield-eye-desktop #ShieldEye #MongoDB #MongoDBAtlas
Download
0 formatsNo download links available.