buger / goreplay

GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
https://goreplay.org
Other
18.46k stars 9 forks source link

Does support for any version of elastic is work now? #1154

Open vikingtsu opened 1 year ago

vikingtsu commented 1 year ago

./gor --input-raw :8080 --output-http http://x.x.x.x --output-http-elasticsearch 'http://elk:9200/gor' --input-raw-engine raw_socket --input-raw-track-response

--output-http is work (also work output to file/output to stdout), BUT

tcpdump 'dst port 9200' tcpdump: verbose output suppressed, use -v[v]... for full protocol decode listening on enp5s0, link-type EN10MB (Ethernet), snapshot length 262144 bytes

and silence...

I do not understand how can i connect to elastic. Or its support is not working now?

(i am try master and 1.3.3 versions)

lklkxcxc commented 1 year ago

I have the same problem . My elasticsearch version is 6.8.1 .