anthonygauthier/jmeter-elasticsearch-backend-listener

New Features/Fields request

nareshnakka opened this issue · 4 comments

TestStartTime field is changing for every field. It should be constant across the test. Can you please fix it.

Adding to it, Can you please add below fields also to be logged to elastic. For a performance tester, while creating dashboard it is very useful.

  1. TestExecutionIteration
  2. TestAppName
  3. TestAppBuildNumber/TestAppVersionNumber
  4. TestType

Hi @nareshnakka,

I'll be looking into this.

Thanks,

TestStartTime that field did not exist. It was StartTime which is the Sample Start Time. I'm currently in the midst of releasing a new version and I made the follwing modification:

StartTime -> SampleStartTime
EndTime -> SampleEndTime
added TestStartTime

As far as the custom fields you mentioned, you can add them yourself as custom parameters in the listener.

Cheers,

It's just a matter of adding custom parameters in your listener within JMeter. See README for more information.

Thanks