Questions tagged [telegraf-plugins]
54 questions
0
votes
3 answers
How to use fluent-bit forward output plugin to send data to tcp port
I'm trying to use fluent-bit to ship logs from log files to telegraf which's listening on a port 8094. I'm able to send data to this port via terminal like this
echo "some_log_data" | nc localhost 8094
but when I'm using fluent-bit formward output…

megamind79
- 69
- 3
- 11
0
votes
1 answer
Telegraf logparser giving error. Error parsing log line:: must have one or more fields
Using Log parser input plugin, writing custom logs to influxdb.
Input plugin logparser giving error: Error parsing log line:
filename.log: must have one or more fields.
This is running telegraf version 1.5.3 and is failing with above error.
I…

Vinayak Mishra
- 341
- 4
- 11
0
votes
1 answer
How to get the process name and process state (running or stop) using telegraf procstat plugin
I am trying to monitor the system services state (running or stop) using telegraf. I am pushing all the data into the influxdb and trying to visualize it in grafana.
My end goal is that i need to visualize the processname and processstate from…

adiya joshi
- 29
- 4
0
votes
1 answer
Field type conflict with [input.tail] plugin
I'm trying to import the data from my csv file to InfluxDB by using Telegraf's input.tail plugin.
I'm able to import the data without expliciting the type of the fields. The problem is that I want to merge the data from csv to already existing…

mjagic
- 45
- 1
- 9
0
votes
1 answer
Storing response time and no of requests in influxdb from access logs
I have got a requirement to fetch and store response time and count of different 2xx,4xx and 5xx request from access logs to influxdb.(for graphing and alerting purpose).
I know I can use telegraf to parse logs file and keep sending data to…

kadamb
- 1,532
- 3
- 29
- 55
0
votes
2 answers
Is there a telegraf plugin which reads snmptraps from manager?
Is there a telegraf plugin which reads snmptraps from snmp manager
Thanks,
Simhadri

simhadri raju
- 13
- 5
0
votes
1 answer
Telegraf httpjson plugin error - must have one or more fields
i am using the httpjson plugin in telegraf.
My telegraf config looks like this:
[[inputs.httpjson]]
name = "info_metric"
servers = ["http://server.port/application/admin/info.json"]
method = "GET"
response_timeout = "5s"
The Json itself…

onionknight
- 101
- 1
- 10
0
votes
1 answer
EnhanceIO Telegraf `filestat` plugin - Super GLOB pattern not working - Make telegraf recursively look for all files
Telegraf v1.0.1 (git: master 26acdc9231efde105510fe5df3da7519bc4f42f7)
Telegraf service is running successfully sudo service telegraf status shows telegraf is running [OK].
I'm using Wavefront's SaaS based monitoring solution for showing Telegraf…

AKS
- 16,482
- 43
- 166
- 258
-1
votes
1 answer
How to receive systemd status and docker container status in telegraph?
I am trying to use telegraph to stream docker stats, to do so I am using docker input plugin as specified here - https://github.com/influxdata/telegraf/tree/master/plugins/inputs/docker
I am trying to send my output to a file. I notice that I am…

Magic
- 505
- 2
- 6
- 19