<?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: Splunk Email Alerts Change in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162402#M46018</link>
    <description>&lt;P&gt;MuS,&lt;/P&gt;

&lt;P&gt;My table has changed colors &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jun 2014 09:53:24 GMT</pubDate>
    <dc:creator>blebit</dc:creator>
    <dc:date>2014-06-26T09:53:24Z</dc:date>
    <item>
      <title>Splunk Email Alerts Change</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162397#M46013</link>
      <description>&lt;P&gt;So we recently upgraded to v6.1 and through all the changes to the emails, the biggest thing that we miss is that the borders are gone on the chart/table emails. Has anyone found a way to get these back? A lot of our emails have become much harder to read now that they are missing.&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2014 17:03:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162397#M46013</guid>
      <dc:creator>jmheaton</dc:creator>
      <dc:date>2014-05-13T17:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Email Alerts Change</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162398#M46014</link>
      <description>&lt;P&gt;if you have any other older version of splunk just copy replace the sendemail.py file.&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2014 17:23:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162398#M46014</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-05-13T17:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Email Alerts Change</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162399#M46015</link>
      <description>&lt;P&gt;Hi jmheaton,&lt;/P&gt;

&lt;P&gt;I would not copy the old &lt;CODE&gt;sendemail.py&lt;/CODE&gt; from any Splunk &amp;lt; 6.x Version into Splunk v6.x. There were too many changes in the script itself.&lt;/P&gt;

&lt;P&gt;If you take a closer look at the &lt;CODE&gt;sendemail.py&lt;/CODE&gt; script at &lt;CODE&gt;$SLPUNK_HOME/etc/apps/search/bin/&lt;/CODE&gt; you can find at line 636 something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        &amp;lt;table cellpadding="0" cellspacing="0" border="0" class="results" style="margin: 20px;"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;this is the start of the result table. You can see it has set &lt;CODE&gt;border="0"&lt;/CODE&gt;, I assume if you change it to &lt;CODE&gt;border="1"&lt;/CODE&gt; you will get back the borders. This is un-tested!&lt;/P&gt;

&lt;P&gt;Also keep in mind, that changes in this script can be overwritten by a Splunk update without notice, so be careful.&lt;/P&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2014 07:14:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162399#M46015</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-05-14T07:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Email Alerts Change</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162400#M46016</link>
      <description>&lt;P&gt;Their are two lines in the sendemail.py script that i found with that data string. The first one edits the top table with elements such as the Search String / Alert Name. The second however was the one that put the border back on the cells. Thanks much!&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2014 11:40:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162400#M46016</guid>
      <dc:creator>jmheaton</dc:creator>
      <dc:date>2014-05-14T11:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Email Alerts Change</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162401#M46017</link>
      <description>&lt;P&gt;you're welcome &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2014 11:49:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162401#M46017</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-05-14T11:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Email Alerts Change</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162402#M46018</link>
      <description>&lt;P&gt;MuS,&lt;/P&gt;

&lt;P&gt;My table has changed colors &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 09:53:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162402#M46018</guid>
      <dc:creator>blebit</dc:creator>
      <dc:date>2014-06-26T09:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Email Alerts Change</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162403#M46019</link>
      <description>&lt;P&gt;well, what have you changed?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 10:05:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162403#M46019</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-06-26T10:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Email Alerts Change</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162404#M46020</link>
      <description>&lt;P&gt;version...upgrade from 5.0.3 to 6.0.4&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 10:41:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162404#M46020</guid>
      <dc:creator>blebit</dc:creator>
      <dc:date>2014-06-26T10:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Email Alerts Change</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162405#M46021</link>
      <description>&lt;P&gt;header color is changed&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 10:42:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162405#M46021</guid>
      <dc:creator>blebit</dc:creator>
      <dc:date>2014-06-26T10:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Email Alerts Change</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162406#M46022</link>
      <description>&lt;P&gt;look for something like &lt;CODE&gt;header&lt;/CODE&gt; in the sendemail.py script and see if there is any color set, if yes change it to your needs.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 10:46:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162406#M46022</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-06-26T10:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Email Alerts Change</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162407#M46023</link>
      <description>&lt;P&gt;w.writerow(header)&lt;BR /&gt;
    # output each result's values&lt;BR /&gt;
    for result in results:&lt;BR /&gt;
        row = [esc(result.get(col,"")) for col in header]&lt;BR /&gt;
        w.writerow(row)&lt;BR /&gt;
    return s.getvalue()&lt;/P&gt;

&lt;P&gt;COL is for COLUMN or for COLOR ?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 10:57:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162407#M46023</guid>
      <dc:creator>blebit</dc:creator>
      <dc:date>2014-06-26T10:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Email Alerts Change</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162408#M46024</link>
      <description>&lt;P&gt;def htmlTableTemplate&lt;/P&gt;

&lt;P&gt;`&amp;lt;th style="text-align: left;&lt;/P&gt;

&lt;P&gt;add color: blue/red.. for splunk 6`&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2014 03:23:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Email-Alerts-Change/m-p/162408#M46024</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-06-27T03:23:07Z</dc:date>
    </item>
  </channel>
</rss>

