Splunk Search

How do I table a transactionid value using regular expression?

ppanchal
Path Finder

Below is my log,

[ERL_ROUTE_ACK_INTERFACE] 2018-08-27 11:06:02 DEBUG [callUpdateERLRouteStatus] ERLRouteAckServiceImpl at line ? | Successfully updated the HDR record for transactionId : 869584588

I want to table the transactionId value.

Can somebody please help?

0 Karma
1 Solution

skoelpin
SplunkTrust
SplunkTrust

Try adding this to your query

| rex transactionId\s\:\s(?<transactionid>\d+)
| table transactionid

View solution in original post

0 Karma

skoelpin
SplunkTrust
SplunkTrust

Try adding this to your query

| rex transactionId\s\:\s(?<transactionid>\d+)
| table transactionid
0 Karma

ppanchal
Path Finder

Works Perfect! Thanks.

Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...