Skip to main content

Convert Linux logs to OCSF schema

Project description

logs_to_ocsf

Install

pip install logs_to_ocsf

How to use

Add sample data and run.

from logs_to_ocsf.convert_messages import *

c = Convert()

test_dir = "data/sample_logs"

test_files = ["messages.txt", "cron.txt", "secure.txt"]

for a_file in test_files:
    a_json = c.log_to_ocsf(test_dir + "/" + a_file)
    print(f"\nJSON in OCSF Schema from file {a_file} has this many records:")
    print("-----------------------------------------------------------")
    print(len(a_json))
    print("-----------------------------------------------------------")
JSON in OCSF Schema from file messages.txt has this many records:
-----------------------------------------------------------
37
-----------------------------------------------------------

JSON in OCSF Schema from file cron.txt has this many records:
-----------------------------------------------------------
40
-----------------------------------------------------------

JSON in OCSF Schema from file secure.txt has this many records:
-----------------------------------------------------------
40
-----------------------------------------------------------

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

logs_to_ocsf-0.0.7.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

logs_to_ocsf-0.0.7-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page