i've followed the documentation and also some examples on here but for some reason I cant seem to get these to extract
here is an example of the log
xxx localhost 9997 8003 test test endRequest 2266 2022-11-17T08:08:06.617 2022-11-17T08:08:06.640 23 0 - OK - - DESC EXTENDED VIEW test_data_imp DESC - Denodo-Scheduler JDBC 127.0.0.1 - - the props are as follows
[denodo-vdp-queries] SHOULD_LINEMERGE=true LINE_BREAKER=([\r\n]+) NO_BINARY_CHECK=true REPORT-denodo-vdp-queries-fields = REPORT-denodo-vdp-queries-fields the transforms are as follows
[REPORT-denodo-vdp-queries-fields] DELIMS = "\t" FIELDS = "server_name","host","port","id","database","username","notification_type","sessionID","start_time","end_time","duration","waiting_time","num_rows","state","completed","cache","query","request_type","elements","user_agent","access_interface","client_ip","transaction_id","web_service_name"
i've pushed the app to the forwarders that sending in the data and its in the right sourcetype, i've also pushed the app across the SH cluster, however none of the fields are extracted, am i missing a step?
... View more