chore: add logs section for bug reports (#10323)
This commit is contained in:
parent
6a1442f1bc
commit
5c826e0c30
|
|
@ -5,7 +5,7 @@ body:
|
|||
- type: markdown
|
||||
attributes:
|
||||
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.
|
||||
- type: textarea
|
||||
id: config
|
||||
|
|
@ -15,6 +15,13 @@ body:
|
|||
render: toml
|
||||
validations:
|
||||
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
|
||||
id: system-info
|
||||
attributes:
|
||||
|
|
@ -63,4 +70,4 @@ body:
|
|||
description: Include gist of relevant config, logs, etc.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue