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