streamstash
streamstash copied to clipboard
Log aggregating, filtering, redirecting service
Would you be open to Prometheus monitoring, if yes how do you imagine it being implemented? ```javascript telemetry({ prometheus: '0.0.0.0:9245' }); ``` thoughts?
I think it would be better to use the official Elastic JS client https://github.com/elastic/elasticsearch-js I think this would make it a little easier to make various requests to ES. A...
Changes to be committed: modified: lib/parsers/index.js new file: lib/parsers/merakiParser.js new file: test/parsers/merakiParser.test.js