anthonygauthier/jmeter-elasticsearch-backend-listener

sampler sub-results ignored

kadeboer opened this issue · 1 comments

Presently, if any sub-results exist in complex JMeter scripts, the sub-results are ignored. There are some very good use-cases however for using tiered samplers, rather than only accepting a flat list of results.

Implementing handling of the sub-results recursively should be relatively trivial. The SampleResult class has a getSubResults() which returns an Array of SampleResult. This can easily be converted to a List and then the handleSampleResults() method can be called recursively for as many levels of sub-results as exist.

I have opened a pull request here: #107

Hi @kadeboer!

How are you?

I'm trying to configure it, but I'm having some problems.

How do I get the index JSON files and the Grafana panel?

I was able to create an index in ELK and connect it to Grafana, but the data is not arriving in the dashboards when I run it in Jmeter.

I believe there is a small detail missing to resolve this.

I've already done this process with the InfluxDB plugin, but I'm new to Elasticsearch.

Thanks in advance.