An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


FireEye


FireEye


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)
[![asciicast](https://asciinema.org/a/696182.svg)](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