fluent-plugin-jfrog-send-metrics

Fluentd output plugin to consume metrics emitted from fluent-plugin-jfrog-metrics input plugin and send them to respective log-vendors.

Building

To build / test locally use rake:

rake

To build install locally use bundler:

bundle install

This will install the gem shown below from source.

Development

Bundler

Add following line to your Gemfile:

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.

Fluentd config

Configure the match directive parameters as specified below

<match jfrog.metrics.**>
  @type jfrog_send_metrics
  target_platform "NEWRELIC"
  apikey <api_key>
</match>

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(c) 2022- MahithaB
  • License
    • Apache License, Version 2.0