From af599736f4e02cf8f5cee714a648ca74c53a7392 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Thu, 1 Aug 2024 20:11:00 +0930 Subject: [PATCH] Add a data stream name input field to bug template (#10673) Co-authored-by: Andrew Kroh --- .github/ISSUE_TEMPLATE/integration_bug.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/integration_bug.yml b/.github/ISSUE_TEMPLATE/integration_bug.yml index 86e15d7197c..335db25d49d 100644 --- a/.github/ISSUE_TEMPLATE/integration_bug.yml +++ b/.github/ISSUE_TEMPLATE/integration_bug.yml @@ -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: