GithubHelp home page GithubHelp logo

elk-logger's Introduction

elk-logger

The Golang module for segregating logs for the Elasticsearch

Configure your environment variables

export environment=dev // Represents the environment of your application
export release=1.0.0 // Represents the release of your application
export elkHost=http://localhost:9200 // Represents the elasticsearch host
export elkIndex=logger // Represents the name of your index
export activeLogSegregation=true // Indicates whether logging is active or not, functionality included because there are open source applications that use this module but the executor does not have the interest to send the logs to the elasticsearch

Import into your project

Simple message
Info("Tweet 0")

Message with arguments 
type Tweet struct {
	User    string
	Message string
}

Info("Tweet 1", Tweet{User: "User 1", Message: "Message 1"})

To send error messages to elasticsearch, just follow the same basis as the example above using the error method

Local build

Run the docker-compose up command at the root of the project

Releases

1.0.0 (19.11.2018)

  • Initial version logger module

elk-logger's People

Contributors

silva-willian avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.