<?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 Alert on table with custom email subject field value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Alert-on-table-with-custom-email-subject-field-value/m-p/706932#M239163</link>
    <description>&lt;P&gt;I got an alert working "for each result" by using a query that creates the following table:&lt;/P&gt;&lt;P&gt;errorType&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;count&lt;/P&gt;&lt;P&gt;Client&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10&lt;BR /&gt;Credentials&amp;nbsp; &amp;nbsp; &amp;nbsp; 50&lt;BR /&gt;Unknown&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5&lt;/P&gt;&lt;P&gt;How do I set a different threshold for each result?&lt;/P&gt;&lt;P&gt;I tried using a custom trigger as follows and was hoping to only get an email for "client" and "credentials", but I still get all 3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;search (errorType = "Client" AND count &amp;gt; 8 ) OR (errorType = "Credentials" AND count &amp;gt; 8 ) OR (errorType = "Other" AND count &amp;gt;8 )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2024 18:05:18 GMT</pubDate>
    <dc:creator>rmiller3</dc:creator>
    <dc:date>2024-12-16T18:05:18Z</dc:date>
    <item>
      <title>Alert on table with custom email subject field value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alert-on-table-with-custom-email-subject-field-value/m-p/706932#M239163</link>
      <description>&lt;P&gt;I got an alert working "for each result" by using a query that creates the following table:&lt;/P&gt;&lt;P&gt;errorType&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;count&lt;/P&gt;&lt;P&gt;Client&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10&lt;BR /&gt;Credentials&amp;nbsp; &amp;nbsp; &amp;nbsp; 50&lt;BR /&gt;Unknown&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5&lt;/P&gt;&lt;P&gt;How do I set a different threshold for each result?&lt;/P&gt;&lt;P&gt;I tried using a custom trigger as follows and was hoping to only get an email for "client" and "credentials", but I still get all 3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;search (errorType = "Client" AND count &amp;gt; 8 ) OR (errorType = "Credentials" AND count &amp;gt; 8 ) OR (errorType = "Other" AND count &amp;gt;8 )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 18:05:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alert-on-table-with-custom-email-subject-field-value/m-p/706932#M239163</guid>
      <dc:creator>rmiller3</dc:creator>
      <dc:date>2024-12-16T18:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alert on table with custom email subject field value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alert-on-table-with-custom-email-subject-field-value/m-p/706939#M239165</link>
      <description>&lt;P&gt;That should work already. Could you try putting that search filter at the end of your alert search?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;yoursearch&amp;gt;
| search (errorType = "Client" AND count &amp;gt; 8 ) OR (errorType = "Credentials" AND count &amp;gt; 8 ) OR (errorType = "Other" AND count &amp;gt; 8 )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 19:15:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alert-on-table-with-custom-email-subject-field-value/m-p/706939#M239165</guid>
      <dc:creator>marnall</dc:creator>
      <dc:date>2024-12-16T19:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alert on table with custom email subject field value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alert-on-table-with-custom-email-subject-field-value/m-p/706952#M239166</link>
      <description>&lt;P&gt;That works.&amp;nbsp; I was really trying to have a custom alert message with just the thresholds (since my query categorizes different error types and is fairly long, I was hoping not to put it in the alert email).&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I think putting the whole query is fine at the end of the day, thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 20:41:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alert-on-table-with-custom-email-subject-field-value/m-p/706952#M239166</guid>
      <dc:creator>rmiller3</dc:creator>
      <dc:date>2024-12-16T20:41:10Z</dc:date>
    </item>
  </channel>
</rss>

