When I try to generate the dashboard report,I am hitting 2 API, the list of pass API is not showing and the Unnecessary filter is showing
Asked
Active
Viewed 381 times
1

Rock
- 161
- 2
- 6
- 17
2 Answers
1
This is something you defined somewhere, check the following files:
- jmeter.properties
- user.properties
- reportgenerator.properties
- whatever custom .properties file you have
for the jmeter.reportgenerator.exporter.html.series_filter
entry, it should be there with the filter you defined. Just comment out or remove the line and you will start seeing all the requests in the dashboard.
More information:

Dmitri T
- 159,985
- 5
- 83
- 133
-
Thank you very much Dmitri. I have commented jmeter.reportgenerator.exporter.html.series_filter this in user.properties – Rock Jul 21 '21 at 08:54
0
comment jmeter.reportgenerator.exporter.html.series_filter this in user.properties then generate the report.

Rock
- 161
- 2
- 6
- 17