Add SQL input (#3380)
* Add SQL input * Update telegraf_plugins.yml Address PR feedback Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>pull/3381/head^2
parent
83c5ee4a83
commit
b70077a5ba
|
@ -1655,6 +1655,13 @@ input:
|
||||||
introduced: 1.3.0
|
introduced: 1.3.0
|
||||||
tags: [linux, macos, windows, networking]
|
tags: [linux, macos, windows, networking]
|
||||||
|
|
||||||
|
- name: SQL
|
||||||
|
id: sql
|
||||||
|
description: |
|
||||||
|
The SQL plugin reads and ingests SQL data from a variety of SQL databases into InfluxDB.
|
||||||
|
introduced: 1.19.0
|
||||||
|
tags: [linux, macos, windows, data-stores]
|
||||||
|
|
||||||
- name: Stackdriver
|
- name: Stackdriver
|
||||||
id: stackdriver
|
id: stackdriver
|
||||||
description: |
|
description: |
|
||||||
|
|
Loading…
Reference in New Issue