Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Releases: samtecspg/conveyor

Conveyor 1.4.0 (ES 6.3/EUI support)

09 Aug 18:06
Compare
Choose a tag to compare

Changed

  • This release changes a lot of the UI and API that could make it incompatible with previous version.
  • Complete rewrite of the UI with https://elastic.github.io/eui/
  • Upgraded to Kibana 6.3.0
  • This changed the folder structure of the project moving the UI code from /plugin to /kibana-extra/conveyor

Removed

  • Removed libraries that where unnecessary or not used too much reducing the plugin size from 10mb to 4.2mb

Other

  • Multiple bug fixes

Conveyor 1.3.1 - Better feedback on files

09 Apr 03:11
Compare
Choose a tag to compare

Major improvement in this release is better UI feedback on file uploads (CSV imports, etc...)

Getting Started

For help getting started, be sure to check out our documentation or join us on our Gitter Channel.

Elastic Versioning

This version of Conveyor is built against ES 6.2.3. To install Conveyor into existing clusters of different versions the plugin file needs to be built for that specific version. Create an issue if you would like us to build a release package for a specific version.

Conveyor 1.2.0 - Better CSV upload

12 Mar 18:08
Compare
Choose a tag to compare

CSV import system has been reworked to support larger files (tested with a 250m file, larger may work), automatically detect column headers, and new "everything as strings" option to force the mapping of all columns to strings (because that will force everything to import - after which you can reindex later if you want to)

ES Versions

This version of Conveyor is built against ES 6.2.2. To install Conveyor into existing clusters of different versions the plugin file needs to be built for that specific version. Create an issue if you would like us to build a release package for a specific version.

Conveyor 1.1.1 - More channels, better docker

28 Feb 05:50
Compare
Choose a tag to compare

This release bring more then double the data sources (with improvements on the existing ones) and a much slimmer Docker install (uses prebuilt images, avoiding build time and source disk space)

The easiest way to take advantage of Conveyor is via the docker zip file ("conveyor-v1.1.1.zip" above)

Initial Conveyor Release - V1.0.1

19 Dec 23:04
Compare
Choose a tag to compare

This is the initial release of Conveyor.

To use:

  • download the conveyor-5.4.0-v1.0.1.zip
    • above link for a 5.4.0 Elastic stack - choose a different zip if you want a different ES version
  • unzip
  • docker-compose up inside the unzipped conveyor directory
  • ... wait for a bit while everything builds ...
    • (a message like channel-load_1 | Command finished successfully. means your ready to go)
  • Jump into the instantiated Kibana by pointing your web browser at http://localhost:5601

Online copy of the full documentation can be found at: https://samtecspg.github.io/conveyor/ (also available in the docs directory)