Alerting

how to forward a msg to email/slack trigger alert

danan
Observer

Hello, 

 

I'm trying to add msg value to slack and email trigger alert but I'm getting the first word of msg field. 

I would like to get the full message. 

here's the search results: 

danan_1-1593947051179.png

here's the slack trigger: I used $results.msg$ 

danan_2-1593947120233.png

this is what I get: 

danan_3-1593947200521.png

 

now, I want to get the full message. 

instead of "Test", I want to forward the full message from msg field: "Test message generated successfully" 

could you please assist? 

Thanks,

 

 
Labels (1)
Tags (2)
0 Karma

renjith_nair
Legend

@danan,

It doesn't seem to take the msg field but the literal "msg" from your token.

Use $result.msg$ instead of $results.msg$

Please be reminded that the filed values are limited to first value for the specified field name from the first search result row. Also make sure that the field is available(fields a,b,c,) in the result set especially if its an extracted field

---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma

danan
Observer

@renjith_nair ,  I've changed to $result.msg$ but still, it presents only the first word.

maybe there are other ways to get the full message instead of the first word? 

 

Thanks, 

Dan

 

 

 

0 Karma

renjith_nair
Legend

@danan, in your screen shot (between host and sourcetype), it extracts "Test" as a value in msg. You shall try adding quotes around the message to treat them as a single field , e.g. "Test message generated ....".

---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma

danan
Observer

@renjith_nair , Thanks! how do i do this? 

0 Karma

renjith_nair
Legend

It's easy if you could change in the data inputs/ingest time. Just add quotes around the value before its pushed to Splunk.

For those events which are already available in Splunk, you may extract it from _raw

e.g.

|rex "msg=(?<message>.+)"

 

---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...