You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/06/29 21:50:16 UTC

[GitHub] [pinot] abhs50 commented on pull request #8907: Log Request header for Broker

abhs50 commented on PR #8907:
URL: https://github.com/apache/pinot/pull/8907#issuecomment-1170526857

   Multiple IP Request : 
   `curl --location --request POST 'http://localhost:8000/query/sql' \
   --header 'X-Forwarded-For: 103.0.113.165,60.91.3.17,120.192.338.678' \
   --header 'Content-Type: text/plain' \
   --data-raw '{"sql":"select yearID, count(*) from baseballStats group by yearID limit 20"}'`
   
   Response :
   <img width="1732" alt="pinot-log" src="https://user-images.githubusercontent.com/518685/176551180-c302b4fc-b761-4ad7-916e-d9a1d37f6836.png">
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org