Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: samir67000 on April 24, 2017, 07:50:16 AM

Title: Parsing with Grok filter
Post by: samir67000 on April 24, 2017, 07:50:16 AM
Hello everyone.

I need your help to extract informations from a Genesys LOG.

So I have a log with a lot of information (URS log) and with a grok filter I only store log lines that interest me in a variable named "DAS".

The lines I extract look like this :

2017-04-13T10:31:33.108 Int 22000 ##### EI_COF_SICRC04_DistriSortant_STR-v1 - 0071029d90c9b553 - Appel Campagne : C_PREREC_GLOBAL@AG_PREREC_GLOB Appel : 685158961 Chain ID : 168810811 [b]Ditribution : OK[/b]

Now I would like to extract from this "DAS" field only what is highlighted: "Ditribution: OK".

Could you help me ?