diff --git a/VERSION b/VERSION index 967b33f..08456a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.7 \ No newline at end of file +0.2.8 \ No newline at end of file diff --git a/eventOutput/fileHandler.go b/eventOutput/fileHandler.go index b2f8316..19c690c 100644 --- a/eventOutput/fileHandler.go +++ b/eventOutput/fileHandler.go @@ -87,7 +87,7 @@ type SemiElasticFileEvent struct { PrintedFilesBackupPath string `json:"printed_files_backup_path,omitempty"` RemoteActivity string `json:"remote_activity,omitempty"` Trusted *bool `json:"trusted,omitempty"` - LoggedInOperatingSystemUser string `json:"loggedInOperatingSystemUser,omitempty"` + LoggedInOperatingSystemUser string `json:"logged_in_operating_system_user,omitempty"` } type ElasticFileEvent struct {