{"id":23864535,"url":"https://github.com/ibebbs/elasticlogging","last_synced_at":"2026-06-17T12:31:52.583Z","repository":{"id":148899532,"uuid":"20124548","full_name":"ibebbs/ElasticLogging","owner":"ibebbs","description":"A custom event sync for SLAB allowing in or out of process logging of ETW events to ElasticSearch","archived":false,"fork":false,"pushed_at":"2015-11-09T10:47:10.000Z","size":624,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T08:41:34.904Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ibebbs.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}},"created_at":"2014-05-24T07:37:21.000Z","updated_at":"2014-09-11T09:52:05.000Z","dependencies_parsed_at":"2023-04-12T10:20:35.364Z","dependency_job_id":null,"html_url":"https://github.com/ibebbs/ElasticLogging","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ibebbs/ElasticLogging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibebbs%2FElasticLogging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibebbs%2FElasticLogging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibebbs%2FElasticLogging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibebbs%2FElasticLogging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibebbs","download_url":"https://codeload.github.com/ibebbs/ElasticLogging/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibebbs%2FElasticLogging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34449277,"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-17T02:00:05.408Z","response_time":127,"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":"2025-01-03T08:26:36.229Z","updated_at":"2026-06-17T12:31:52.567Z","avatar_url":"https://github.com/ibebbs.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"ElasticLogging\n==============\n\nA custom event sync for SLAB allowing in or out of process logging of ETW events to ElasticSearch.\n\nSimply copy the ElasticLogging assembly (and dependencies) to the SLAB out-of-process service directory and add it as a custom sync to the SemanticLogging-svc.xml file as shown below:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\" ?\u003e\n\n\u003cconfiguration\n  xmlns=\"http://schemas.microsoft.com/practices/2013/entlib/semanticlogging/etw\"\n  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xsi:schemaLocation=\"http://schemas.microsoft.com/practices/2013/entlib/semanticlogging/etw SemanticLogging-svc.xsd\"\u003e\n               \n  \u003c!-- Optional settings for fine tuning performance and Trace Event Session identification--\u003e\n  \u003ctraceEventService/\u003e\n  \n  \u003c!-- Sinks reference definitons used by this host to listen ETW events --\u003e\n  \u003csinks\u003e\n    \u003ccustomSink name=\"MyElasticLoggingSink\" type =\"ElasticLogging.ElasticSearchSink, ElasticLogging\"\u003e\n      \u003csources\u003e\n        \u003ceventSource name=\"My-EventSource-Name\" level=\"LogAlways\" /\u003e\n        \u003ceventSource name=\"My-Other-EventSource-Name\" level=\"LogAlways\" /\u003e\n      \u003c/sources\u003e\n      \u003cparameters\u003e\n        \u003cparameter name=\"connectionString\" type=\"System.String\" value=\"localhost:9200\" /\u003e\n        \u003cparameter name=\"index\" type=\"System.String\" value=\"indexname\" /\u003e\n        \u003cparameter name=\"appendDate\" type=\"System.Boolean\" value=\"true\" /\u003e\n        \u003cparameter name=\"dateFormat\" type=\"System.String\" value=\"yyyy-MM-dd\" /\u003e\n      \u003c/parameters\u003e\n    \u003c/customSink\u003e\n  \u003c/sinks\u003e\n\u003c/configuration\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibebbs%2Felasticlogging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibebbs%2Felasticlogging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibebbs%2Felasticlogging/lists"}