I have been searching for a way to exclude a thread group from the jmeter HTML report. All the answers show how to include only a select thread group with names. However, I have several threadgroups and I need to get the report of ALL the thread groups EXCEPT one.
Example
jmeter.reportgenerator.exporter.html.series_filter=^(Main)(-success|-failure)?$
This will include only the "Main" in the report. Is there a way to exclude "Main" from the report ?