chore: add logs section for bug reports (#10323)
This commit is contained in:
parent
6a1442f1bc
commit
5c826e0c30
|
|
@ -5,7 +5,7 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking time to fill out this bug report! We reserve Telegraf issues for bugs for reproducible problems.
|
Thanks for taking time to fill out this bug report! We reserve Telegraf issues for bugs for reproducible problems.
|
||||||
Please redirect any questions about Telegraf usage to our [Community Slack](https://influxdata.com/slack) or [Community Page](https://community.influxdata.com/) we have a lot of talented community members there who could help answer your question more quickly.
|
Please redirect any questions about Telegraf usage to our [Community Slack](https://influxdata.com/slack) or [Community Page](https://community.influxdata.com/) we have a lot of talented community members there who could help answer your question more quickly.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: config
|
id: config
|
||||||
|
|
@ -15,6 +15,13 @@ body:
|
||||||
render: toml
|
render: toml
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: config
|
||||||
|
attributes:
|
||||||
|
label: Logs from Telegraf
|
||||||
|
description: Please include the Telegraf logs, ideally with `--debug` used.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: system-info
|
id: system-info
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -63,4 +70,4 @@ body:
|
||||||
description: Include gist of relevant config, logs, etc.
|
description: Include gist of relevant config, logs, etc.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue