Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.7K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
Tell us about your experience with the "Oracle Enterprise Manager App for Grafana ”

Oracle Enterprise Manager App for Grafana user experience
Note: The minimum supported Enterprise Manager version is EM13.4 RU3 which works with Oracle Enterprise Manager App for Grafana v1.0.2
Best Answer
-
Is oracle actively providing support for the Grafana EM Plugin to its Enterprise Customers.
Answers
-
Hi Murtaza Husain,
I think the Grafana Plugin is not released yet. We are expecting it to be available with RU3.
Best Regards,
Venkat -
Hi Venkat,
Thank you for the follow-up.
Yes, that is correct that Grafana Plug-in is not yet released and is
planned for EM13.4 RU3 release.
Actually, I have recently started supporting Grafana as a Product
Manager within the Enterprise Manager team and the intent is to create a
place-holder on the Oracle Community page for future knowledge sharing
and product related support for Grafana Plug-in.
Hope this clarifies. Do let me know if you have any questions.
Thanks,
Murtaza
-
Hi Murtaza,
Excellent!! Good to know you.
This would be really useful if you keep us sharing more details on the Grafana as there are MOS communities where we get more external customer queries related to EM and recently for Grafana as well.
There i have mentioned that this would be available from RU3.
If you have more details to share, like certification / version / documentation, keep the thread posted. It would be really very helpful.
Thanks again,
Venkat -
Venkat - Nice to e-meet you too.
I would defintely share more information once we are close to release date.
BTW, can you send me a pointer to the MOS communities page? I would also
want to be a part of EM and Grafana related discussions.
Thanks,
Murtaza
-
-
Grafana Plug-in for Oracle Enterprise Manager 13.4 is now LIVE and generally available! It was initially showcased last year at OOW and garnered lots of excitement and interest from our customers, as it offers some very fascinating capabilities such as the ability to capture data across multiple EMs and visualize it on a single federated dashboard!
For more details, please visit the Grafana Plug-in download page: https://www.oracle.com/enterprise-manager/downloads/grafana-downloads.html
Note: It can also be accessed via EM Download page.
-
Hi Murtaza,
I tried to installing Grafana plugin but I can't see oracle enterprise manager data source in Grafana. I restarted grafana server several time and cleared browser cache but it is not visible.
My Grafana version is 6.7.2
My OEM version is 13c Release 4 Plug-in Update 3 (13.4.1.3).
[[email protected]]# grafana-cli plugins ls
installed plugins:
oracle-emcc-app @ 1.0.0
[[email protected] bin]# ls -lrt /var/lib/grafana/plugins
total 144
drwxr-xr-x. 6 root root 4096 Jun 5 22:13 oracle-emcc-app-1.0.0
-rw-r--r--. 1 root root 136029 Jun 17 05:10 oracle-emcc-app-1.0.0.zip
drwxr-xr-x. 6 root root 4096 Jun 17 07:02 oracle-emcc-app
I am not sure what I am missing here.
-
Hi,
Enable Grafana Service on the OMS server.
cd OMS_HOME/bin/
emctl set property -name oracle.sysman.db.restfulapi.grafana.enable -value true
emctl set property -name oracle.sysman.db.restfulapi.grafana.executesql.repository.query.enable -value trueemctl set property -name oracle.sysman.db.restfulapi.grafana.executesql.target.query.enable -value true
Best Regards,
Venkat
-
Hi ,
I already did that steps.Still I can't see.
[[email protected]~]$ emctl set property -name oracle.sysman.db.restfulapi.grafana.enable -value true -sysman_pwd xxxx
Oracle Enterprise Manager Cloud Control 13c Release 4
Copyright (c) 1996, 2020 Oracle Corporation. All rights reserved.
Property oracle.sysman.db.restfulapi.grafana.enable has been set to value true for all Management Servers
OMS restart is not required to reflect the new property value
[[email protected] ~]$ emctl set property -name oracle.sysman.db.restfulapi.grafana.executesql.repository.query.enable -value true -sysman_pwd xxxx
Oracle Enterprise Manager Cloud Control 13c Release 4
Copyright (c) 1996, 2020 Oracle Corporation. All rights reserved.
Property oracle.sysman.db.restfulapi.grafana.executesql.repository.query.enable has been set to value true for all Management Servers
OMS restart is not required to reflect the new property value
[[email protected] ~]$ emctl set property -name oracle.sysman.db.restfulapi.grafana.executesql.target.query.enable -value true -sysman_pwd xxxx
Oracle Enterprise Manager Cloud Control 13c Release 4
Copyright (c) 1996, 2020 Oracle Corporation. All rights reserved.
Property oracle.sysman.db.restfulapi.grafana.executesql.target.query.enable has been set to value true for all Management Servers
OMS restart is not required to reflect the new property value
-
Which OS are you using for this installation?