Closed sjparkinson closed 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.
heroku_requests_null_queue
heroku
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.
/api/v1/__health
Quick fix of the Makefile too, make splunk_heroku-latest.tar.gz will now run if the source files have been changed.
make splunk_heroku-latest.tar.gz
Resolves #23, tested locally.
Promotes the
heroku_requests_null_queue
to apply on theheroku
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 theheroku_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.