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

Fix heroku_requests_null_queue transform #24

Closed sjparkinson closed 2 years ago

sjparkinson commented 2 years ago

Resolves #23, tested locally.

Promotes the heroku_requests_null_queue to apply on the heroku source type. On the more specific source types transforms do not seem to work.

Also updates the regex to match for nested paths, e.g. requests to /api/v1/__health can now match the heroku_requests_null_queue transform.

Quick fix of the Makefile too, make splunk_heroku-latest.tar.gz will now run if the source files have been changed.