Nick Latocha
Nick Latocha
You would need to modify services.js as add the following: `var client = elasticsearch({ host: CALACA_CONFIGS.url, auth: 'username:password' });` Or pre-fix the connection url in config as: `https://username:password@host:9200`
Yes I can see the extension metrics in the portal - I could also see them when using another tool - datadog. 
I gave up on this extension and installed telegraf on the VMs to extract the metrics I need
I just installed the telegraf client on the machine and collected my metrics that way