Skip to content

Releases: malike/elasticsearch-report-engine

5.6.10 for Elasticsearch 5.6.10

27 Jul 16:19
Compare
Choose a tag to compare

Overview

Once this plugin is installed into elasticsearch search,it exposes the url http://{ip}:9200/_generate, you can run queries on your cluster with the right parameters it would return PDF,HTML or CSV file.

This version works on
Elasticsearch 5.6.10


Install

1. Install plugin

sudo bin/elasticsearch-plugin install https://github.com/malike/elasticsearch-report-engine/releases/download/5.6.10/st.malike.elasticsearch.report.engine-5.6.10.zip

2. Grant permissions

Grant Access

3. Folder Structure

Create folders templates and reports in ES_HOME. Store your *.jasper and *.jrxml
files in the templates folder and pass the templateName as the template (with the right
extension) parameter for HTML and PDF reports.

READ MORE

5.4.0 for Elasticsearch 5.4.0

27 Jul 15:48
Compare
Choose a tag to compare

Overview

Once this plugin is installed into elasticsearch search,it exposes the url http://{ip}:9200/_generate, you can run queries on your cluster with the right parameters it would return PDF,HTML or CSV file.

This version works on
Elasticsearch 5.4.0


Install

1. Install plugin

sudo bin/elasticsearch-plugin install https://github.com/malike/elasticsearch-report-engine/releases/download/5.4.0/st.malike.elasticsearch.report.engine-5.4.0.zip

2. Grant permissions

Grant Access

3. Folder Structure

Create folders templates and reports in ES_HOME. Store your *.jasper and *.jrxml
files in the templates folder and pass the templateName as the template (with the right
extension) parameter for HTML and PDF reports.

READ MORE