hi Ludovic,
it is impossible to set case insensitive processing for context names.
However, there are several workarounds. First, with a PerlFunc pattern
it is possible to convert the user name to lower (or upper) case
format, and return it for the match variable. Second, if you would
like to correlate two events, it might be possible to do this with
Pair or PairWithWindow rule. In this case, you can take advantage of
case insensitive regular expression matching in the 'pattern2' field,
with employing match variables inside the regexp.
In order to advise one or the other method, can you describe your
event correlation scenario more precisely? What are the input events
and what exactly you would like to achieve?
kind regards,
risto

2011/6/17 Ludovic Hutin <ludovic.hu...@ac-nancy-metz.fr>:
> Hi,
>
>     I am back again, with another question, it's possible to set the
> context param to be case insensitive ?
>     In my first log, username come in lowercase, and into other log
> they come with some uppercase
>
>     context=USER_$13 with $13 in the first logs is "toto" and in the
> second log is "TOTO"
>
>     The result is simple, impossible to correlate the 2 entry :-(
>
>     Any idea ?
>
> Best regards,
> Ludovic.
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> Simple-evcorr-users mailing list
> Simple-evcorr-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users
>

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Simple-evcorr-users mailing list
Simple-evcorr-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to