We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d13ac5 commit c65f063Copy full SHA for c65f063
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## 2.17.0 (Unreleased)
2
3
+BUG FIXES:
4
+* Allow locator field in DefaultDateFormat to be empty (GH-384)
5
6
## 2.16.0 (May 20, 2022)
7
sumologic/sumologic_sources.go
@@ -34,7 +34,7 @@ type Source struct {
34
35
type DefaultDateFormat struct {
36
Format string `json:"format"`
37
- Locator string `json:"locator"`
+ Locator string `json:"locator,omitempty"`
38
}
39
40
type Filter struct {
0 commit comments