anolog

Crates.ioanolog
lib.rsanolog
version0.1.5
sourcesrc
created_at2021-04-28 19:04:27.553616
updated_at2021-05-08 08:37:48.070532
descriptionanonymize access log files
homepage
repositoryhttps://github.com/Canop/anolog
max_upload_size
id390711
size14,956
Denys Séguret (Canop)

documentation

README

Latest Version MIT Chat on Miaou

Features

Anolog anonymizes access log files.

It replaces IP v4, IP v6 and query parameter values with random ones.

To keep log files as useful as possible for analysis, there are constraints for the replacements:

  • All strings are consistently replaced: A string is always, in the same file, replaced by the same value, which allows for example to keep the validity of visit analysis
  • A replacement is always the size of the replaced
  • localhost IP aren't replaced

:warning: Anolog comes without any kind of garantee. If a file is converted with Anolog, it may still contain private data and may still help an attacker.

Installation:

From source

This is the best solution when you already have the rust toolchain.

cargo install anolog

From precompiled binaries

I made them available in https://dystroy.org/anolog/download

Usage:

anolog path/to/file.log > anonym.log
Commit count: 11

cargo fmt