if there's public logging it's supposed to be mentioned somewhere
blahdeblah
Hi. Anyone able to explain to me what this syslog message from influxd means? It's stopping influxd from starting: "run: parse config: Type mismatch for 'run.Config.opentsdb': Type mismatch for opentsdb.Config. Expected map but found '[]map[string]interface {}'."
The opentsdb section in my config is completely empty
nicolas17
did it start happening recently, or?
blahdeblah
new install
I'm sure it's some sort of mistake in my config, but that kind of error message makes it pretty hard to work out where.
nicolas17
yeah that's weird
try removing the opentsdb section in the config entirely, instead of leaving it empty
blahdeblah
OK, diffed my config and I don't think it's that; looks like it's pulled a super-old version of the influxdb package from Ubuntu universe instead of the repo I expected it to come from. Time to debug why.
(diffed config from a working one, that is...)
rora has quit
kaushal joined the channel
kaushal has quit
larsks joined the channel
Phantom7 has quit
Phantom7 joined the channel
blkadder joined the channel
blkadder has quit
rdad joined the channel
rdad has quit
SkyRocknRoll joined the channel
kaushal joined the channel
kaushal has quit
nicolas17 has quit
kaushal joined the channel
kaushal has quit
Phantom7 has quit
rora joined the channel
overlord_tm joined the channel
rora has quit
SkyRocknRoll joined the channel
rora joined the channel
rora has quit
aviau joined the channel
knutix joined the channel
Mattch joined the channel
phendryx joined the channel
_ADN_ joined the channel
Naresh joined the channel
soosfarm joined the channel
Phantom7 joined the channel
blkadder joined the channel
mricher joined the channel
mricher
Hello!
I've go a rather annoying issue involving a combinaison of two mesurements which share the same fieldKey name
is it possible to rename the fieldKey in the select clause?
like SELECT mes1.value, mes2.value FROM mes1, mes2
a bit like the filedKey/tag disambiguation feature using `::`
Phantom7 has quit
ankush joined the channel
ankush has left the channel
rora joined the channel
mricher has quit
rora has quit
rora joined the channel
_ADN_ joined the channel
aviau joined the channel
knutix has quit
SkyRocknRoll joined the channel
SkyRocknRoll joined the channel
yardenbar joined the channel
Mattch has quit
sborza
blahdeblah: that actually looks like a bug in the code