<?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: How to include results in e-mail in raw format? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11923#M748</link>
    <description>&lt;P&gt;Assuming that you are part of the Splunk Admin group; then yes it can be done.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Log in to Splunk and then on top right corner of your screen you'll see the 'Manager' link.&lt;/LI&gt;
&lt;LI&gt;Click on it and then click the 'System Settings' link.&lt;/LI&gt;
&lt;LI&gt;There click on the 'Email alert settings' and you'll see a drop down next to 'Email Format'. Click on it and you can set it from csv to 'raw' as well&lt;/LI&gt;
&lt;LI&gt;Beneath that drop-down box you'll also see another combo box for 'Include results inline'. Make sure that the value selected beneath that combo box is 'Yes'.&lt;/LI&gt;
&lt;LI&gt;That's it. Now the next time you select the option 'include results in email' while scheduling the search it will come in raw format.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I can verify this on 4.1.6 as i used this to do the opposite; i.e. I wanted csv reports rather than inline raw text so this has worked for me. Hope this helps.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jan 2012 14:17:26 GMT</pubDate>
    <dc:creator>mohitvohra109</dc:creator>
    <dc:date>2012-01-06T14:17:26Z</dc:date>
    <item>
      <title>How to include results in e-mail in raw format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11916#M741</link>
      <description>&lt;P&gt;Hi everybody&lt;/P&gt;

&lt;P&gt;In Splunk 3.x we got the results attached to the email when running a scheduled a saved search in raw format.
Unfortunately since Splunk 4.x these come in csv which is not that comfortable for us.
Is there a way to change the format or do I have to place a feature request?&lt;/P&gt;

&lt;P&gt;Regards,
Simon&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2010 19:16:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11916#M741</guid>
      <dc:creator>Simon</dc:creator>
      <dc:date>2010-04-21T19:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to include results in e-mail in raw format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11917#M742</link>
      <description>&lt;P&gt;You can change the format system-wide by editing the alert_actions.conf file.  The out-of-box default in version 4.1 is html:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# Specify the format of the text in the email as either: 
# html, raw, csv, plain. Remember that results are always attached in csv format
#
format = html
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Apr 2010 00:18:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11917#M742</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-04-22T00:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to include results in e-mail in raw format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11918#M743</link>
      <description>&lt;P&gt;You can also specify the format on an alert-by-alert basis, in savedsearches.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mysearch]
action.email.format = raw
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You should be able to override all system defaults from alert_actions.conf on an alert-by-alert basis in this format.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2010 01:01:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11918#M743</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2010-04-22T01:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to include results in e-mail in raw format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11919#M744</link>
      <description>&lt;P&gt;Okay, didn't knew that changing the e-mail format also applies to any attachemets.
But there is no option to let the users itself to specify the format when they do not have access to the config files?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2010 02:51:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11919#M744</guid>
      <dc:creator>Simon</dc:creator>
      <dc:date>2010-04-22T02:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to include results in e-mail in raw format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11920#M745</link>
      <description>&lt;P&gt;Is this a legitimate action in version 4.1.5?  I ask because I don't see this action in the spec file.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2011 03:41:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11920#M745</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2011-03-10T03:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to include results in e-mail in raw format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11921#M746</link>
      <description>&lt;P&gt;I've verified that setting action.email.format PER SEARCH works in 4.1.5.  Still wondering why this useful feature is not documented.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2011 08:49:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11921#M746</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2011-03-10T08:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to include results in e-mail in raw format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11922#M747</link>
      <description>&lt;P&gt;The alert_actions.conf.spec file says "hey my actions spill through to savedsearches.conf".  I thought savedsearches.conf indicated the same the other way.  The settings are not all documented in duplicate in both locations.  Perhaps we shoyld say something like action.* settings can be reviewed in alert_actions.conf.spec&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:26:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11922#M747</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2020-09-28T09:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to include results in e-mail in raw format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11923#M748</link>
      <description>&lt;P&gt;Assuming that you are part of the Splunk Admin group; then yes it can be done.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Log in to Splunk and then on top right corner of your screen you'll see the 'Manager' link.&lt;/LI&gt;
&lt;LI&gt;Click on it and then click the 'System Settings' link.&lt;/LI&gt;
&lt;LI&gt;There click on the 'Email alert settings' and you'll see a drop down next to 'Email Format'. Click on it and you can set it from csv to 'raw' as well&lt;/LI&gt;
&lt;LI&gt;Beneath that drop-down box you'll also see another combo box for 'Include results inline'. Make sure that the value selected beneath that combo box is 'Yes'.&lt;/LI&gt;
&lt;LI&gt;That's it. Now the next time you select the option 'include results in email' while scheduling the search it will come in raw format.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I can verify this on 4.1.6 as i used this to do the opposite; i.e. I wanted csv reports rather than inline raw text so this has worked for me. Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 14:17:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11923#M748</guid>
      <dc:creator>mohitvohra109</dc:creator>
      <dc:date>2012-01-06T14:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to include results in e-mail in raw format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11924#M749</link>
      <description>&lt;P&gt;When i say 'Splunk Admin group' i mean that you must be part of the AD group that grants you admin access on Splunk or that you have the required permissions to play with the 'System Settings' under the 'Manager' link.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 14:19:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-include-results-in-e-mail-in-raw-format/m-p/11924#M749</guid>
      <dc:creator>mohitvohra109</dc:creator>
      <dc:date>2012-01-06T14:19:13Z</dc:date>
    </item>
  </channel>
</rss>

