how can i know http method How can I configure Packetbeat to prevent sending preflight http requst( OPTIONS request)
Asked
Active
Viewed 70 times
0
-
I'm not sure but I think you can't filter on method in HTTP module of Packetbeat, if you use Logstash pipeline, try to drop OPTIONS in Logstash – ᴀʀᴍᴀɴ Nov 30 '20 at 22:33
-
I am new in Logstash, how can I drop OPTIONS in Logstash – Abdelrahman Fawzy Dec 01 '20 at 14:58
-
See logstash filter `mutate` – ᴀʀᴍᴀɴ Dec 01 '20 at 17:38
-
do u have an idea, how to get http method (post get ,..OPTIONS ) inside logstash – Abdelrahman Fawzy Dec 01 '20 at 19:41