# fluent-plugin-jfrog-send-metrics [Fluentd](https://fluentd.org/) output plugin to consume metrics emitted from [fluent-plugin-jfrog-metrics](https://github.com/jfrog/jfrog-fluentd-plugins/tree/main/fluent-plugin-jfrog-metrics) input plugin and send them to respective log-vendors. ## Building To build / test locally use rake: ```text rake ``` To build install locally use bundler: ```text bundle install ``` This will install the gem shown below from source. ## Development ### Bundler Add following line to your Gemfile: ```ruby gem "fluent-plugin-jfrog-send-metrics" ``` And then execute: ``` $ bundle ``` ## Configuration You can generate configuration template: ``` $ fluent-plugin-config-format output jfrog-send-metrics ``` You can copy and paste generated documents here. ## Installation ### RubyGems ``` $ gem install rest-client $ gem install fluent-plugin-jfrog-send-metrics ``` ### Setup & configuration Fluentd is the supported log collector for this integration. For Fluentd setup and information, read the JFrog log analytics repository's [README](https://github.com/jfrog/log-analytics/blob/master/README.md). #### Fluentd config Configure the match directive parameters as specified below ``` @type jfrog_send_metrics target_platform "NEWRELIC" apikey ``` #### Configuration parameters Obtain respective authentication credentials for log-vendors * **target_platform**(string)(required): The target log-vendor ("NEWRELIC" or "DATADOG") * **apikey**(string)(required): APIKEY is the apikey of log-vendor for authentication(LicenseKey for NewRelic) ## Copyright * Copyright(c) 2022- MahithaB * License * Apache License, Version 2.0