{"id":13800686,"url":"https://github.com/kivra/lager_loggly","last_synced_at":"2025-05-13T09:31:50.353Z","repository":{"id":4486984,"uuid":"5626136","full_name":"kivra/lager_loggly","owner":"kivra","description":"Loggly backend for lager","archived":false,"fork":false,"pushed_at":"2016-10-26T22:18:45.000Z","size":603,"stargazers_count":16,"open_issues_count":3,"forks_count":5,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-11-18T15:54:27.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","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/kivra.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":"2012-08-31T08:14:47.000Z","updated_at":"2024-10-28T19:12:04.000Z","dependencies_parsed_at":"2022-09-19T03:32:37.398Z","dependency_job_id":null,"html_url":"https://github.com/kivra/lager_loggly","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kivra%2Flager_loggly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kivra%2Flager_loggly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kivra%2Flager_loggly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kivra%2Flager_loggly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kivra","download_url":"https://codeload.github.com/kivra/lager_loggly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253913210,"owners_count":21983275,"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":[],"created_at":"2024-08-04T00:01:15.094Z","updated_at":"2025-05-13T09:31:49.027Z","avatar_url":"https://github.com/kivra.png","language":"Erlang","funding_links":[],"categories":["Logging"],"sub_categories":[],"readme":"Overview\n============\n\nThis is a Loggly backend for lager which lets you send lager logs to your Loggly account.\n\n##Configuration\nConfigure a Lager handler like the following:\n\n\t{lager_loggly_backend, [Level, MaxRetries, RetryInterval, LogglyUrl]}\n\n* Level - The lager level at which the  backend accepts messages (eg. using ‘info’ would send all messages at info level or above into syslog)\n* MaxRetries - The maximum number of retries the backend will do before giving up on Loggly\n* RetryInterval - The interval at which each retry is performed. i.e. Retries 5 and Interval 3 means that it will try a maximum of 5 times with 3 seconds apart\n* LogglyUrl - This is your unique Loggly URL for a given Input, including your application specific identity tag\n\n\nAn example might look something like this:\n\n\t{lager_loggly_backend, [info, 5, 3, \"https://logs-01.loggly.com/inputs/1c6b53a4-972b-4c69-83ea-037de24c9bb2/tag/my_id/\"]}\n\nRefer to Lager’s documentation for further information on configuring handlers.\n\n##Upgrade notes\n\nSince the identity tag should be appended directly to the `LogglyUrl` while accessing the current Loggly API, the previous configuration option `Identity` was removed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkivra%2Flager_loggly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkivra%2Flager_loggly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkivra%2Flager_loggly/lists"}