Security sensor is a Django app to process events log from different security source.
Project description
=====
Security sensor
=====
Security sensor is a Django app to process events log from different security source.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "secapp" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'secapp',
]
2. Include the secapp URLconf in your project urls.py like this::
url(r'^secapp/', include('secapp.urls')),
3. Run `python manage.py migrate` to create the secapp models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a user isolated like user-secapp (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/secapp/ to see events log in a chart.
Security sensor
=====
Security sensor is a Django app to process events log from different security source.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "secapp" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'secapp',
]
2. Include the secapp URLconf in your project urls.py like this::
url(r'^secapp/', include('secapp.urls')),
3. Run `python manage.py migrate` to create the secapp models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a user isolated like user-secapp (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/secapp/ to see events log in a chart.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
security-sensor-1.0.tar.gz
(5.1 MB
view details)
File details
Details for the file security-sensor-1.0.tar.gz
.
File metadata
- Download URL: security-sensor-1.0.tar.gz
- Upload date:
- Size: 5.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c82353ee188987deeed7e5679d69d69fd1f04085485d79470959dbe2e169f75b
|
|
MD5 |
a24bb1f33251f6c2f55733582355f1de
|
|
BLAKE2b-256 |
0eea8f7958202b2275eca62babedc643ef1b54223c8a31137dac92e32597af57
|