{"id":24552415,"url":"https://github.com/peschuster/logimporter","last_synced_at":"2025-10-04T03:30:46.106Z","repository":{"id":2511533,"uuid":"3486995","full_name":"peschuster/LogImporter","owner":"peschuster","description":"Imports w3c log files (iis) into sql server.","archived":false,"fork":false,"pushed_at":"2016-04-11T15:26:49.000Z","size":3097,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-20T15:16:17.063Z","etag":null,"topics":["iis","logs","sql-server"],"latest_commit_sha":null,"homepage":"","language":"C#","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/peschuster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-19T17:49:06.000Z","updated_at":"2021-06-27T05:52:00.000Z","dependencies_parsed_at":"2022-08-25T05:21:16.231Z","dependency_job_id":null,"html_url":"https://github.com/peschuster/LogImporter","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peschuster%2FLogImporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peschuster%2FLogImporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peschuster%2FLogImporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peschuster%2FLogImporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peschuster","download_url":"https://codeload.github.com/peschuster/LogImporter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235213142,"owners_count":18953728,"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","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":["iis","logs","sql-server"],"created_at":"2025-01-23T01:31:30.487Z","updated_at":"2025-10-04T03:30:39.690Z","avatar_url":"https://github.com/peschuster.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LogImporter\n\n*LogImporter* reads webserver log files (iis, w3c), applies transformations on data records and imports them into a database (currently only SQL Server is supported).\n\n## Features\n\n * Parses log files\n * Determines which log entries are new since last import\n * Imports log data into SQL Server\n * Removes guid ids in urls to generate statistics for actual pages (e.g. ASP.NET MVC url routing with guid ids in the path)\n * Resolves client ip address to country name and code (using GeoIP.dat by MaxMind)\n\n\n### Supported formats\n\n * W3C extended (IIS)\n\n## Usage\n\n*LogImporter* is used from the command line.\n\nThe following options are required:\n\n    -d=VALUE             Directory with log files\n    -c=VALUE             Connection string for target database\n    -t=VALUE             Target table name\n\nFurthermore the following optional parameters are available:\n\n    -p=VALUE             Pattern for log files\n    -n                   Create the table if it does not exist already\n    -f, --force          Force full import of all files\n\nExample usage:\n\n    LogImporter.exe -d \"D:\\logs\\W3SVC8\" -t w3c_testlog -n -c \"Data Source=.\\SQLEXPRESS;Initial Catalog=logimporter_test;Integrated Security=True\" -p \"*.log\"\n\n## Build\n\nHow to build *LogImporter*:\n \n1. Go to `\\build\\` directory.\n2. Execute `go dist` on the command line.\n\n*Note: Maybe you have to adjust the path to `MSBuild.exe` in `build\\go.bat` to your .NET version number.*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeschuster%2Flogimporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeschuster%2Flogimporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeschuster%2Flogimporter/lists"}