Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 19f009e

Browse files
author
Florian Lautenschlager
authored
Merge pull request #4 from FlorianLautenschlager/master
Upgrade to Chronix-Server 0.3
2 parents bb04b8e + 99bf713 commit 19f009e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ subprojects {
5858
apply plugin: 'com.jfrog.bintray'
5959
apply plugin: 'com.github.hierynomus.license'
6060

61-
version = "0.2"
61+
version = "0.3"
6262

6363
license {
6464
includes(["**/*.java", "**/*.groovy"])

chronix-importer/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
compile 'org.yaml:snakeyaml:1.17'
55

66
compile 'de.qaware.chronix:chronix-api:0.1'
7-
compile 'de.qaware.chronix:chronix-server-client:0.2'
7+
compile 'de.qaware.chronix:chronix-server-client:0.3'
88
compile 'de.qaware.chronix:chronix-kassiopeia-simple:0.2'
99
compile 'de.qaware.chronix:chronix-kassiopeia-simple-converter:0.2'
1010

@@ -30,5 +30,5 @@ jar {
3030

3131
task buildRelease(type: Copy) {
3232
into "$projectDir/release/lib"
33-
from "$buildDir/libs/chronix-importer-0.2.jar"
33+
from "$buildDir/libs/chronix-importer-0.3.jar"
3434
}

chronix-importer/release/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ csvDelimiter: ;
1919
attributeFields:
2020
- host
2121
- group
22-
- process
22+
- source
2323

2424

2525
#Will parse the csv files without importing them.

chronix-importer/release/import.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
java -Dlog4j.configurationFile=log4j2.xml -jar lib/chronix-importer-0.2.jar config.yml data/
3+
java -Dlog4j.configurationFile=log4j2.xml -jar lib/chronix-importer-0.3.jar config.yml data/

chronix-server-integration/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131

3232
//Chronix
3333
compile 'de.qaware.chronix:chronix-api:0.1'
34-
compile 'de.qaware.chronix:chronix-server-client:0.2'
34+
compile 'de.qaware.chronix:chronix-server-client:0.3'
3535

3636
//Kassiopeia-Simple
3737
compile 'de.qaware.chronix:chronix-kassiopeia-simple:0.2'
@@ -42,6 +42,6 @@ dependencies {
4242
compile 'de.qaware.chronix:chronix-kassiopeia-converter:0.2'
4343

4444
//Solr
45-
compile 'org.apache.solr:solr-solrj:6.0.1'
45+
compile 'org.apache.solr:solr-solrj:6.1.0'
4646

4747
}

chronix-timeseries-exploration/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ dependencies {
2424
compile 'org.apache.logging.log4j:log4j-core:2.4'
2525

2626
//Chronix libs
27-
compile 'org.apache.solr:solr-solrj:6.0.0'
27+
compile 'org.apache.solr:solr-solrj:6.1.0'
2828
//Solr need commons logging
2929
compile 'commons-logging:commons-logging:1.2'
3030

3131
compile 'de.qaware.chronix:chronix-api:0.1'
32-
compile 'de.qaware.chronix:chronix-server-client:0.2'
32+
compile 'de.qaware.chronix:chronix-server-client:0.3'
3333
compile 'de.qaware.chronix:chronix-kassiopeia-simple:0.2'
3434
compile 'de.qaware.chronix:chronix-kassiopeia-simple-converter:0.2'
3535
}

0 commit comments

Comments
 (0)