Thanks Taras for your response. Here is our problem.
When developing jmeter script in Jmeter UI from JMeter Plugins Manager we were able to select and install the plugin and automatically install to jmeter-home/lib/ext/jmeter.backendlistener.elasticsearch-2.7.0.jar.
When running tests in Taurus we have seen error messages in jmeter.log. After copying the Jar file jmeter.backendlistener.elasticsearch-2.7.0.jar to ~/.bzt/jmeter-taurus/{version}/lib/ext the data went to the elasticsearch.
Now we were trying to put it to pipeline using Docker image blazemeter/taurus we got the same following messages.
2021-08-10 16:02:21,184 ERROR o.a.j.v.b.BackendListener: StandardJMeterEngine@4648ce9-Backend Listener Exception initialising: io.github.delirius325.jmeter.backendlistener.elasticsearch.ElasticsearchBackendClient
java.lang.ClassNotFoundException: io.github.delirius325.jmeter.backendlistener.elasticsearch.ElasticsearchBackendClient
at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_292]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_292]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_292]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_292]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_292]
at org.apache.jmeter.visualizers.backend.BackendListener.initClass(BackendListener.java:129) [ApacheJMeter_components.jar:5.2.1]
at org.apache.jmeter.visualizers.backend.BackendListener.testStarted(BackendListener.java:305) [ApacheJMeter_components.jar:5.2.1]
at org.apache.jmeter.visualizers.backend.BackendListener.testStarted(BackendListener.java:281) [ApacheJMeter_components.jar:5.2.1]
at org.apache.jmeter.engine.StandardJMeterEngine.notifyTestListenersOfStart(StandardJMeterEngine.java:206) [ApacheJMeter_core.jar:5.2.1]
at org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:381) [ApacheJMeter_core.jar:5.2.1]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_292]
......
2021-08-10 16:02:24,057 WARN o.a.j.v.b.BackendListener: ErrorBackendListenerClient#handleSampleResult called, noop
2021-08-10 16:02:24,140 WARN o.a.j.v.b.BackendListener: ErrorBackendListenerClient#handleSampleResult called, noop
2021-08-10 16:02:24,518 WARN o.a.j.v.b.BackendListener: ErrorBackendListenerClient#handleSampleResult called, noop
2021-08-10 16:02:24,584 WARN o.a.j.v.b.BackendListener: ErrorBackendListenerClient#handleSampleResult called, noop
2021-08-10 16:02:24,585 WARN o.a.j.v.b.BackendListener: ErrorBackendListenerClient#handleSampleResult called, noop
2021-08-10 16:02:25,652 WARN o.a.j.v.b.BackendListener: ErrorBackendListenerClient#handleSampleResult called, noop
2021-08-10 16:02:25,853 WARN o.a.j.v.b.BackendListener: ErrorBackendListenerClient#handleSampleResult called, noop
2021-08-10 16:02:25,900 WARN o.a.j.v.b.BackendListener: ErrorBackendListenerClient#handleSampleResult called, noop
2021-08-10 16:02:25,915 WARN o.a.j.v.b.BackendListener: ErrorBackendListenerClient#handleSampleResult called, noop
2021-08-10 16:02:25,955 WARN o.a.j.v.b.BackendListener: ErrorBackendListenerClient#handleSampleResult called, noop
2021-08-10 16:02:26,069 WARN o.a.j.v.b.BackendListener: ErrorBackendListenerClient#handleSampleResult called, noop
2021-08-10 16:02:26,092 WARN o.a.j.v.b.BackendListener: ErrorBackendListenerClient#handleSampleResult called, noop
......
So the test results data could not get into the ElasticSearch server. That's problem. Hope to have your assistance to solve it.
Thanks again,
Jessica