goreplay
goreplay copied to clipboard
【ES】can not support es6.X?
my es version is 6.6.0,gor is V1.3.3
I run gor --input-raw :8080 --output-http staging.com --output-http-elasticsearch 'es_host:api_port/index_name'
the es data is null
I change my es version to 5.X, gor is also V1.3.3 but the es data is null
Just take a look at ES7 breaking changes :) ES6 and ES7 have many differences in bulk APIs, for example. It might be not worth to adopt EOL versions of ES. But I'm not the maintainer of the project, just consumer with same problems :)