<?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 email Alert with table values in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/email-Alert-with-table-values/m-p/536444#M36619</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sending email alert when the error count &amp;gt; 0 results;&amp;nbsp; but how can include table data/values in the email alert?&amp;nbsp;&lt;/P&gt;&lt;P&gt;( table _time, ERROR_CD, HAWB, UREF, LRN, MRN, ER1_ER9_Details )&lt;/P&gt;&lt;P&gt;Query:&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=gbs_its_openshift_exp-ics2 openshift_container_name="regulatory-engine" "ER1/ER9 errors"&lt;BR /&gt;| rex field=_raw "uref:(?&amp;lt;UREF&amp;gt;\w+)"&lt;BR /&gt;| rex field=_raw "hawb:(?&amp;lt;HAWB&amp;gt;\w+)"&lt;BR /&gt;| rex field=_raw "lrn:(?&amp;lt;LRN&amp;gt;\w+)"&lt;BR /&gt;| rex field=_raw "mrn:(?&amp;lt;MRN&amp;gt;\w+)"&lt;BR /&gt;| rex field=_raw "rrr:(?&amp;lt;RRR&amp;gt;\w+)"&lt;BR /&gt;| rex field=_raw "ER1\/ER9\serrors:(?&amp;lt;ER1_ER9_Details&amp;gt;.+)"&lt;BR /&gt;| rex field=_raw "Err-\[(?&amp;lt;ERROR_CD&amp;gt;\w*)\]"&lt;BR /&gt;| table _time, ERROR_CD, HAWB, UREF, LRN, MRN, ER1_ER9_Details&lt;BR /&gt;| stats count&lt;BR /&gt;| search count &amp;gt; 0&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jan 2021 07:54:59 GMT</pubDate>
    <dc:creator>4uramana4u</dc:creator>
    <dc:date>2021-01-20T07:54:59Z</dc:date>
    <item>
      <title>email Alert with table values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/email-Alert-with-table-values/m-p/536444#M36619</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sending email alert when the error count &amp;gt; 0 results;&amp;nbsp; but how can include table data/values in the email alert?&amp;nbsp;&lt;/P&gt;&lt;P&gt;( table _time, ERROR_CD, HAWB, UREF, LRN, MRN, ER1_ER9_Details )&lt;/P&gt;&lt;P&gt;Query:&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=gbs_its_openshift_exp-ics2 openshift_container_name="regulatory-engine" "ER1/ER9 errors"&lt;BR /&gt;| rex field=_raw "uref:(?&amp;lt;UREF&amp;gt;\w+)"&lt;BR /&gt;| rex field=_raw "hawb:(?&amp;lt;HAWB&amp;gt;\w+)"&lt;BR /&gt;| rex field=_raw "lrn:(?&amp;lt;LRN&amp;gt;\w+)"&lt;BR /&gt;| rex field=_raw "mrn:(?&amp;lt;MRN&amp;gt;\w+)"&lt;BR /&gt;| rex field=_raw "rrr:(?&amp;lt;RRR&amp;gt;\w+)"&lt;BR /&gt;| rex field=_raw "ER1\/ER9\serrors:(?&amp;lt;ER1_ER9_Details&amp;gt;.+)"&lt;BR /&gt;| rex field=_raw "Err-\[(?&amp;lt;ERROR_CD&amp;gt;\w*)\]"&lt;BR /&gt;| table _time, ERROR_CD, HAWB, UREF, LRN, MRN, ER1_ER9_Details&lt;BR /&gt;| stats count&lt;BR /&gt;| search count &amp;gt; 0&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 07:54:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/email-Alert-with-table-values/m-p/536444#M36619</guid>
      <dc:creator>4uramana4u</dc:creator>
      <dc:date>2021-01-20T07:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: email Alert with table values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/email-Alert-with-table-values/m-p/536449#M36620</link>
      <description>&lt;P&gt;This is working!!&lt;/P&gt;&lt;P&gt;| stats count as ERROR_CNT by ERROR_CD, UREF, HAWB, LRN, MRN, ER1_ER9_Details | where ERROR_CNT&amp;gt;0&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 08:45:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/email-Alert-with-table-values/m-p/536449#M36620</guid>
      <dc:creator>4uramana4u</dc:creator>
      <dc:date>2021-01-20T08:45:16Z</dc:date>
    </item>
  </channel>
</rss>

