CrateDB output plugin fails with memory input plugin #4110
Labels
bug
unexpected problem or unintended behavior
regression
something that used to work, but is now broken
Milestone
Bug report
Relevant telegraf.conf:
System info:
CrateDB 2.3
tested failing with two versions of Telegraf
installed via Homebrew on macOS 10.13.4:
installed via
go get
on macOS 10.13.4:Steps to reproduce:
telegraf --input-filter mem --output-filter cratedb config > telegraf.conf
telegraf --config telegraf.conf
Expected behavior:
Telegraf runs with no errors, and the CrateDB table is created and populated
Actual behavior:
repeated messages like this:
the table is created, but no records are written to CrateDB
Additional info:
this does not happen with the cpu input plugin
I have not tested any other plugins
The text was updated successfully, but these errors were encountered: