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

Commit 99bf713

Browse files
author
Florian Lautenschlager
committed
Set the attribute name to source to match the default download of Chronix-Server. Fixes the jar name.
1 parent c038aae commit 99bf713

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

chronix-importer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/

0 commit comments

Comments
 (0)