Splunk Search

Remove start of result

kooojo
Engager

I have an query that

index ="main" |stats count by Text |sort -count | table count Text

results:

countText
10b'dog fish
20  dog cat

 

How can I drop " b' " prefix from the beginning of results (only from beginning , not replace into all string)

Labels (1)
0 Karma
1 Solution

kamlesh_vaghela
SplunkTrust
SplunkTrust

@kooojo 

Try this

YOUR_SEARCH| eval Text=replace(Text,"(^([^']+)')","")

KV

View solution in original post

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@kooojo 

Try this

YOUR_SEARCH| eval Text=replace(Text,"(^([^']+)')","")

KV

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...