Score:0

using tcpdump how to capture only traffic between my server and elastic search database

id flag

I want to use tcpdump to capture traffic between my server and the elastic search database also I would like to capture traffic of one specific url POST https://vpc-my-es-3-abcd.us-east-1.es.amazonaws.com/idx_abc_prod/doc/_search

Nikita Kipriyanov avatar
za flag
`tcpdump` works on OSI level 4, not above. It doesn't know what "URL" or "HTTP request" is, at best it knows IP addresses, IP transport protocols and ports. What problem exactly you attempt to solve and why you chose such hardcore way to approach it? What other ways you considered?
gapsf avatar
ng flag
Also traffic will be encrypted if you use https so you dont able to see http headers for example
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.