Replies: 4 comments
-
|
As per the Doc, below is the example... but it is throwing an error on PRECISION and COMPACTION? are these options no longer supported... it works after removing them. Looks like we need to create TIMESERIES TYPE for each measurement from Telegraf... after i created the below, i can see the data being ingested. Telegraf input/output config: (below one is working) Is influxdb output plugin is not supported ? |
Beta Was this translation helpful? Give feedback.
-
|
Reproduced, opened an issue: #3820 |
Beta Was this translation helpful? Give feedback.
-
|
Ok, the precision issue was fixed. About influxdb, the difference:
Error parsing request payload: Invalid JSON object format: So the HTTP output plugin is just the correct way to integrate Telegraf with ArcadeDB. The InfluxDB plugin targets a different (richer) API that ArcadeDB doesn't emulate. |
Beta Was this translation helpful? Give feedback.
-
|
thanks for the clarification. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm exploring ArcadeDB's TimeSeries capabilities and trying to integrate it with Telegraf for ingesting system and infrastructure metrics. I understand ArcadeDB supports the InfluxDB line protocol, but I'm running into some challenges getting the data flowing correctly.
Environment:
What I've done so far:
Telegraf logs show successful writes (Wrote batch of 1 metrics), but no data appears in the database.
ERROR logs on ArcadeDB:
Any guidance on the correct configuration would be greatly appreciated. Happy to provide additional logs or details if needed.
Beta Was this translation helpful? Give feedback.
All reactions