fluentd plugin for new relic #3825
Unanswered
Ankit98765
asked this question in
Q&A
Replies: 1 comment
-
|
Maybe checking /var/log/td-agent/td-agent.log* carefully, so it will help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am unable to see my log file data in new relic. Using fluentd to collect logs. All other logs like system logs and ginx server logs are visible. Can someone help me resolve this.
Below is my td-agent.conf file :
<source> @type tail @log_level info <parse> @type none </parse> path \Mozaic\logs\commonfeaturesservice.log pos_file /Mozaic/logs/commonfeaturesservice.log.pos tag * </source> <match **> @type newrelic license_key "HIDDEN" base_uri https://log-api.newrelic.com/log/v1 <buffer> @type memory flush_interval 5s </buffer> </match>Beta Was this translation helpful? Give feedback.
All reactions