Questions tagged [telegraf-output-plugins]
24 questions
0
votes
0 answers
Impossible to fetch data from kafka to telegraf
I have a personal project to gather data from an earthquake monitoring API and put it in real time on a kafka topic and then retrieve it on grafana.
For that I use telegraf and this plugin allowing to listen and to recover data of a topic, before…

N7Legend
- 71
- 9
0
votes
1 answer
How to change the interval of a plugin in telegraf?
Using: telegraf version 1.23.1
Thats the workflow Telegraf => Influx => Grafana.
I am using telegraf to check my metrics on a shared server. So far so good, i already could initalize the Telegraf uWSGI Plugin and display the data of my running…

black_hole_sun
- 908
- 11
- 41
0
votes
1 answer
Is there a way to write to kafka topics based on telegraf input?
I want to write the data collected by the agent into different topics in the kafka according to the input plugins. Can we forward the collected data to kafka topics separately according to telegraf inputs?
This is my telegraf.conf…

N'bia
- 69
- 7
0
votes
1 answer
Precision gets lost for big number in telegraf
Precision gets lost for big number.
I am using tail input plugin to read file and data inside a file is in json format.
Below is the configuration
[inputs.tail]]
files = ["E:/Telegraph/MSTCIVRRequestLog_*.json"]
from_beginning = true
…

kamlesh jayaswal
- 1
- 1
0
votes
1 answer
Telegraf plugins - Telegraf send data to influxdb only for one plugin
Im new here, I have an issue with one plugin,
So im using telegraf to get data from ipmi sensor, and it’s working I can see that in Grafana dashboard via InfluxDB,
so until here everything is working correctly,
I added another input plugin to my…

xCCIE
- 53
- 5
0
votes
1 answer
How to get time stamp for the date and time which is already in my data?
I am reading the data from kinesis and inserting it into the Telegraf. Data is coming in Telegraf and this data going in Influxb. The timestamp is being added automatically. I already have date and time column in my data. I want to insert the…

Ravi kant Gautam
- 333
- 2
- 23
0
votes
2 answers
Multiple Telegraf Daemons trying to write to same DB in InfluxDB
I have two telegraf daemons running.
Daemon 1 : Input = kafka topic : sample_topic, Output = InfluxDb : DB = telegraf, MEASUREMENT = KI1
Daemon 2 : Input = kafka topic : sample_topic2, Output = InfluxDb : DB = telegraf, MEASUREMENT = KI2
The two…

R10
- 33
- 6
0
votes
1 answer
telegraf disk-input does not write to output in phusion/baseimage
Just used telegraf and influxdb with some other plugins.
But the output of [[inputs.disk]] is not sent to the influx-database, although the telegraf-cli prints the series:
root@99a3dda91f0e:/# telegraf --config /etc/telegraf/telegraf.conf --test
*…

haudenlukas
- 1
- 1
-1
votes
1 answer
Telegraf (Tick stack)
Any one Plz answer my question, if u have known the answer:
I have two telegraf agents one in windows system and other in linux centos server. I also have one influxdb database.
Question is: in my windows telegraf config file I have given the db…

Ravindra
- 1
- 2