Skip to content

Commit

Permalink
cleanup for release
Browse files Browse the repository at this point in the history
  • Loading branch information
malike committed Jul 27, 2018
1 parent aa84a9d commit 5edd707
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Plugin to generate Reports from Elasticsearch Queries.
- [PDF](#pdf)
- [HTML](#html)
- [CSV](#csv)
- [Supported](#supported)
- [Download](#download)
- [Scheduling](#scheduling)
- [Contribute](CONTRIBUTING.md)
Expand All @@ -26,17 +25,20 @@ Once this plugin is installed into elasticsearch search,it exposes the url http:

## Install

1. Install plugin
_1. Install plugin_

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

2. Grant permissions
_2. Grant permissions_

![Grant Access](2permissions.png)

3. Create folders `templates` and `reports` in `ES_HOME`. Store your `*.jasper` and `*.jrxml`

_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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public void setUp() throws Exception {
templateFileName = "SampleTemplate.jrxml";
reportFormat = Generator.ReportFormat.PDF;


}

@Test
Expand Down

0 comments on commit 5edd707

Please sign in to comment.