Splunk Search

search brackets and special charachters

indeed_2000
Motivator

Hi

How can search something like this: 

40: message.body.v10.timeLocalTransaction: [00*]

 

FYI: seems not support special char in search.

 

Thanks,

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| makeresults | eval event="40: message.body.v10.timeLocalTransaction: [001]"
| regex event="40: message.body.v10.timeLocalTransaction: \[00.+\]"

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Special characters need to be escaped

| makeresults | eval event="40: message.body.v10.timeLocalTransaction: [00*]"
| regex event="40: message.body.v10.timeLocalTransaction: \[00\*\]"
0 Karma

indeed_2000
Motivator

star is wild card not "*"

e.x

[001]

[000008]

[0032]

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| makeresults | eval event="40: message.body.v10.timeLocalTransaction: [001]"
| regex event="40: message.body.v10.timeLocalTransaction: \[00.+\]"
0 Karma

indeed_2000
Motivator

It work but slow!

is it possible to do this faster? I mean tune spl command?

 

Thanks,

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Where is it slow? Analyse the job inspector to see where processing is taking place, then look to see if you can modify the query to improve the performance. Sometimes, large amounts of data take a long time to process!

Get Updates on the Splunk Community!

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...