ait-aecid / logdata-anomaly-miner

This tool parses log data and allows to define analysis pipelines for anomaly detection. It was designed to run the analysis with limited resources and lowest possible permissions to make it suitable for production server use.
GNU General Public License v3.0
63 stars 22 forks source link

CharsetDetector cannot handle integers #1283

Closed landauermax closed 3 months ago

landauermax commented 6 months ago

When setting the path to e.g. DecimalIntegerModelElements, IPAddressModelElements, FixedWordListModelElements, etc., the AMiner will fail saying that the CharsetDetector requires bytes and not integers. Even if there are better detectors for this kind of paths, the AMiner should not fail in these cases but handle the data normally. Other detectors that may be affected by the same problem should also be checked.