Skip to content

Instantly share code, notes, and snippets.

@cdsap
Created April 4, 2019 16:47
Show Gist options
  • Save cdsap/492e1f3c312022928f0c077ada1aaede to your computer and use it in GitHub Desktop.
Save cdsap/492e1f3c312022928f0c077ada1aaede to your computer and use it in GitHub Desktop.
InfluxDbPublisher Conf
talaiot {
logger = LogTracker.Mode.INFO
publishers {
outputPublisher
influxDbPublisher {
dbName = "tracking"
url = "http://localhost:8086"
urlMetric = "tracking"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment