Merge pull request #2975 from Security-Onion-Solutions/kilo

Issues 2954 and 2361 - Kibana config
This commit is contained in:
Doug Burks
2021-02-16 08:30:46 -08:00
committed by GitHub
3 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
"discover:sampleSize":"100", "discover:sampleSize":"100",
"dashboard:defaultDarkTheme":true, "dashboard:defaultDarkTheme":true,
"theme:darkMode":true, "theme:darkMode":true,
"timepicker:timeDefaults":"{\n \"from\": \"now-24h\",\n \"to\": \"now\",\n \"mode\": \"quick\"\n}" "timepicker:timeDefaults":"{\n \"from\": \"now-24h\",\n \"to\": \"now\"\n}"
} }
} }
+1
View File
@@ -13,3 +13,4 @@ elasticsearch.hosts: [ "http://{{ ES }}:9200" ]
elasticsearch.requestTimeout: 90000 elasticsearch.requestTimeout: 90000
logging.dest: /var/log/kibana/kibana.log logging.dest: /var/log/kibana/kibana.log
telemetry.enabled: false telemetry.enabled: false
security.showInsecureClusterWarning: false
File diff suppressed because one or more lines are too long