Nick Latocha

Results 4 comments of 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. ![image](https://user-images.githubusercontent.com/1321647/37956730-0e926a58-31a4-11e8-8adc-6ba2e0881199.png)

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