Skip to content

Commit 5edd707

Browse files
committed
cleanup for release
1 parent aa84a9d commit 5edd707

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Plugin to generate Reports from Elasticsearch Queries.
1010
- [PDF](#pdf)
1111
- [HTML](#html)
1212
- [CSV](#csv)
13-
- [Supported](#supported)
1413
- [Download](#download)
1514
- [Scheduling](#scheduling)
1615
- [Contribute](CONTRIBUTING.md)
@@ -26,17 +25,20 @@ Once this plugin is installed into elasticsearch search,it exposes the url http:
2625

2726
## Install
2827

29-
1. Install plugin
28+
_1. Install plugin_
3029

3130
```shell
3231
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
3332
```
3433

35-
2. Grant permissions
34+
_2. Grant permissions_
3635

3736
![Grant Access](2permissions.png)
3837

39-
3. Create folders `templates` and `reports` in `ES_HOME`. Store your `*.jasper` and `*.jrxml`
38+
39+
_3. Folder Structure_
40+
41+
Create folders `templates` and `reports` in `ES_HOME`. Store your `*.jasper` and `*.jrxml`
4042
files in the `templates` folder and pass the templateName as the `template` (with the right
4143
extension) parameter for `HTML` and `PDF` reports.
4244

src/test/java/st/malike/elastic/report/engine/service/GenerateReportServiceTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public void setUp() throws Exception {
5959
templateFileName = "SampleTemplate.jrxml";
6060
reportFormat = Generator.ReportFormat.PDF;
6161

62-
6362
}
6463

6564
@Test

0 commit comments

Comments
 (0)