@aslijia/elasticsearch
TypeScript icon, indicating that this package has built-in type declarations

1.6.7 • Public • Published

elasticsearch

log4js component for elasticsearch

Usage

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

Readme

Keywords

none

Package Sidebar

Install

npm i @aslijia/elasticsearch

Weekly Downloads

3

Version

1.6.7

License

ISC

Unpacked Size

3.63 kB

Total Files

5

Last publish

Collaborators

  • aslijia