pub enum SIEMFormat {
CEF,
LEEF,
JSON,
Syslog,
CSV,
}Expand description
SIEM export format types
Variants§
CEF
Common Event Format (ArcSight)
LEEF
Log Event Extended Format (QRadar)
JSON
JSON format (Splunk, Elasticsearch)
Syslog
Syslog RFC 5424
CSV
CSV for reporting
Trait Implementations§
Source§impl Clone for SIEMFormat
impl Clone for SIEMFormat
Source§fn clone(&self) -> SIEMFormat
fn clone(&self) -> SIEMFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SIEMFormat
impl Debug for SIEMFormat
Source§impl PartialEq for SIEMFormat
impl PartialEq for SIEMFormat
impl Copy for SIEMFormat
impl Eq for SIEMFormat
impl StructuralPartialEq for SIEMFormat
Auto Trait Implementations§
impl Freeze for SIEMFormat
impl RefUnwindSafe for SIEMFormat
impl Send for SIEMFormat
impl Sync for SIEMFormat
impl Unpin for SIEMFormat
impl UnwindSafe for SIEMFormat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more