@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"
        }
    }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.6.7
    37
    • latest

Version History

Package Sidebar

Install

npm i @aslijia/elasticsearch

Weekly Downloads

37

Version

1.6.7

License

ISC

Unpacked Size

3.63 kB

Total Files

5

Last publish

Collaborators

  • aslijia