appmetrics-elk icon indicating copy to clipboard operation
appmetrics-elk copied to clipboard

A connector that collects data using 'appmetrics' and sends it to ElasticSearch for use with Kibana

Results 11 appmetrics-elk issues
Sort by recently updated
recently updated
newest added

Added the following lines in the index.js file, var config = { host: 'http://localhost:9200' } var appmetrics = require('appmetrics-elk').monitor(config); When trying to test the lambda function it says module initialization...

help wanted