Issues with 1.11 performance analyzer no data no bind variables have been provided

Using the RPM OD distribution and offline plugin install.

Despite issues with different paths in the instruction, was able to complete all the installation steps: and after clearing all Error logs we are able to run performance analyze. Repeated Installation twice.

When running the first test command we get empty results
Similarly with PerfTop we get empty dashboards.

curl -XGET “localhost:9600/_opendistro/_performanceanalyzer/metrics?metrics=Latency,CPU_Utilization&agg=avg,max&dim=ShardID&nodes=all”
{“local”: {“timestamp”: 1612297820000, “data”: {“fields”:[{“name”:“ShardID”,“type”:“VARCHAR”},{“name”:“Latency”,“type”:“DOUBLE”},{“name”:“CPU_Utilization”,“type”:“DOUBLE”}],“records”:}}}[root@dcmidavtol1830 installers]#

The logs from /var/log/messages
Feb 2 15:31:51 dcmidavtol1830 performance-analyzer-agent-cli: Feb 02, 2021 3:31:51 PM org.jooq.tools.JooqLogger info
Feb 2 15:31:51 dcmidavtol1830 performance-analyzer-agent-cli: INFO: Single batch : No bind variables have been provided with a single statement batch execution. This may be due to accidental API misuse

What are we missing?