[Canvas] Apply relevant Kibana advanced settings #37436
Labels
enhancement
New value added to drive a business result
Feature:Canvas
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
Meta
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Describe the feature:
Canvas should read and apply Kibana advanced settings. We've gotten a few requests for support of things like browser timezones and currency formats.
Describe a specific use case for the feature:
Here's a list of settings we might be interested in using in Canvas:
Numbers
Use these as options for the
formatNumber
arg #23111format:bytes:defaultPattern
format:currency:defaultPattern
format:number:defaultPattern
format:percent:defaultPattern
: might want to apply this by default tometric
/progress
?Apply locale to displayed numbers (
datatable
,metric
,progress
, etc.)format:number:defaultLocale
Canvas does not use Kibana number formatting locale #28007UI
theme:darkMode
: set default page color to something besides white in dark mode?Date/Time
dateFormat
:datatables
and in the time filter element Advanced settings date format change doesn't propagate to Canvas workpads #31430formatDate
arg Create arg type for formatdate/rounddate #23112dateFormat:scaled
: this one might apply to adate
axis on aplot
element?dateFormat:tz
: is this blocked by Handle Timezones #23075? [Canvas] Display timestamp in the browser's timezone #33959dateFormat:dow
: apply to calender in time filter element [Canvas] Switch to using EUI SuperDatePicker in time filter element #59249 (supported byEuiSuperDatePicker
component)timepicker:refreshIntervalDefaults
: apply to autorefreshtimepicker:quickRanges
: apply to time filter element (in place of our built in quick ranges?) [Canvas] Customizable time picker #33867 [Canvas] Switch to using EUI SuperDatePicker in time filter element #59249timepicker:timeDefaults
: set default range (default is currently Last 24 hours)ES Datasources
defaultIndex
: set this as the default index inesdocs
andessql
Change default query for SQL search in Canvas #25059 [Canvas] SQL datasource should default to a valid index pattern #35967courier:ignoreFilterIfFieldNotInIndex
: we should apply this to all datasourcesAre there any other settings I'm missing?
The text was updated successfully, but these errors were encountered: