{"id":19055194,"url":"https://github.com/sangupta/log-parser","last_synced_at":"2025-11-12T07:04:43.685Z","repository":{"id":32655076,"uuid":"36242440","full_name":"sangupta/log-parser","owner":"sangupta","description":"Various log parser functions","archived":false,"fork":false,"pushed_at":"2020-12-08T19:19:26.000Z","size":94,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T13:03:52.966Z","etag":null,"topics":["java","log-parser","log-parsing","parsing"],"latest_commit_sha":null,"homepage":"https://sangupta.com/projects/logparser","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sangupta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-25T16:41:13.000Z","updated_at":"2019-09-19T10:00:53.000Z","dependencies_parsed_at":"2022-07-12T15:40:36.370Z","dependency_job_id":null,"html_url":"https://github.com/sangupta/log-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sangupta/log-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangupta%2Flog-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangupta%2Flog-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangupta%2Flog-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangupta%2Flog-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sangupta","download_url":"https://codeload.github.com/sangupta/log-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangupta%2Flog-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283990376,"owners_count":26928670,"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-11-12T02:00:06.336Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["java","log-parser","log-parsing","parsing"],"created_at":"2024-11-08T23:42:36.846Z","updated_at":"2025-11-12T07:04:43.649Z","avatar_url":"https://github.com/sangupta.png","language":"Java","readme":"Log-Parser\n----------\n\n[![Travis](https://img.shields.io/travis/sangupta/log-parser.svg)]()\n[![Coveralls](https://img.shields.io/coveralls/sangupta/log-parser.svg)]()\n[![Maven Version](https://maven-badges.herokuapp.com/maven-central/com.sangupta/log-parser/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.sangupta/log-parser)\n[![license](https://img.shields.io/github/license/sangupta/log-parser.svg)]()\n\nA simple Java libary to parse various known log file formats into strongly-typed \nformat-specific Java object. Once data is into a strongly typed object, its easier \nto run analysis on large files.\n\nFormats currently supported are:\n\n* Amazon AWS ELB logs\n* Adobe Experience Manager Audit logs\n* Adobe Experience Manager Error logs\n* Adobe Experience Manager Request logs\n* Adobe Experience Manager Replication logs\n* Adobe Experience Manager Tar Optimization logs\n* Sun/Oracle JDK GC logs\n* Apache Tomcat access logs (default format)\n* Charles Proxy Summary/Session XML\n\n### RoadMap\n\nThe following log formats shall be added to the library next:\n\n* log4j\n* logback\n* Apache httpd access logs\n\n### Building\n\nBuilding the library is very simple.\n\n```shell\n$ git clone git@github.com:sangupta/log-parser.git\n$ cd log-parser\n$ mvn clean package\n```\n\n### Downloading\n\nYou may include the library in your Maven project by adding the following to the `pom.xml`\n\n```xml\n\u003crepositories\u003e\n\t\u003crepository\u003e\n\t    \u003cid\u003ejitpack.io\u003c/id\u003e\n\t    \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\t\u003c/repository\u003e\n\u003c/repositories\u003e\n\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.sangupta\u003c/groupId\u003e\n    \u003cartifactId\u003elog-parser\u003c/artifactId\u003e\n    \u003cversion\u003e-SNAPSHOT\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nLicense\n-------\n\n```\nlog-parser: Parsers for various log formats\nCopyright (c) 2015-2016, Sandeep Gupta\n\nhttps://sangupta.com/projects/log-parser\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsangupta%2Flog-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsangupta%2Flog-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsangupta%2Flog-parser/lists"}