Skip to content

Aslijia/elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch

log4js component for elasticsearch

Usage

/// configure log4js
{
    "appenders":{
        "elastic":{
            "type": "@aslijia/elasticsearch",
            "host": "http://localhost:9200"
        }
    },
    "categories":{
        "default": {
            "appenders": ["elastic"],
            "level": "ALL"
        }
    }
}

About

log4js component for elasticsearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •