Last active
August 20, 2019 09:12
-
-
Save cdsap/6b63ef80877e5f6a4a628025f4df79be to your computer and use it in GitHub Desktop.
Hybrid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hybridPublisher { | |
taskPublisher = ElasticSearchPublisherConfiguration().apply { | |
url = "http://localhost:9200" | |
taskIndexName = "task" | |
} | |
buildPublisher = InfluxDbPublisherConfiguration().apply { | |
dbName = "tracking" | |
url = "http://localhost:8086" | |
buildMetricName = "build" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment