hi Agustin,

Currently, there are no variables which could be set from one rule,
and be accessible in *all* fields of other rules.
However, the same action list variable can be accessed in all rules,
but the use of action list variables is limited to action* rule fields
only.

kind regards,
risto

Kontakt Agustín Lara Romero (<aguw...@hotmail.com>) kirjutas kuupäeval
K, 16. detsember 2020 kell 12:19:
>
> Hi Risto,
> Is it possible to use global variables?
> For example:
> VARIABLE1 = msg 1
> VARIABLE2 =  msg 2
>
> and after use these variables in a different rules:
> type=Single
> ptype=RegExp
> pattern=sshd\[\d+\]: Failed .+ for (\S+) from ([\d.]+) port \d+ ssh2
> desc=use of VARIABLE1
> action=logonly $1 $VARIABLE1
>
> type=Single
> ptype=RegExp
> pattern=sshd\[\d+\]: Failed .+ for (\S+) from ([\d.]+) port \d+ ssh2
> desc=use of VARIABLE2
> action=logonly $1 $VARIABLE2
>
> Thanks you!
>
>
> _______________________________________________
> Simple-evcorr-users mailing list
> Simple-evcorr-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users


_______________________________________________
Simple-evcorr-users mailing list
Simple-evcorr-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to