Skip to content

Commit

Permalink
Prepare for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Oct 7, 2021
1 parent 6297ff0 commit cc97e0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 2.0.0 (2021-10-08)
--------------------------
Bump elastic4s to 7.14.1 (close #175)
Refactor config structure (close #206)
Github action to scan docker image with lacework (close #205)

Version 1.0.1 (2021-09-02)
--------------------------
Bump scala compiler to 2.12.14 (#200)
Expand Down
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ sbt compile
The Snowplow Elasticsearch Loader has the following command-line interface:

```
snowplow-elasticsearch-loader 1.0.1
snowplow-elasticsearch-loader 2.0.0
Usage: snowplow-elasticsearch-loader [options]
Expand All @@ -37,22 +37,15 @@ Usage: snowplow-elasticsearch-loader [options]
Create your own config file:

```bash
$ cp examples/config.hocon.sample my.conf
$ cp config/config.kinesis.reference.hocon my.conf
```

Update the configuration to fit your needs like modifying the AWS credentials:

```json
aws {
access-key: "default"
secret-key: "default"
}
```
Update the configuration to fit your needs.

Next, start the loader, making sure to specify your new config file:

```bash
$ java -jar snowplow-elasticsearch-loader-1.0.1.jar --config my.conf
$ java -jar snowplow-elasticsearch-loader-2.0.0.jar --config my.conf
```

## Find out more
Expand Down

0 comments on commit cc97e0e

Please sign in to comment.