<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom Alert Setup in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Alert-Setup/m-p/697351#M57160</link>
    <description>&lt;P&gt;When including a results field in an alert, only the first result is included.&amp;nbsp; There is no way to include anything other than the first result.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2024 19:10:19 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2024-08-26T19:10:19Z</dc:date>
    <item>
      <title>Custom Alert Setup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Alert-Setup/m-p/697348#M57159</link>
      <description>&lt;P&gt;We are using the below query for our alert,&amp;nbsp; when we receive mail we want to see MESSAGE in Alert title.&lt;BR /&gt;In subject we give Splunk Alert: $name$. in this place when the alert is triggered we want to view that Messages in the alert title.&lt;BR /&gt;We tried giving&amp;nbsp;Splunk Alert: $result.Message$, here only 1 message is showing up not all.&lt;BR /&gt;how can we do it???&lt;BR /&gt;&lt;BR /&gt;Query:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=app-index "ERROR"
|eval Message=case(
like(_raw, "%internal error system%"), "internal error system",
like(_raw, "%connection timeout error%"), "connection timeout error",
like(_raw, "%connection error%"), "connection error",
like(_raw, "%unsuccessfull application%"), "unsuccessfull application",
like(_raw, "%error details app%"), "error details app", 1=1, null())
|stats count by Message
|eval error=case(
Message="internal error system" AND count &amp;gt;0,1,
Message="connection timeout error" AND count &amp;gt;0,1,
Message="connection error" AND count &amp;gt;0,1,
Message="unsuccessfull application" AND count &amp;gt;0,1,
Message="error details app" AND count &amp;gt;0,1)
|search error=1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 18:55:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Alert-Setup/m-p/697348#M57159</guid>
      <dc:creator>mahesh27</dc:creator>
      <dc:date>2024-08-26T18:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Alert Setup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Alert-Setup/m-p/697351#M57160</link>
      <description>&lt;P&gt;When including a results field in an alert, only the first result is included.&amp;nbsp; There is no way to include anything other than the first result.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 19:10:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Alert-Setup/m-p/697351#M57160</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-08-26T19:10:19Z</dc:date>
    </item>
  </channel>
</rss>

