1.1.0 • Published 8 years ago

slack-elasticsearch-indexer v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Slack Elasticsearch Indexer

Installation

npm i slack-elasticsearch-indexer 
# Optional set URL for Elasticsearch bulk indexing
# Default is:
# export LOGSENE_URL=https://logsene-receiver.sematext.com/_bulk
# Use a local Elasticsearch Server: 
# export LOGSENE_URL=http://localhost:9200/_bulk
export INDEX=YOUR_LOGSENE_TOKEN
npm start YOUR_SLACK_TOKEN $INDEX

Blog Post: Slack Analytics & Search with Elasticsearch, Node.js and React