Messages count metrics to graphite

Currently I am creating a graylog dashboard to view daily messages count for a particular pattern, I want to get this data to graphite to show historic data in a graphical format is there any way for this? I saw Metrics Plugin for graphite but from that I am not able to sent count metrics to graphite it sends only field values

with the current release of Graylog it is not possible to send aggregations to a 3rd party.

You might find some plugins that can help you with that, but the only save solution would be to write your own plugin or write some script that uses the Graylog API and then send the result to Graphite and run that via cron or some other way of automation.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.