mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-27 18:33:31 +01:00
42 lines
875 B
YAML
42 lines
875 B
YAML
kibana:
|
|
enabled: True
|
|
saved_objects:
|
|
discover:
|
|
sampleSize: 100
|
|
theme:
|
|
darkMode: True
|
|
timepicker:
|
|
timeDefaults:
|
|
from: now-24h
|
|
to: now
|
|
config:
|
|
server:
|
|
name: kibana
|
|
host: "0.0.0.0"
|
|
basePath: /kibana
|
|
publicBaseUrl: https://{{salt['pillar.get']('global:url_base')}}/kibana
|
|
elasticsearch:
|
|
hosts:
|
|
- https://{{salt['pillar.get']('manager:mainip')}}:9200
|
|
ssl:
|
|
verificationMode: none
|
|
requestTimeout: 90000
|
|
logging:
|
|
appenders:
|
|
file:
|
|
type: file
|
|
fileName: /var/log/kibana/kibana.log
|
|
layout:
|
|
type: pattern
|
|
root:
|
|
appenders:
|
|
- default
|
|
- file
|
|
telemetry:
|
|
enabled: False
|
|
security:
|
|
showInsecureClusterWarning: False
|
|
xpack:
|
|
ml:
|
|
enabled: False
|