mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-26 22:47:49 +02:00
makedirs and place readme file for grafana https://github.com/Security-Onion-Solutions/securityonion/issues/1175
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
For files that are referenced inside the Grafana config, place them in /opt/so/saltstack/local/salt/grafana/etc/files/. This would include keys used for smtp or a Grafana enterprise license file.
|
||||||
@@ -86,6 +86,8 @@ grafana-dashboard-config:
|
|||||||
- group: 939
|
- group: 939
|
||||||
- template: jinja
|
- template: jinja
|
||||||
- source: salt://grafana/etc/dashboards/dashboard.yml
|
- source: salt://grafana/etc/dashboards/dashboard.yml
|
||||||
|
- makedirs: True
|
||||||
|
|
||||||
|
|
||||||
grafana-datasources-config:
|
grafana-datasources-config:
|
||||||
file.managed:
|
file.managed:
|
||||||
@@ -94,6 +96,7 @@ grafana-datasources-config:
|
|||||||
- group: 939
|
- group: 939
|
||||||
- template: jinja
|
- template: jinja
|
||||||
- source: salt://grafana/etc/datasources/influxdb.yaml
|
- source: salt://grafana/etc/datasources/influxdb.yaml
|
||||||
|
- makedirs: True
|
||||||
|
|
||||||
grafana-config:
|
grafana-config:
|
||||||
file.managed:
|
file.managed:
|
||||||
|
|||||||
Reference in New Issue
Block a user