• Stars
    star
    16
  • Rank 1,268,054 (Top 26 %)
  • Language
    Erlang
  • License
    MIT License
  • Created over 11 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Loggly backend for lager

Overview

This is a Loggly backend for lager which lets you send lager logs to your Loggly account.

##Configuration Configure a Lager handler like the following:

{lager_loggly_backend, [Level, MaxRetries, RetryInterval, LogglyUrl]}
  • Level - The lager level at which the backend accepts messages (eg. using โ€˜infoโ€™ would send all messages at info level or above into syslog)
  • MaxRetries - The maximum number of retries the backend will do before giving up on Loggly
  • 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
  • LogglyUrl - This is your unique Loggly URL for a given Input, including your application specific identity tag

An example might look something like this:

{lager_loggly_backend, [info, 5, 3, "https://logs-01.loggly.com/inputs/1c6b53a4-972b-4c69-83ea-037de24c9bb2/tag/my_id/"]}

Refer to Lagerโ€™s documentation for further information on configuring handlers.

##Upgrade notes

Since the identity tag should be appended directly to the LogglyUrl while accessing the current Loggly API, the previous configuration option Identity was removed.

More Repositories

1

oauth2

Erlang Oauth2 implementation
Erlang
217
star
2

restclient

Erlang Rest Client
Erlang
88
star
3

oauth2_client

Erlang OAuth2 Client
Erlang
71
star
4

giallo

Small and flexible web framework on top of Cowboy
Erlang
67
star
5

email

The Erlang Mail application or Email for short
Erlang
33
star
6

zerolog

Log transport that just works with zero effort.
JavaScript
31
star
7

oauth2_example

Example application for oauth2
Erlang
30
star
8

emagick

Wrapper for Graphics/ImageMagick command line tool.
Erlang
27
star
9

robotnik

Dr Robotnik web scraper robot factory
Erlang
15
star
10

jsonformat

A Erlang Logger Json Formatter - Structured Logging of Maps to JSON
Erlang
11
star
11

merlin

Erlang
11
star
12

giallo_session

Session Management for Giallo Web Framework
Erlang
10
star
13

id_token

Erlang application to easily handle ID tokens
Erlang
9
star
14

mechanus_fsm

Mechanus FSM
Erlang
9
star
15

sftp_utils

Erlang SFTP Utils
Erlang
9
star
16

developer.kivra.com

API Documentation, etc
HTML
7
star
17

greph

Erlang port of Prismatic's graph package.
Erlang
6
star
18

money_laundry

๐Ÿ’ธ Erlang Currency and money laundering functions
Erlang
6
star
19

fluentd-erlang

Fluentd Erlang Client
Erlang
6
star
20

ehtmltopdf

Erlang wrapper for converting HTML to PDF
Erlang
6
star
21

raven-erlang

Erlang
4
star
22

krakend-correlationid

KrakenD middleware for adding Correlation IDs to incoming requests
Go
3
star
23

krakend-urlrewrite

KrakenD middleware to rewrite URLs
Go
3
star
24

giallo_examples

Giallo example applications
Erlang
3
star
25

ews

Erlang Web Services
Erlang
3
star
26

kivra-api-errors

Kivra API Errors
Erlang
2
star
27

angular-popup-service

Library for handling popup boxes in angular
CSS
2
star
28

lager_backends

Custom backends for lager
Erlang
2
star
29

krakend-sizelimit

KrakenD middleware to limit the size of incoming requests
Go
2
star
30

fingerprint_key_store_sample

Kotlin
1
star
31

opentracing-erlang

Opentracing API in Erlang
Erlang
1
star
32

krakend-shadowproxy

KrakenD middleware for mirroring of proxy (no-op) requests
Go
1
star
33

krakend-metalog

KrakenD log formatter and logger middleware
Go
1
star