NAME
Ixchel::Actions::suricata_diff - Finds the differences between the Ixchel config and current Suricata config.
VERSION
Version 0.3.0
CLI SYNOPSIS
ixchel -a suricata_diff [-i <instance>]
CODE SYNOPSIS
use Data::Dumper;
my $results=$ixchel->action(action=>'suricata_diff', opts=>{np=>1, });
print Dumper($results);
DESCRIPTION
If .suricata.auto_sensor_name=0 and .suricata.config.sensor-name and .suricata.instances.$instance.sensor-name are undef, then it will set .suricata.auto_sensor_name=1 for the instance being processed.
FLAGS
-i instance
A instance to operate on.
RESULT HASH REF
.errors :: A array of errors encountered.
.status_text :: A string description of what was done and teh results.
.ok :: Set to zero if any of the above errored.