cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DPL Help Pls

DwayneWhite
Observer

Using the below Data, I was attempting to extract the folder and the file from this example log entry.  Here is what I started with and got no further.  Any guidance would be greatly appreciated.

TIMESTAMP("yyyy-MM-dd HH:mm:ss,SSS"):current_time SPACE
DIGIT:transfer_time SPACE
IPV4:remote_host SPACE
DIGIT:file_size SPACE
[^(.*/)\[^/\]]*:folder



Data
2024-09-25 13:04:02,536 0 10.22.10.10 36 /folder/partners/gump/Texax02/incoming/PFPT/pcmm/Errors/SMS_production-cg2/mmm01_utl_issues_conrepor.csv b s i r dispcgmftp ssh 0 *

2 REPLIES 2

Fin_Ubels
Dynatrace Champion
Dynatrace Champion

Hey Dwayne,

I wasn't able to figure it out with DPL, but if in the situation it is possible to also use DQL after the fact then you could do something like the following:

Fin_Ubels_0-1727304967284.png

Hope this helps

DwayneWhite
Observer

Thank you!!!!

Featured Posts