Applying any filters doesnt show issues

Must-share information (formatted with Markdown):
Version used: * Data Center Edition, Version 8.9.6 (build 50800)
SonarQube scan is triggered by Jenkins pipeline

On issues tab of all branches of a Github repository, I can see the count based on Severity. But when I apply filters to narrow down to specific directory, files etc., the details of issues are not displayed.
For example, it only shows ( ‘0/13 shown’), instead of showing 13/13 shown, 13 being the count of the narrowed down issues

See uploaded screenshot here.

Hi,

Welcome to the community!

This sounds like a corrupt Elasticsearch index. Can you try:

  • stop the server
  • delete `$SONARQUBE-HOME/data/es7
  • restart server

This will force the indices to be rebuild. The time for that will vary by the size of your data set. Please come back to us if that doesn’t do it.

 
HTH,
Ann