Hello,
I have a problem that seems simple to solve, but I'm having trouble solving it.
I have to grok a path, here is a path similar to mine:
D:\MyFiles\allmylogs.log
I have a problem with the "\".
How can I include it in my grok? :
\\ ?
[\\] ?
\ ?
I'm trying to doing this :
%{DATA:letter}:\%{DATA:Directory}\%{DATA:fileName}.log
I'm sure it's just silly.
Thx for your help