Is there a way to configure Tyk-pump to include query params in “request_uri_full” anaclitics?
Hi @bkomac, is this for elastic search? As I cannot find anywhere else the request_uri_full properties is.
Yes, for elastic. I was expecting query params in “request_uri_full” from the Tyk-pump.
I haven’t tried using pump with elastic search, however, from the source it appears that pump does not support query params for the request_uri_full.
So this means that record.RawPath is already without query params?
Query params can than only be parsed from record.RawRequest in Pump (postfestum).
Perhaps Tyk should send also request_query or full request url.
Thank you.