Splunk Search

Parsing data from a search result to alert on

Groedel99
New Member

I am using this search in Splunk,

index=voice sourcetype=voice_cvp source="*ActivityLog*" host="omatelstgcvp4" ",ForbExt_Accept," | table_raw

, that results in the following 

10.217.108.151.1592834757078.388.F,06/22/2020 09:06:22.240,set_COVIDForbExtAccept,custom,ForbExt_accept,978362,4024754759,

and I would like to be able to have it only display ForbExt_accept,978362,4024754759, to use to send an alert w/this data in a csv file

Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust
There are several ways to do that, depending on what fields are extracted from the event. If you don't have any extracted fields, are you running the search in Verbose Mode?
---
If this reply helps you, Karma would be appreciated.
0 Karma

Groedel99
New Member

The search was set for Smart Mode. switching to Verbose mode results in the same data return.

0 Karma

richgalloway
SplunkTrust
SplunkTrust
There was one question mark in my reply, but two questions. You answered one, but not the other. What fields are extracted from the event?
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...