{"id":17882406,"url":"https://github.com/ealsur/auth0-loganalytics-extension","last_synced_at":"2026-05-13T07:02:26.493Z","repository":{"id":110731344,"uuid":"85643474","full_name":"ealsur/auth0-loganalytics-extension","owner":"ealsur","description":"Auth0 extension to ship logs to Azure Log Analytics","archived":false,"fork":false,"pushed_at":"2017-10-20T17:58:39.000Z","size":60,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T02:13:30.828Z","etag":null,"topics":["auth0","azure","azure-log-analytics","logging"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ealsur.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}},"created_at":"2017-03-21T01:06:29.000Z","updated_at":"2017-04-14T12:21:11.000Z","dependencies_parsed_at":"2023-03-22T13:47:03.578Z","dependency_job_id":null,"html_url":"https://github.com/ealsur/auth0-loganalytics-extension","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ealsur/auth0-loganalytics-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ealsur%2Fauth0-loganalytics-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ealsur%2Fauth0-loganalytics-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ealsur%2Fauth0-loganalytics-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ealsur%2Fauth0-loganalytics-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ealsur","download_url":"https://codeload.github.com/ealsur/auth0-loganalytics-extension/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ealsur%2Fauth0-loganalytics-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32971672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["auth0","azure","azure-log-analytics","logging"],"created_at":"2024-10-28T12:54:42.919Z","updated_at":"2026-05-13T07:02:26.477Z","avatar_url":"https://github.com/ealsur.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auth0 Log extension for Azure Log Analytics\n\nThis extension will take all of your Auth0 logs and export them to Azure Log Analytics.\n\n## Configure Azure Log Analytics\n\nFirst you'll need a Log Analytics account which you can create for free in your [Azure Portal](https://portal.azure.com/#create/Microsoft.LogAnalyticsOMS).\n\nOnce your service is up, you will need the **Workspace Id** and **Workspace Key**, this can be obtained in your OMS Portal \u003e Settings \u003e Connected Services:\n\n![Obtaining Id and Key](./images/oms3.png)\n\n## Configure Webtask\n\nIf you haven't configured Webtask on your machine run this first:\n\n```\nnpm i -g wt-cli\nwt init\n```\n\n\u003e Requires at least node 0.10.40 - if you're running multiple version of node make sure to load the right version, e.g. \"nvm use 0.10.40\"\n\n## Deploy to Webtask.io\n\nTo run it on a schedule (run every 5 minutes for example):\n\n```\nwt cron schedule \\\n    --name auth0-logs-to-log-analytics \\\n    --secret AUTH0_DOMAIN=\"YOUR_AUTH0_DOMAIN\" \\\n    --secret AUTH0_CLIENT_ID=\"YOUR_AUTH0_CLIENT_ID\" \\\n    --secret AUTH0_CLIENT_SECRET=\"YOUR_AUTH0_CLIENT_SECRET\" \\\n    --secret LOGANALYTICS_WORKSPACEID=\"YOUR_LOGANALYTICS_WORKSPACE_ID\" \\\n    --secret LOGANALYTICS_WORKSPACEKEY=\"YOUR_LOGANALYTICS_WORKSPACE_KEY\" \\\n    --secret LOGANALYTICS_NAMESPACE=\"NAME_FOR_YOUR_LOG_TYPE\" \\\n    \"*/5 * * * *\" \\\n    ./build/bundle.js\n```\n\n\u003e You can get your Client Id/Secret creating a Non-Interactive App and granting it a permission to `read:logs` as instructed here: https://auth0.com/docs/api-auth/config/using-the-auth0-dashboard\n\n## Usage\n\nNow go to the [Azure Portal](https://portal.azure.com/) and in your Log Analytics service use the Log Search feature to view your logs and filter them.\n\n## Issue Reporting\n\nIf you have found a bug or if you have a feature request, please report them at this repository issues section.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fealsur%2Fauth0-loganalytics-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fealsur%2Fauth0-loganalytics-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fealsur%2Fauth0-loganalytics-extension/lists"}