Python interface for Alert Logic Threat Manager for EC2
Check out Alert Logic's AWS offerings
This software is heavily based on EA2D's Loggly-Python platform written by Mike Babineau.
- Alert Logic Cloud account
- Requests Python module
Install using the provided setup.py
:
sudo setup.py install
Or install using pip:
sudo pip install alertlogic
To upgrade using Pip:
sudo pip install --upgrade alertlogic
Check out the test library for sample functionality.
Use GitHub's standard fork/commit/pull-request cycle. If you have any questions, email [email protected].
Copyright 2012 Joseph Lawson
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Copyright 2012 Joseph Lawson
This product includes software developed at Electronic Arts Inc. (https://github.com/EA2D/loggly-python)