hi @richgalloway , Thanks for replying to my post. Yes, this query really helps me and get the file name i need. One question is that, values in URL names are dynamic and changes with environment (dev, qa, uat etc) and client name (client1, client2 etc). How can i over come that? The command that working for me for static values in URL: rex "uploaded to: s3://<client>-sample-<env>-us-east-1-s3/path/(?<filename>.*)" | table filename In above command, client(client1, client2 and client3) and env(dev, qa and uat) values changes. How can i over come that? If i pass '*' for the env and client names query not returning anything. Thanks.
... View more