Skip to content

Commit

Permalink
Add a data stream name input field to bug template (#10673)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Kroh <[email protected]>
  • Loading branch information
efd6 and andrewkroh authored Aug 1, 2024
1 parent f08662c commit af59973
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/integration_bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,12 @@ body:

validations:
required: true
- type: input
id: data_stream_dataset_name
attributes:
label: Dataset Name
description: Which [dataset](https://www.elastic.co/guide/en/fleet/current/data-streams.html) in the integration package are you having issues with?
placeholder: ex. nginx.access
- type: input
id: integration_version
attributes:
Expand Down

0 comments on commit af59973

Please sign in to comment.