appmetrics-elk
appmetrics-elk copied to clipboard
A connector that collects data using 'appmetrics' and sends it to ElasticSearch for use with Kibana
It's complaining about an unsupported version of nodejs? I upgraded from v8.9.3 to v8.9.4, no difference. Also tried installing globally and from an elevated command prompt and powershell. Also checked...
… Added mongo collection and mapping. Updated appmetrics dependency. Fix charts. Added a .gitigmore file. Updating dependencies. Fixed appmetrics dependencies. Add mongo collection & method into mapping.
Getting Type error on fresh installation: ```TypeError: esearch.searchExists is not a function at Object.monitor (/Users/ajakoba/KWIFF_REPOS/core/core-logging/node_modules/appmetrics-elk/lib/appmetrics-elk.js:70:13) at Object. (/Users/ajakoba/KWIFF_REPOS/core/core-logging/index.js:2:27) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12)...
To align for the new feature in appmetrics that emits mongodb collection name and query method
FIXES this error: ________ > Unsupported version v8.4.0. Exiting. > npm ERR! code ELIFECYCLE > npm ERR! errno 1 > npm ERR! [email protected] install: `node extract_all_binaries.js` > npm ERR! Exit...
Cpu, memory, mqtt, etc are types of a single index. In elastic search 6.0 is not possible to set more than one type per index.
Hi, I am just trying to use appmetrics-elk in my node application, I got into the below error in my mac machine. ERROR in ./~/appmetrics/index.js Module not found: Error: Can't...
I got this error when using elastalert with appmetrics-elk: the command elastalert-test-rule example_rules/nodejs.yaml returns: Successfully loaded Metrics nodejs application, Metric aggregation Rule WARNING:elasticsearch:GET http://ip:9200/nodemetrics/_search?ignore_unavailable=true&size=1 [status:400 request:0.023s] Error running your filter:...
Hi, I got this error message on the topbar of Kibana when Importing the default appmetrics dashboard: Saved "field" parameter is now invalid. Please select a new field. Visualize: "field"...
it would be great to allow sending data to logstash first, and not directly to ES. sometimes (many times) it is necessary to perform additional work on the data before...