{"id":20808845,"url":"https://github.com/mazurel/analyzer","last_synced_at":"2025-07-21T16:33:58.163Z","repository":{"id":301650763,"uuid":"646197926","full_name":"Mazurel/analyzer","owner":"Mazurel","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-29T10:34:46.000Z","size":9573,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-20T10:43:10.621Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mazurel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-27T15:48:11.000Z","updated_at":"2025-06-27T09:37:09.000Z","dependencies_parsed_at":"2025-06-28T02:13:44.948Z","dependency_job_id":null,"html_url":"https://github.com/Mazurel/analyzer","commit_stats":null,"previous_names":["mazurel/analyzer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mazurel/analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mazurel%2Fanalyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mazurel%2Fanalyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mazurel%2Fanalyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mazurel%2Fanalyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mazurel","download_url":"https://codeload.github.com/Mazurel/analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mazurel%2Fanalyzer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266334579,"owners_count":23913007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T19:56:24.133Z","updated_at":"2025-07-21T16:33:58.155Z","avatar_url":"https://github.com/Mazurel.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Analyzer\n\nSet of utilities for anomaly detection based on application logs.\nIt consists of two main modules:\n\n- `core` - containing all of the logic described in the master thesis (TODO: thesis is not ready and in polish)\n- `differ` - CLI application that can be used to compare two log files from the same system.\n\nThere are also other utility modules.\n\n## Building\n\nThis project is implemented in Kotlin and Java, targeting JVM platform.\nCurrently it targets Java **17** only.\n\nThe build system is managed by Gradle.\nTo make a full application build and run tests, you can run:\n\n```bash\n$ ./gradlew build\n```\n\nTo see all available tasks:\n\n```bash\n$ ./gradlew tasks\n```\n\n## Differ\n\nDiffer is a tool for comparing two log files from the same system.\nOfficial release can be obtained through Github releases page.\n\n### Sample usage\n\n```sh\n$ ./differ -c e2e-tests/tests/MiddleOfLogRemoved/baseline.txt e2e-tests/tests/MiddleOfLogRemoved/checked.txt\n21 | Missing | [20.0] Aed ZOVfSgU hy88Eq OGen3jzET LqU1Sc YEnNl egWld6\n21 | Missing | [21.0] Error: uUXDumLi occurred at XIeO17W timestamp: nwa7Mx2Nw\n21 | Missing | [22.0] Error: s59Ud6p occurred at 1UkIW51v timestamp: F6zdizc\n21 | Missing | [23.0] New: KN2wuh9 template for cikYK8mFnm second log yAeF8fWwmk\n21 | Missing | [24.0] Warning: HnaKF detected at WbVTLRYj5J timestamp: qxCy9B6fW\n21 | Missing | [25.0] Error: M1HoXzDZ4 occurred at aTr2Ir timestamp: FeKxayZ\n21 | Missing | [26.0] Aed ZOVfSgU hy88Eq llxql2cnN LqU1Sc YEnNl egWld6\n21 | Missing | [27.0] New: dvpzPzh template for Od1dGQ second log J2CrgQx\n21 | Missing | [28.0] Warning: dtPrgdzuX detected at gyKvt1194A timestamp: 9wyKKM7t2c\n21 | Missing | [29.0] Warning: o4Hay detected at rA83W5L1KE timestamp: i1XNRQDHs\n```\n\n### E2E Regression\n\nDiffer has a simple regression system that can be triggered via Gradle:\n\n```bash\n$ ./gradlew e2eRegression\n```\n\nThe command above tests all testcases defined in the `e2e-tests/tests` folder.\n\nNOTE: It requires Python3 with standard libraries\n\n## Log Parser Benchmarking\n\nCollect benchmarking data from available parsers (WIP)\n\nNOTE: This task needs Python 3 with Pandas and SciPy\n\n```bash\n$ ./gradlew performBenchmark\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazurel%2Fanalyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmazurel%2Fanalyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazurel%2Fanalyzer/lists"}