Python CEF Parsing for Lizard People
Project description
Pourover is the only chemicaly-altered CEF Log Parsing library for Python, ideal for consumption by Lizard People.
Some stuff we can do:
from datetime import datetime
import pourover
# Create log objects from a file
log = pourover.parse_file('test.log')
# check the length pythonically - expose useful properties
if len(log) > 10:
if log.has_syslog_prefix and log.start_time > datetime(year=2018, month=4, day=20):
# perform some operations
pass
else:
# perform some operations on a logfile that doesn't have syslog prefixes
pass
else:
# perform some operations on a really small log
pass
# Find messages with a certain value in the header
search_results = log.search_headers('Specific Vendor')
for message in log:
# iterate through each message in the log like you'd expect to be able to
pass
# Logs can be indexed/sliced in the way you'd expect
first_message = log[0]
last_message = log[-1]
# Create message objects from a string
message = pourover.parse_line('Apr 15 22:11:20 testhost CEF:0|Test Vendor|Test Product|Test Version|100|Test Name|100|src=1.1.1.1 dst=1.1.1.2')
if message.has_syslog_prefix:
if message.timestamp > datetime(year=2018, month=4, day=20):
# perform an operation on logs from later than April 20th, 2018
pass
if 'src' in message.extensions:
# do something if it's got an extension called 'src'
pass
if message.device_vendor == 'Some Vendor':
# do something if the vendor is Some Vendor
pass
# stick this message right onto that log (it'll even order the messages by timestamp - wow!)
log.append(message)
Installing :computer:
To install Pourover, simply run
$ pip install pourover
✨🐊✨
Features :crocodile:
Contributing :dragon:
Get in Touch :snake:
If you’ve found a Bug or would like to make a feature request, please see the Contributing section above, thanks!
If you’d like to reach out, shoot me an email at zach@csh.rit.edu.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pourover-0.1b8.tar.gz.
File metadata
- Download URL: pourover-0.1b8.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e65d73c4ebb02787d4d34b5a68de2b2a0a6e0c90bd4100e317441769fe0febe
|
|
| MD5 |
3d55105893837ba30b1053380d94c9eb
|
|
| BLAKE2b-256 |
1c8c1f11f402f120d9bc8195147101a2b6b3aa0019803674ce1c148698905e39
|
File details
Details for the file pourover-0.1b8-py2.py3-none-any.whl.
File metadata
- Download URL: pourover-0.1b8-py2.py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21c94f71bca39fcdd2fe7f7efd80fd6db893a577bb413a9a1aa69c7af6d34d0e
|
|
| MD5 |
7f019a463fdb02ba9f0ea9c79bcb2ee7
|
|
| BLAKE2b-256 |
96f2efb4e0f8283d86e882c3d38444c1da53ddd1b226218d0ab2c440e2fd7bc2
|