NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Active IQ Unified Manager Discussions

Error trying to connect WFA DB to Grafana

Balu
5,341 Views

Hello,

I am trying to connect WFADB to Graphana to pull out the execution logs from WFA and display them as graph in Grafana.

I understood that WFADB is not exposed to public only accesible within the installed server.

But Is there any way to connect to WFADB from external server?

2 REPLIES 2

moep
5,240 Views

WFA DB is standard MySQL. You can make it available on the network.

 

Remove the following from the mysql server configuration:

bind-address=127.0.0.1

https://dev.mysql.com/doc/refman/5.7/en/ipv6-server-config.html

 

Maybe you also need to tune your server firewall.

Balu
5,104 Views

Moep,

Thanks for your time and info.

Anyways I have duplicated my wfa Database and added Grafana as a Data source now Grafana can collect all the info from WFA.

Now i am able to pull the logs per or month or per year.

Public