You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge develop changes to release (2.1.0) branch (#65)
* Added support for Docker logging tags within Splunk source and source… (#56)
* Updated license to include licensing for templates.go
* Updates for sending telemetry (#58)
* Moved tests to CircleCI (#60)
* update release tags
about: Report a bug encountered while operating Splunk Connect for Docker
4
+
title: ''
5
+
labels: ''
6
+
assignees: ''
7
+
8
+
---
9
+
10
+
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
11
+
12
+
Please do not report security vulnerabilities with public GitHub issue reports. Please report security issues here: https://www.splunk.com/goto/report_vulnerabilities_prodsec
13
+
-->
14
+
15
+
16
+
**What happened**:
17
+
18
+
**What you expected to happen**:
19
+
20
+
**How to reproduce it (as minimally and precisely as possible)**:
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
4
+
5
+
## Types of changes
6
+
7
+
What types of changes does your code introduce?
8
+
_Put an `x` in the boxes that apply_
9
+
10
+
-[ ] Bugfix (non-breaking change which fixes an issue)
11
+
-[ ] New feature (non-breaking change which adds functionality)
12
+
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
13
+
14
+
## Checklist
15
+
16
+
_Put an `x` in the boxes that apply._
17
+
18
+
-[ ] I have read the [CONTRIBUTING](https://github.com/splunk/docker-logging-plugin/blob/develop/CONTRIBUTING.md) doc
19
+
-[ ] I have read the [CLA](https://github.com/splunk/docker-logging-plugin/blob/develop/CLA.md)
20
+
-[ ] I have added tests that prove my fix is effective or that my feature works
21
+
-[ ] I have added necessary documentation (if appropriate)
22
+
-[ ] Any dependent changes have been merged and published in downstream modules
0 commit comments