Skip to content

Commit 9fb255f

Browse files
committed
Fix merge conflicts
1 parent 8f70ab5 commit 9fb255f

File tree

9 files changed

+9
-334
lines changed

9 files changed

+9
-334
lines changed

plugins/inputs/windows_event_log/windows_event_log.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ type EventConfig struct {
4040
LogGroupClass string `toml:"log_group_class"`
4141
Destination string `toml:"destination"`
4242
Retention int `toml:"retention_in_days"`
43-
4443
}
4544
type Plugin struct {
4645
FileStateFolder string `toml:"file_state_folder"`

plugins/inputs/windows_event_log/wineventlog/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,4 @@ func insertPlaceholderValues(rawMessage string, evtDataValues []Datum) string {
251251
sb.WriteString(rawMessage[prevIndex:])
252252
}
253253
return sb.String()
254-
}
254+
}

plugins/inputs/windows_event_log/wineventlog/utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@ func utf16PtrToString(ptr *uint16) string {
300300
utf16Slice = append(utf16Slice, element)
301301
}
302302
return syscall.UTF16ToString(utf16Slice)
303-
}
303+
}

plugins/inputs/windows_event_log/wineventlog/utils_windows.go

Lines changed: 0 additions & 189 deletions
This file was deleted.

0 commit comments

Comments
 (0)