Kibana 7.10.2 config changes #2954

This commit is contained in:
Doug Burks
2021-02-12 14:05:29 -05:00
committed by GitHub
parent c717773fc3
commit fd4cb0b7a8

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}"
} }
} }