Skip to content

Commit

Permalink
Release version 1.0.2 with stagemonitor 0.87.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Barnsteiner committed Jan 17, 2018
1 parent a3d3980 commit 3d2a991
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ cd stagemonitor-elasticsearch-init
### 2. Adjust stagemonitor version

Open `gradle.properties` and set the property `stagemonitorVersion` to the version of stagemonitor you are actually using.
Note that the minimum Version is 0.87.1.

Note that the minimum Version is 0.87.2.

### 3. Adjust optional plug-ins

Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
group 'org.stagemonitor'
version '1.0.1'

apply plugin: 'java'
apply plugin: 'application'
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
stagemonitorVersion=0.87.1
version=1.0.2
stagemonitorVersion=0.87.2
#url=http://user:pwd@localhost:9200
1 change: 1 addition & 0 deletions src/main/resources/simplelogger.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
org.slf4j.simpleLogger.log.org.stagemonitor.core.elasticsearch=debug
org.slf4j.simpleLogger.logFile=System.out
3 changes: 2 additions & 1 deletion src/main/resources/stagemonitor.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
stagemonitor.reporting.interval.elasticsearch=1000000
stagemonitor.reporting.interval.elasticsearch=1000000
stagemonitor.reporting.elasticsearch.availabilityCheckPeriodSec=-1

0 comments on commit 3d2a991

Please sign in to comment.