Financial-Times / splunk-heroku

Support for Heroku log drains packaged as a Splunk app.
https://tech.in.ft.com/tech-topics/logging/splunk/logging-from-heroku
MIT License
2 stars 0 forks source link

Send Heroku runtime metric logs to the Splunk null queue #49

Closed sjparkinson closed 2 years ago

sjparkinson commented 2 years ago

Drop these log messages as metrics are better suited to be saved in a time series database rather than in Splunk.

With the increased adoption of Heroku log drains this should minimise any increased ingest license usage.

See https://devcenter.heroku.com/articles/log-runtime-metrics for more information on these log messages.

Regex101 screenshot

image

Closes #20 (though we're not adding a new source type).