Splunk Cloud Platform

How to include full log in Splunk alert message ?

splunker_899
Engager

How to include a full log-in Splunk alert message?

Labels (1)
Tags (1)
0 Karma
1 Solution

chaker
Contributor

Make sure the field _raw is included in your search results. Then you could use $result._raw$ in an email alert for example.

https://docs.splunk.com/Documentation/Splunk/9.0.1/Alert/Emailnotification

 

View solution in original post

chaker
Contributor

Make sure the field _raw is included in your search results. Then you could use $result._raw$ in an email alert for example.

https://docs.splunk.com/Documentation/Splunk/9.0.1/Alert/Emailnotification

 

ITWhisperer
SplunkTrust
SplunkTrust

_fields are often hidden so you could try renaming _raw to raw

| rename _raw as raw
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 ...