diff --git a/.github/ISSUE_TEMPLATE/ppl_bug_report.md b/.github/ISSUE_TEMPLATE/ppl_bug_report.md new file mode 100644 index 00000000000..5e8b1cfa8fc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ppl_bug_report.md @@ -0,0 +1,71 @@ +--- +name: 🐛 PPL Bug Report +about: Report a bug or unexpected behavior in PPL +title: '[BUG] Brief description of the issue' +labels: 'bug, untriaged, PPL' +assignees: '' +--- +## Query Information +**PPL Command/Query:** +```ppl +# Paste your PPL command or query here +# Remember to sanitize any sensitive fields or values +``` +**Expected Result:** + + +**Actual Result:** + + + +## Dataset Information +**Dataset/Schema Type** +- [x] OpenTelemetry (OTEL) +- [ ] Simple Schema for Observability (SS4O) +- [ ] Open Cybersecurity Schema Framework (OCSF) +- [ ] Custom (details below) + +**Index Mapping** +```json +{ + "mappings": { + "properties": { + "field_name": { "type": "type" } + // Add your index mapping here + // Replace sensitive field names with generic alternatives + } + } +} +``` +**Sample Data** +```json +{ + // Add sample document that reproduces the issue + // Use dummy/anonymized data for sensitive fields + // Example: Replace real IPs with 10.0.0.x, real emails with user@example.com +} +``` + +## Bug Description +**Issue Summary:** + + +**Steps to Reproduce:** +1. +2. +3. + +**Impact:** + + +## Environment Information +**OpenSearch Version:** + + +**Additional Details:** + + + +## Screenshots + + \ No newline at end of file