mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
move dashboard location
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": "Detailed {{NODETYPE}}",
|
||||
"description": "{{NODETYPE}}",
|
||||
"editable": true,
|
||||
"gnetId": null,
|
||||
"graphTooltip": 0,
|
||||
@@ -53,7 +53,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "browser",
|
||||
"title": "Detailed {{ NODETYPE }}",
|
||||
"title": "{{ NODETYPE }}",
|
||||
{% if NODETYPE | lower in 'overview' %}
|
||||
"uid": "so_overview",
|
||||
{% endif %}
|
||||
|
||||
@@ -1,19 +1,12 @@
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: 'Detailed Dashboards'
|
||||
folder: 'Detailed Dashboards'
|
||||
- name: 'Dashboards'
|
||||
folder: 'Dashboards'
|
||||
type: file
|
||||
disableDeletion: false
|
||||
editable: true
|
||||
allowUiUpdates: true
|
||||
options:
|
||||
path: /etc/grafana/grafana_dashboards/detailed
|
||||
- name: 'Overview Dashboards'
|
||||
folder: 'Overview Dashboards'
|
||||
type: file
|
||||
disableDeletion: false
|
||||
editable: true
|
||||
allowUiUpdates: true
|
||||
options:
|
||||
path: /etc/grafana/grafana_dashboards/overview
|
||||
path: /etc/grafana/grafana_dashboards/
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ grafana-config-files:
|
||||
{% for nodeType in nodeTypes %}
|
||||
detailed-{{nodeType}}-dashboard:
|
||||
file.managed:
|
||||
- name: /opt/so/conf/grafana/grafana_dashboards/detailed/{{nodeType}}.json
|
||||
- name: /opt/so/conf/grafana/grafana_dashboards/{{nodeType}}.json
|
||||
- user: 939
|
||||
- group: 939
|
||||
- template: jinja
|
||||
|
||||
Reference in New Issue
Block a user