From 2a8f8755b216c3f212037a0076df9d07c49c2efa Mon Sep 17 00:00:00 2001 From: dmcdowell Date: Thu, 28 Sep 2023 17:01:09 -0600 Subject: [PATCH] Added README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..30e2a04 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# MPE Log Engine + +Keeping an eye on the logs, so you don't have to 😉 + +## Description + +The Log Engine is a powerful Node server designed to enhance cybersecurity and risk management within Azure environments. This innovative system diligently monitors logs, meticulously analyzing activities and sign-ins for potential risks. When it identifies suspicious or high-risk activities, the Log Engine seamlessly triggers notifications to Microsoft Teams, enabling swift and effective responses to potential security threats. With its robust capabilities and real-time alerts, the Log Engine empowers organizations to proactively safeguard their Azure resources and data integrity. + +### Installing Dependencies +1. Run ```npm install``` This will install any package dependencies +2. Next run ```node src/app.js``` +3. Done! The server is now running \ No newline at end of file