File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change
1
+ Version 2.0.0 (2021-10-08)
2
+ --------------------------
3
+ Bump elastic4s to 7.14.1 (close #175)
4
+ Refactor config structure (close #206)
5
+ Github action to scan docker image with lacework (close #205)
6
+
1
7
Version 1.0.1 (2021-09-02)
2
8
--------------------------
3
9
Bump scala compiler to 2.12.14 (#200)
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $ sbt compile
25
25
The Snowplow Elasticsearch Loader has the following command-line interface:
26
26
27
27
```
28
- snowplow-elasticsearch-loader 1 .0.1
28
+ snowplow-elasticsearch-loader 2 .0.0
29
29
30
30
Usage: snowplow-elasticsearch-loader [options]
31
31
@@ -37,22 +37,15 @@ Usage: snowplow-elasticsearch-loader [options]
37
37
Create your own config file:
38
38
39
39
``` bash
40
- $ cp examples /config.hocon.sample my.conf
40
+ $ cp config /config.kinesis.reference.hocon my.conf
41
41
```
42
42
43
- Update the configuration to fit your needs like modifying the AWS credentials:
44
-
45
- ``` json
46
- aws {
47
- access-key: "default"
48
- secret-key: "default"
49
- }
50
- ```
43
+ Update the configuration to fit your needs.
51
44
52
45
Next, start the loader, making sure to specify your new config file:
53
46
54
47
``` bash
55
- $ java -jar snowplow-elasticsearch-loader-1 .0.1 .jar --config my.conf
48
+ $ java -jar snowplow-elasticsearch-loader-2 .0.0 .jar --config my.conf
56
49
```
57
50
58
51
## Find out more
You can’t perform that action at this time.
0 commit comments