Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hubot-elasticsearch-logger

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-elasticsearch-logger

Hubot script for logging chats to Elasticsearch

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

hubot-elasticsearch-logger

Build Status

Hubot script for logging chats to Elasticsearch

Installation

npm install --save hubot-elasticsearch-logger

Add the script to your external-scripts.json file:

[
  "hubot-elasticsearch-logger"
]

Configuration

The script is configured using the following environment variables:

VariableDescriptionDefault
HUBOT_ELASTICSEARCH_LOGGER_HOSTThe Elasticsearch host127.0.0.1
HUBOT_ELASTICSEARCH_LOGGER_PORTThe Elasticsearch port9200
HUBOT_ELASTICSEARCH_LOGGER_INDEXThe index to use for storing chats. Any Moment.js format patterns wrapped in ${} will be replaced with the current date to support time-based indiceshubot-${YYYY-MM-DD}

Keywords

FAQs

Package last updated on 21 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc