https://github.com/r0075h3ll/fireeye
AWS Monitoring Toolkit
https://github.com/r0075h3ll/fireeye
aws cloudwatch monitoring slack
Last synced: 2 months ago
JSON representation
AWS Monitoring Toolkit
- Host: GitHub
- URL: https://github.com/r0075h3ll/fireeye
- Owner: r0075h3ll
- License: apache-2.0
- Created: 2024-11-14T09:10:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T18:22:42.000Z (over 1 year ago)
- Last Synced: 2025-03-17T01:42:58.118Z (over 1 year ago)
- Topics: aws, cloudwatch, monitoring, slack
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AWS Monitoring Toolkit
\
FireEye is an AWS monitoring toolkit for DevOps, Security, and IT teams. It can currently trace strings in AWS Lambda function(s) output logs via CloudWatch using simple [commands](#monitor-lambda-functions-w-cloudwatch-logs-insights).
[//]: # (insert gif)
[](https://asciinema.org/a/696182)
### Installation
```bash
git clone https://github.com/r0075h3ll/FireEye && cd FireEye
pip install setuptools
python3 setup.py install
# or
pip3 install FireEye-AWS
```
### Features
##### Monitor lambda functions w/ CloudWatch Logs Insights
```python
fireeye --trace Bill --resource-name lambda_name
```
[//]: # (##### Get alerts on a slack channel)
[//]: # ()
[//]: # (```python)
[//]: # (fireeye --trace Bill --resource-name lambda_name --slack-url https://slack-webhook-url)
[//]: # (```)
### To Do
- [ ] EC2 Log Monitoring
- [ ] Send alerts on slack channel
- [ ] Improved search capabilities
### Contributions
You're welcome to open PR for making direct contributions to the project. Additionally, "Issues" section will
be considered for
- bug reports
- feature requests
