-
### Relevant telegraf.conf
```toml
###########
# MongoDB #
###########
[[inputs.mongodb]]
servers = ["mongodb://mongouser:abc@DE^YtrnA@127.0.0.1:27017"]
gather_cluster_status = true
…
-
### Use Case
Telegraf Avro processor doesnt support unions, here is the sample schema and encoded string.
```
schemaJSON := `
{
"type": "record",
"name": "test",
"fields": [
{"name…
-
Hi,
I am following the instructions to setup the plugin on AWS account.
However I get plugin is not available error once I try to select the database
![image](https://github.com/grafana/timestream…
-
Recently, we introduced a systemd watchdog with #478. Since then, we are able to monitor hanging or irresponsive instances of Poseidon. Just a few hours after merging and deploying #516, the first iss…
-
Backwards compatibility is required
Related: https://github.com/influxdata/telegraf/issues/11316
Deprecate the flags `--deprecation-list, --input-list, --output-list` by adding `DEPRECATED:` to …
-
### Please direct all support questsions to slack or the forums. Thank you.
I have below telegraf.conf Working fine but it creates only one table for both queries of input table I want two different …
-
## Feature Request
Adds an output plugin that allows telegraf (running in a guest environment) to write to a virtual socket on the host. The benefit compared to the socket_writer plugin is, that the …
-
Hi,
I would like to see a JSON format option for the API, like some other apps are doing it by appending a &format=json or something like this.
I trying to get my data into influxdb using their te…
-
Hi,
This is a general question based on some of the code examples I have seen.
What is Composer and when should it be used as opposed to instantiating a new Telegraf instance and then requiring …
-
### Please direct all support questsions to slack or the forums. Thank you.
Telegraf Version: 1.28.5 / Ubuntu Linux 22.04 (jammy)
I have the following configuration
```
[[processors.parser]]
…