Skip to content

v1.11.0

Compare
Choose a tag to compare
@fbaligand fbaligand released this 03 Jan 23:09
· 81 commits to master since this release
  • Add computed column 'Custom column position' feature (to render the column at a previous position). Very convenient to put the computed column between 'classic' columns.
  • Add 2 new functions for computed columns formula:
    • total(colRef, defaultValue) : get a column total by label or index. If column does not exist, it returns defaultValue.
    • parseDate(date): parse a date string and returns number of milliseconds since Epoch. Useful in Document Table with Date field columns.
  • Add 'timeRange' variable to computed columns formula and template (Kibana 6.6+)
  • Add 'CSV export with total row' checkbox (Kibana 7.0+)
  • Add 'CSV export encoding' feature, to use another encoding than UTF-8 (Kibana 7.0+)
  • Change CSV export default filename from 'unsaved.csv' to 'export.csv' (Kibana 7.7+)
  • Document Table: add 'Full CSV export' feature, to download full Elasticsearch data, not only displayed data in Table (Kibana 7.7+)
  • Document Table: ability to display more than 10000 rows, in 'Hits size' setting (Kibana 6.6+)
  • Document Table: use indexed value if field type is not 'string', to have correct sorting and total computing (Kibana 6.6+)
  • Fix dashboard report generation when there is no results in Enhanced Table (#93)
  • Fix hidden filter bar when a global filter is added, that does not match table current filter
  • Fix computed column filtering on Document Table (Kibana 6.6 to 6.8)
  • Docs: add a new doc section that describes available variables and functions in computed settings
  • Docs: add a new 'Getting Started' section