anthonygauthier/jmeter-elasticsearch-backend-listener

Send extracted data into ElasticSearch using backend listener

Closed this issue · 1 comments

Hi Delirius325,

We have a requirement to capture some value (say transaction id) from JSON response and post the value into ElasticSearch. So is it be possible to send captured value into ElasticSearch using backend listener ? If yes, then please share me the steps I have to follow.

Hi @sg86-sourav,

It is possible, please refer to this

The request you'll most likely want to use will be the "Request Headers" method.

Thanks,