12 lines
843 B
Markdown
12 lines
843 B
Markdown
|
# 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
|