[][src]Trait suricata_ipc::config::eve::Custom

pub trait Custom {
    fn name(&self) -> &str;
fn options(&self, output_type: &OutputType) -> HashMap<String, String>;
fn listener(&self, output_type: &OutputType) -> Option<PathBuf>;
fn render(&self, output_type: &OutputType) -> String; }

Required methods

fn name(&self) -> &str

fn options(&self, output_type: &OutputType) -> HashMap<String, String>

fn listener(&self, output_type: &OutputType) -> Option<PathBuf>

fn render(&self, output_type: &OutputType) -> String

Loading content...

Implementors

Loading content...