Splunk Search

splunk

vinod_52791
Engager

I have logs like below


Email information for the template:payment_receipt_ppo_1 Posted Successfully with status:200

Email information for the template:DEV_1 Posted Successfully with status:200

Email information for the template:payment_1 Posted Successfully with status:400





i want to display like below


template

----------
payment_receipt_ppo_1
DEV_1
payment_1

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| rex "template:(?<template>\S+)"
0 Karma

vinod_52791
Engager

If i place the above field i.e "

template:(?<template>\S+)

I am getting below result

payment_receipt_ppo_
DEV_
payment_


so i noticed afer backspace 1 is missing for some logs and for some logs (if the value is dev template) i am getting dev only after space I.e remplate is missing in the result 

Tags (1)
0 Karma

vinod_52791
Engager

i want full value like below

payment_receipt_ppo_1
DEV_1
payment_1

and one more thing space separated string is also not appearing

for example if i hav evalue is log is template:dev value

but i am getting dev only

please suggest any solution




 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Please show the logs that are not working in a code block (use </> above to insert the code block). This is so that it isn't formatted and potentially removing spaces from what is shown.

0 Karma

vinod_52791
Engager

i didnt understand what you are saying?

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

When you paste your log entries, put them in a code sample by clicking on this symbolCapture.PNGso we can see exactly what you have because the rex expression should have worked based on what you had pasted earlier.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...