Config a visualize dashboard for Performance analyzer

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): 2.15

Hello everyone,
I’ve installed “Performance analyzer” plugin. However, I would like to make a visualize dashboard, does everyone know how to do that? Is it possible if we could visualize it in OpenSearch Dashboard?

Any ideas would be appreciated

1 Like

@levi_1925 Have you tried perfTop?

OpenSearch Dashboards can visualise data stored in the indices. The Performance Analyzer doesn’t store data in the index but exposes at port 9600.

1 Like

Thank you.
Also, can we query API of Performance Analyzer in OpenSearch Dashboard?
I did try to using Dev Tool in Dashboard, however, it didn’t work. I can query via cli by using command “curl”

1 Like

@levi_1925 I don’t think you can. Maybe try Logstash to query the OS cluster at 9600.

2 Likes