New Relic
New Relic is a data management platform that gives you real-time insights of your data for developers, operations and management teams.
The Calyptia Fluent Bit nrlogs
output plugin allows you to send your logs to New Relic service.
Before to get started with the plugin configuration, make sure to obtain the proper account to get access to the service. You can register and start with a free trial in the following link:
Configuration Parameters
base_uri
Full address of New Relic API end-point. By default the value points to the US end-point.
api_key
From a configuration perspective either an api_key
or an license_key
is required. New Relic suggest to use primary the api_key
.
license_key
Optional authentication parameter for data ingestion.
compress
Set the compression mechanism for the payload. This option allows two values: gzip
(enabled by default) or false
to disable compression.
gzip
The following configuration example, will emit a dummy example record and ingest it on New Relic. Copy and paste the following content in a file called newrelic.conf
:
run Calyptia Fluent Bit with the new configuration file:
Calyptia Fluent Bit output:
Last updated