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

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!

Data Management Digest – November 2025

  Welcome to the inaugural edition of Data Management Digest! As your trusted partner in data innovation, the ...

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...