Releases: fbaligand/kibana-enhanced-table
Releases · fbaligand/kibana-enhanced-table
v1.14.0
- Add support for Kibana 8.12, 8.13, 8.14 and 8.15
- Add support for OpenSearch Dashboards 2.11+
- Add new 'Duration' format for computed columns (Kibana 7.14+) :
- Same features and options than Kibana 'Duration' format (in index patterns/data views)
- With an added 'Human-readable (very precise)' output format (ex:
3min 25s 124ms
) - With support for 'Numeral language locale' defined in Kibana Advanced Settings
- New features available in computed column formula (and other computed settings) :
- New functions available:
formattedCol
,cell
,formattedCell
,dateObject
anddurationObject
- Add 'formattedCol' variable (ex:
formattedCol1
orformattedCol['My Column']
) - Support for
col["colTitle"]
syntax (in addition tocol['colTitle']
) - Find details in documentation
- New functions available:
- New features available in computed column template:
- Add 'formattedCol' variable (ex:
formattedCol1
orformattedCol['My Column']
) - Add 'rawValue' variable, that is raw value of current column, not formatted (ex:
{{ rawValue.localeString }}
) - Docs: add new Computed Column Template documentation section (link added above 'Template' setting)
- Add 'formattedCol' variable (ex:
- Hidden columns: add support for titles surrounded by single or double quotes (ex: 'My Col' or "My Col"). Titles written without quoted are still supported.
- Add support for runtime fields in 'Document Table' visualization (Kibana 7.11+)
- Fix computed column total formatting, when 'Computed/Hidden cols per split col' is enabled
- Fix column total computing, when 'Computed/Hidden cols per split col' is enabled and there is some 0 value
- Fix filter bar CSS (Kibana 8.10+)
- Fix filter bar input CSS when it gets focus (Kibana 7.16+)
- Fix label 'Filter bar width' (Kibana 7.7+)
v1.13.5
v1.13.4
v1.13.3
- Add support for Kibana 8.4, 8.5 and 8.6
- Document Table: replace '_id' sort by '_doc' sort when 'Hits size' is greater than 10000 (to reduce memory usage in Elasticsearch)
- Fix CSV export filename (filename is now [visualization_name].csv) for Kibana 7.11+ and 7.0-7.7
- Fix number format when value is exponential (0.0000001 is now formatted as 0 and not '1e-7')
- Docs: fix 'Development' section for Kibana and OpenSearch Dashboards (osd branch)
v1.13.2
v1.13.1
v1.13.0
- Add support for Kibana 7.16 and 7.17 (thanks to @cpiment!)
- New option: "Sort split cols". Useful to get a natural columns order with "Split Cols" bucket (fix issue #150)
- Fix 'Show metrics for every bucket/level' for Kibana 7.14+ (fix issue #247)
- Fix aggConfig resolution for complex aggregations for Kibana 7.12+ (fix issue #239)
- Fix col() function, when used with customColPosition (fix issue #243)
- Fix "column total" for computed columns per split column (fix issue #185)
- Fix column reference by label with 'Compute total using formula' (fix issue #206)
- Fix case where totalHits=0 but table is not empty (typically when there is a "Split Rows" bucket with "Filters" aggregation)
- Fix template context on column total: timeRange, totalHits, total[i] are now available
- Several fixes on
timeRange
variable:- fix date rounding
- no more blocking error if timeRange computation fails
- fix timeRange computation when from/to date contains '||'
- Document Table: change 'Field' to 'Sort Field' label for Kibana 7.7+
NB: Since Kibana 8.0 is out, packages for Kibana 5.5 to 6.5 are not maintained anymore.
NB2: Due to a weird Angularjs error, enhanced-table plugin is not compatible with Kibana 7.16.0, 7.16.1 and 7.16.2. But it is compatible with Kibana 7.16.3.