mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-15 21:52:47 +01:00
45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
grafana:
|
|
config:
|
|
server:
|
|
root_url: "%(protocol)s://%(domain)s/grafana/"
|
|
auth.anonymous:
|
|
enabled: true
|
|
org_name: Main Org.
|
|
org_role: Viewer
|
|
smtp:
|
|
enabled: false
|
|
# host: localhost:25
|
|
# user: myuser
|
|
# If the password contains # or ; you have to wrap it with triple quotes wrapped by single quotes. Ex '"""#password;"""'
|
|
# password: mypassword
|
|
# cert_file: /etc/grafana/config/files/smtp_cert_file.crt
|
|
# key_file: /etc/grafana/config/files/smtp_key_file.key
|
|
# skip_verify: false
|
|
from_address: admin@grafana.localhost
|
|
from_name: Grafana
|
|
# ehlo_identity: dashboard.example.com
|
|
# auth.ldap:
|
|
# enabled: false
|
|
# config_file: /etc/grafana/config/files/ldap.toml
|
|
# allow_sign_up: true
|
|
# enterprise:
|
|
# license_path: /opt/so/conf/grafana/etc/files/license.jwt
|
|
dashboards:
|
|
standalone:
|
|
panels:
|
|
cpu_usage_idle:
|
|
enabled: true
|
|
trend: true
|
|
gridPos:
|
|
h: 10
|
|
w: 20
|
|
x: 0
|
|
y: 0
|
|
cpu_usage_tasks: {}
|
|
disk_io: {}
|
|
disk_used_root: {}
|
|
disk_used_nsm: {}
|
|
elasticsearch_cpu_usage: {}
|
|
elasticsearch_documents_count: {}
|
|
elasticsearch_field_data_cache_size: {}
|