Skip to content

v1.14.0

Latest
Compare
Choose a tag to compare
@fbaligand fbaligand released this 01 Feb 12:53
· 4 commits to master since this release
  • 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 and durationObject
    • Add 'formattedCol' variable (ex: formattedCol1 or formattedCol['My Column'])
    • Support for col["colTitle"] syntax (in addition to col['colTitle'])
    • Find details in documentation
  • New features available in computed column template:
    • Add 'formattedCol' variable (ex: formattedCol1 or formattedCol['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)
  • 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+)