SyslogData
Inherits Struct < Value < Object
Constants
EMPTY = ""
Constructors
new(facility : String = EMPTY, severity : String = EMPTY, log_local_time : String = EMPTY, host : String = EMPTY, tag : String = EMPTY, body : String = EMPTY, suid : String = EMPTY, ingestion_time : String = EMPTY, proc_id : String = EMPTY)
SourceInstance methods
body
Sourcebody=(body : String)
Sourcefacility
Sourcefacility=(facility : String)
Sourcehost
Sourcehost=(host : String)
Sourceingestion_time
Sourceingestion_time=(ingestion_time : String)
Sourcelog_local_time
Sourcelog_local_time=(log_local_time : String)
Sourceproc_id
Sourceproc_id=(proc_id : String)
Sourceseverity
Sourceseverity=(severity : String)
Sourcesuid
Sourcesuid=(suid : String)
Sourcetag
Sourcetag=(tag : String)
Source