Skip to content

Commit

Permalink
Added more line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
JimHagan committed Apr 26, 2022
1 parent 87fe981 commit 64074be
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1098,9 +1098,12 @@ The different approaches:

If you have pre-written Fluentd configurations for Fluentbit that do valuable filtering or parsing, you can import them into our New Relic logging config. To do this, use the `config_file` and `parsers` parameters in any `.yaml` file in your `logging.d` folder.


`config_file`: path to an existing Fluent Bit configuration file. Any overlapping source results in duplicate messages in New Relic's log management.

`parsers_file`: path to an existing Fluent Bit parsers file.


The following parser names are reserved: `rfc3164`, `rfc3164-local` and `rfc5424`.
Learning how to inject attributes (or tags) into your logs in your data pipeline and to perform transformations can help with downstream features dropping using New Relic drop rules. By augmenting your logs with metadata about the source, we can make centralized and easily reversible decisions about what to drop on the backend. At a minimum, make sure the following attributes are present in your logs in some form:

Expand Down

0 comments on commit 64074be

Please sign in to comment.