Configuration Changes to Enable / Disable Insights Pages
The Insights pages can be hidden or shown, based on the changes made in the app-config.json file. By default, when Grafana is enabled, Pipeline insights and User insights pages are displayed and the Stage insights page is hidden.
To show or hide the insights pages as per your requirement, follow the steps below:
Goto enterprise-spinnaker/charts/oes/config/oes-ui/app-config.json
In the app-config.json file, add the following boolean flags as shown in the code block below:
"hide_pipeline_insights": false,
"hide_stage_insights": true,
"hide_user_insights": false,
Last updated
Was this helpful?