[][src]Trait suricata_ipc::config::output::Output

pub trait Output {
    fn name(&self) -> &str;
fn render_messages(&self) -> String;
fn eve(&self) -> &EveConfiguration;
fn output_type(&self) -> OutputType; }

Required methods

fn name(&self) -> &str

fn render_messages(&self) -> String

fn eve(&self) -> &EveConfiguration

fn output_type(&self) -> OutputType

Loading content...

Implementors

impl Output for Alert[src]

impl Output for Dns[src]

impl Output for Flow[src]

impl Output for Http[src]

impl Output for Smtp[src]

impl Output for Stats[src]

impl Output for Tls[src]

Loading content...