boomcatch icon indicating copy to clipboard operation
boomcatch copied to clipboard

A standalone, node.js-based beacon receiver for boomerang.

Results 27 boomcatch issues
Sort by recently updated
recently updated
newest added

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.14 to 4.7.6. Changelog Sourced from handlebars's changelog. v4.7.6 - April 3rd, 2020 Chore/Housekeeping: #1672 - Switch cmd parser to latest minimist (@dougwilson Compatibility notes: Restored Node.js...

dependencies

Added support for clicks in mapper and normalize. Click element and id are sent as part of the beacon.

I have boomerang embedded in my UI and I'm using the Clicks plugin to capture details about user clicks. My local boomcatch is receiving beacons every time I click, which...

#99 seems to have a similar problem, but that solution is not working for me. Here's my setup: `boomerang` -> `boomcatch` -> `telegraf` -> `influxdb` My webpage is pretty simple...

I am running boomcatch using below command and it is writing every beacon in a separate JSON file. Is there a way to append it to the same file and...

I am using boomerang.js to measure the page load time of my web app. The boomerang is set and the beacon is working properly and sending data. Also, I am...

It would be nice if Boomcatch could expose metrics as Prometheus [exposition format](https://prometheus.io/docs/instrumenting/exposition_formats/) / OpenMetrics. This exposition format is supported by many monitoring solutions, like Datadog, Elastic Stack, InfluxDB, ([list](https://github.com/OpenObservability/OpenMetrics/issues/73))......

Hi, team, In my use case, `remoteAddress` helps a lot when analyzing beacons. It seems this argument is passed into `map` function but it's never used yet: https://github.com/springernature/boomcatch/blob/master/src/index.js#L656 I'm adding...

Hi, team, I've been using Boomcatch together with ELK stacks, my solution depends on **unmapped** mapper and **file** forwarder, and then let FileBeat to collect generated json files. However FileBeat...