Skip to main content

Convert Linux logs to OCSF schema

Project description

logs_to_ocsf

This file will become your README and also the index of your documentation.

Install

pip install logs_to_ocsf

How to use

Add sample data and run.

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"JSON in OCSF Schema from file {a_file} looks like this: \n")
    print("-----------------------------------------------------------")
    print(a_json)
    print("-----------------------------------------------------------")
NameError: name 'convert_messages' is not defined

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.4.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

logs_to_ocsf-0.0.4-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