Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Please follow the instructions given on this page, to upgrade to the latest Grafana version.

On this page


Download Grafana 5 script from Insights - Docroot


  • Grafana for Insights is powered by extremely powerful panels, that are included in the Docroot installation script.
  • Please click here to download the latest script.

Start Grafana


  • Run grafana-server file from the bin folder of Grafana or create it as a background service as per convenience.

Download & Replace latest Insights artifacts


  • Download latest Insights version - v4.4 from docroot or GitHub.
  • Replace app and PlatformService in Tomcat's webapps directory.
  • Start PlatformEngine as a standalone application or service.
  • Add "grafanaVersion" property in server-config.json as highlighted below - 

     Click here to expand...

    "grafana": {
        "grafanaEndpoint": "http://localhost:3000",
        "grafanaDBEndpoint": "jdbc:postgresql://localhost:5432/grafana",
        "adminUserName": "user",
        "adminUserPassword": "password",
         "dbUserName": "user",
         "dbPassword": "password",
         "grafanaVersion":"5.2.2"
    }

  • Start Tomcat.
  • No labels