Skip to content

Releases: codingchili/excelastic

1.2.6

31 Mar 12:27
Compare
Choose a tag to compare

Changes

  • support for enabling TLS when indexing to elasticsearch. (see: elastic_tls).

Excelastic v1.2.5

14 Dec 20:36
Compare
Choose a tag to compare

Whats new?

  • added http content type headers for strict content type (application/json)
  • .. and now supports ElasticSearch 6+.

Excelastic v1.2.4

18 Nov 17:21
Compare
Choose a tag to compare

New features!

  • Support for sending basic authentication as a header. #39
  • Support for clearing an existing index before importing new data. #45
  • Avoid wrapping exceptions for more readable error messages.

See the readme for instructions on how to use the new features.

Excelastic v1.2.3

07 Oct 12:15
Compare
Choose a tag to compare

New release that addresses the following issues

  • #41 missing rows in imported data
  • #42 fix for menu links not working after upload completes/fails.
  • #43 progress bar in the web interface shows actual progress

Changes

Changed size check on rows to include empty cells. Previously the empty cells were not accounted for, and the data misaligned with the template data types. Also added a check to not include null or empty string values when indexing in ElasticSearch. This caused an issue previously where a date typed field was empty, as "" could not be parsed by ElasticSearch as a valid date the whole row was discarded.

Added a websocket connection to update the progress in the web interface.
Updated links to ignore the current path, changed from href="." to #.

Thanks for submitting issue #41 with very useful test data. Please submit any issues if found in the release.

Excelastic v1.2.2

31 Jul 20:11
Compare
Choose a tag to compare

Changes in this version

  • Adds support for specifying a mapping when importing files.

Excelastic v1.2.1

08 Jul 08:09
Compare
Choose a tag to compare

Fixes based on feedback on version 1.2.0

  • when importing large datasets data is no longer lost #33
  • added progress to logging messages when importing #34
  • browser opens regardless if elasticsearch connection succeeds #31
  • improved logging feedback

Excelastic v1.2.0

21 Jun 20:52
Compare
Choose a tag to compare

Lots of changes in this update!

Major changes

  • detects dates in excel files properly and indexes in iso-8601 format.
  • added support for XML97 (.xls) files in addition to OOXML (.xlsx).
  • lots of improvements to logging and the website, new theme etc..

Minor changes

  • default configuration used if configuration.json missing
  • moved file parsing off the event loop
  • added javadoc to sources
  • cleaned up jade templating

Excelastic v1.0.1

05 Nov 15:09
Compare
Choose a tag to compare

In order to be able to fix bugs faster and provide feedback to users the following has changed,

  • Improved error handling by printing the stack trace in the browser.

Excelastic v1.0.0

04 Jun 10:18
Compare
Choose a tag to compare
Excelastic v1.0.0 Pre-release
Pre-release

First stable release, tested with Kibana and ElasticSearch 5.0.0-alpha1.

Web-based UI for importing XLSX files, the user is able to specify the row of the titles and the index name to insert into.