@@ -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 2.0.0
28
+ snowplow-elasticsearch-loader 2.0.1
29
29
30
30
Usage: snowplow-elasticsearch-loader [options]
31
31
@@ -45,15 +45,15 @@ Update the configuration to fit your needs.
45
45
Next, start the loader, making sure to specify your new config file:
46
46
47
47
``` bash
48
- $ java -jar snowplow-elasticsearch-loader-2.0.0 .jar --config my.conf
48
+ $ java -jar snowplow-elasticsearch-loader-2.0.1 .jar --config my.conf
49
49
```
50
50
51
51
## Find out more
52
52
53
- | Technical Docs | Setup Guide | Roadmap & Contributing |
54
- | -----------------------------| -----------------------| --------------------------------------|
55
- | ![ i1] [ techdocs-image ] | ![ i2] [ setup-image ] | ![ i3] [ roadmap-image ] |
56
- | [ Technical Docs] [ techdocs ] | [ Setup Guide] [ setup ] | _ coming soon _ |
53
+ | Technical Docs | Setup Guide | Roadmap | Contributing |
54
+ | : --------------------------: | : --------------------: | : --------------------: | : ----------------------------: |
55
+ | ![ i1] [ techdocs-image ] | ![ i2] [ setup-image ] | ![ i3] [ roadmap-image ] | ![ i4 ] [ contributing-image ] |
56
+ | [ Technical Docs] [ techdocs ] | [ Setup Guide] [ setup ] | [ Roadmap ] [ roadmap ] | [ Contributing ] [ contributing ] |
57
57
58
58
## Copyright and license
59
59
@@ -84,10 +84,13 @@ limitations under the License.
84
84
[ elasticsearch ] : http://www.elasticsearch.org/
85
85
[ sbt ] : http://www.scala-sbt.org
86
86
87
- [ setup ] : https://github.com/snowplow/snowplow/wiki/elasticsearch-loader-setup
88
- [ techdocs ] : https://github.com/snowplow/snowplow/wiki/elasticsearch-loader
87
+ [ setup ] : https://docs.snowplowanalytics.com/docs/getting-started-on-snowplow-open-source/
88
+ [ roadmap ] : https://github.com/snowplow/enrich/issues
89
+ [ techdocs ] : https://docs.snowplowanalytics.com/docs/pipeline-components-and-applications/loaders-storage-targets/elasticsearch-loader/
90
+ [ contributing ] : https://docs.snowplowanalytics.com/docs/contributing/
89
91
90
92
[ techdocs-image ] : https://d3i6fms1cm1j0i.cloudfront.net/github/images/techdocs.png
91
93
[ setup-image ] : https://d3i6fms1cm1j0i.cloudfront.net/github/images/setup.png
92
94
[ roadmap-image ] : https://d3i6fms1cm1j0i.cloudfront.net/github/images/roadmap.png
95
+ [ contributing-image ] : https://d3i6fms1cm1j0i.cloudfront.net/github/images/contributing.png
93
96
[ license ] : http://www.apache.org/licenses/LICENSE-2.0
0 commit comments