<?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 6.1 - Ability to use field value as email destination for scheduled search in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/6-1-Ability-to-use-field-value-as-email-destination-for/m-p/113906#M2580</link>
    <description>&lt;P&gt;Is there any ability built in to splunk to use a field from a returned search, as a dynamic field in a scheduled search?  I'm trying to use a "to" field as the destination (to) field in a schedule email alert.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jul 2015 22:00:56 GMT</pubDate>
    <dc:creator>hortonew</dc:creator>
    <dc:date>2015-07-08T22:00:56Z</dc:date>
    <item>
      <title>6.1 - Ability to use field value as email destination for scheduled search</title>
      <link>https://community.splunk.com/t5/Reporting/6-1-Ability-to-use-field-value-as-email-destination-for/m-p/113906#M2580</link>
      <description>&lt;P&gt;Is there any ability built in to splunk to use a field from a returned search, as a dynamic field in a scheduled search?  I'm trying to use a "to" field as the destination (to) field in a schedule email alert.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 22:00:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/6-1-Ability-to-use-field-value-as-email-destination-for/m-p/113906#M2580</guid>
      <dc:creator>hortonew</dc:creator>
      <dc:date>2015-07-08T22:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: 6.1 - Ability to use field value as email destination for scheduled search</title>
      <link>https://community.splunk.com/t5/Reporting/6-1-Ability-to-use-field-value-as-email-destination-for/m-p/113907#M2581</link>
      <description>&lt;P&gt;The sendresults app/command should help you out here. It looks for a field named &lt;CODE&gt;email_to&lt;/CODE&gt; but a &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/SearchReference/rename"&gt;rename&lt;/A&gt; can work wonders: &lt;A href="https://splunkbase.splunk.com/app/1794/"&gt;https://splunkbase.splunk.com/app/1794/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 22:17:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/6-1-Ability-to-use-field-value-as-email-destination-for/m-p/113907#M2581</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2015-07-08T22:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: 6.1 - Ability to use field value as email destination for scheduled search</title>
      <link>https://community.splunk.com/t5/Reporting/6-1-Ability-to-use-field-value-as-email-destination-for/m-p/113908#M2582</link>
      <description>&lt;P&gt;Thanks - didn't think to look at prebuilt apps.  I'll dive in and see what it's all about.  Appreciate it.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 22:18:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/6-1-Ability-to-use-field-value-as-email-destination-for/m-p/113908#M2582</guid>
      <dc:creator>hortonew</dc:creator>
      <dc:date>2015-07-08T22:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: 6.1 - Ability to use field value as email destination for scheduled search</title>
      <link>https://community.splunk.com/t5/Reporting/6-1-Ability-to-use-field-value-as-email-destination-for/m-p/113909#M2583</link>
      <description>&lt;P&gt;Works like a charm - definitely the way to go.  Thanks again.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 22:31:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/6-1-Ability-to-use-field-value-as-email-destination-for/m-p/113909#M2583</guid>
      <dc:creator>hortonew</dc:creator>
      <dc:date>2015-07-08T22:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: 6.1 - Ability to use field value as email destination for scheduled search</title>
      <link>https://community.splunk.com/t5/Reporting/6-1-Ability-to-use-field-value-as-email-destination-for/m-p/113910#M2584</link>
      <description>&lt;P&gt;No need for any App - just use &lt;CODE&gt;$result.field$&lt;/CODE&gt; in your &lt;CODE&gt;to&lt;/CODE&gt;-field.&lt;/P&gt;

&lt;P&gt;6.1-specific docs: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1/Alert/Setupalertactions#Use_tokens_in_email_notifications"&gt;http://docs.splunk.com/Documentation/Splunk/6.1/Alert/Setupalertactions#Use_tokens_in_email_notifications&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 23:47:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/6-1-Ability-to-use-field-value-as-email-destination-for/m-p/113910#M2584</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-07-08T23:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: 6.1 - Ability to use field value as email destination for scheduled search</title>
      <link>https://community.splunk.com/t5/Reporting/6-1-Ability-to-use-field-value-as-email-destination-for/m-p/113911#M2585</link>
      <description>&lt;P&gt;Huh, nice.  I'll try that out tomorrow as well.  Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 02:06:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/6-1-Ability-to-use-field-value-as-email-destination-for/m-p/113911#M2585</guid>
      <dc:creator>hortonew</dc:creator>
      <dc:date>2015-07-09T02:06:44Z</dc:date>
    </item>
  </channel>
</rss>

