{"id":19694739,"url":"https://github.com/simulot/iislog","last_synced_at":"2026-06-09T04:33:04.427Z","repository":{"id":75014319,"uuid":"81648413","full_name":"simulot/iislog","owner":"simulot","description":"iislog is a tool for fast search events in logs","archived":false,"fork":false,"pushed_at":"2017-02-11T15:33:38.000Z","size":1777,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-27T12:35:18.703Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simulot.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-02-11T11:22:59.000Z","updated_at":"2018-03-12T09:14:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"b88b0f6d-0112-4a7a-9d8e-1d3fb074d706","html_url":"https://github.com/simulot/iislog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simulot/iislog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulot%2Fiislog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulot%2Fiislog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulot%2Fiislog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulot%2Fiislog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simulot","download_url":"https://codeload.github.com/simulot/iislog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulot%2Fiislog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34092260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":[],"created_at":"2024-11-11T19:24:20.755Z","updated_at":"2026-06-09T04:33:04.411Z","avatar_url":"https://github.com/simulot.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iislog\n\niislog is a tool for fast search events in logs files produced by one or more IIS servers. Searches can be done for:\n* user\n* errors\n* long queries\n* url parts\n\nReports can be limited to a range of dates or hours. \nStatic files can be ignored in the result.\n\nResult is send to console, in CSV format. First line has header.\nExample:\n\n```\nisslogs.exe --from-days-ago=12 --hide-assets --errors Logs-IIS\\*IIS*.zip\ndate;status;s-ip;cs-username;cs-uri-stem;cs-uri-query;time-taken(ms);time-taken;status-label\n\"2017-01-31 09:08:40\";500.0;10.30.136.200;DOMAIN\\user;/myapp/;\"|121|800a0046|File:___Permission_denied__Error_opening_log_file_C:\\Windows\\TEMP\\API.Log\";2246;2.246s;\"Module or ISAPI error occurred\"\n\"2017-01-31 10:34:43\";500.0;10.30.136.200;DOMAIN\\user;/myapp/;\"|121|800a0046|File:___Permission_denied__Error_opening_log_file_C:\\Windows\\TEMP\\API.Log\";1216;1.216s;\"Module or ISAPI error occurred\"\n\"2017-01-31 10:35:03\";404.0;10.30.136.200;-;/myapps/;\"-\";93;93ms;\"Not found\"\n\"2017-01-31 10:35:14\";500.0;10.30.136.200;DOMAIN\\user;/myapp/;\"|121|800a0046|File:___Permission_denied__Error_opening_log_file_C:\\Windows\\TEMP\\API.Log\";889;889ms;\"Module or ISAPI error occurred\"\n```\n\n## Usage\n```\nusage: iislog [\u003cflags\u003e] \u003cfile\u003e...\n\na tool for searching in IIS logs files.\n\n  Author jfc@responsiveconsulting.fr\n\nFlags:\n  --help                   Show context-sensitive help (also try --help-long and\n                           --help-man).\n  --from=DATETIME          get logs from 'DATETIME' UTC\n  --to=DATETIME            get logs to 'DATETIME' UTC\n  --from-days-ago=DAYS     get logs from DAYS ago\n  --to-days-ago=DAYS       get logs until DAYS before today\n  --since=DURATION         get logs since DURATION. DURATION can be like 2s,\n                           24h...\n  --url=URL ...            Reports lines containing url. Several --url options\n                           can be given. Lines are reported whenever one url\n                           matches\n  --user=USER ...          Reports lines from authenticated USER. Several --user\n                           options can be given. Lines are reported whenever an\n                           user matches\n  --errors                 filter logs on protocol errors (4xx and 5xx)\n  --hide-assets            hide assets (html,gif,ico,css,jpg,png,js) from result\n                           list\n  --long-queries=DURATION  show queries longer than 'DURATION'. Accepted values\n                           like 200ms, 3s, 1m...\n\nArgs:\n  \u003cfile\u003e  file, path, zip archive\n\n\n```\n\n\n## Functionalities\n- [X] Limit search between dates time\n- [X] Search across several files\n- [X] Search in zipped logs\n- [X] Search errors 4xx and 5xx\n- [X] List all log entries\n- [X] Sort by date time entries coming from several servers logs\n- [X] List long queries\n- [X] List queries from an user\n- [X] List queries to an URL\n- [ ] Nice unescaped reported queries\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimulot%2Fiislog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimulot%2Fiislog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimulot%2Fiislog/lists"}