<?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 Add-on for Salesforce - how to add a filter to the query in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Salesforce-how-to-add-a-filter-to-the-query/m-p/555400#M65863</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223081"&gt;@Gunnar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per Add-on docs there is no WHERE condition/filter that you can apply for sfdc_object. Refer -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/AddOns/released/Salesforce/Configureinputsv1modular" target="_blank"&gt;Configure Salesforce object inputs for Splunk add-on for Salesforce - Splunk Documentation&lt;/A&gt;&amp;nbsp;. I would suggest to reach out to splunk support.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SEELCT object_field1, object_field2, object_field3 FROM sf_object_name WHERE data_time_field &amp;gt; last_check_point_data_time ORDER BY order_by_field ASC LIMIT 1000&lt;/LI-CODE&gt;&lt;P&gt;This is how Splunk created query behind,&amp;nbsp; the only WHERE condition is implicit based on start_date i guess it creates it and no control to user.&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;An upvote would be appreciated if it helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jun 2021 01:05:25 GMT</pubDate>
    <dc:creator>venkatasri</dc:creator>
    <dc:date>2021-06-11T01:05:25Z</dc:date>
    <item>
      <title>Splunk Add-on for Salesforce - how to add a filter to the query</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Salesforce-how-to-add-a-filter-to-the-query/m-p/555320#M65858</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we just tested the Splunk Add-on for Salesforce to pull some custom fields from custom database tables to use them in a Dashboard in Splunk.&amp;nbsp; We are using the "Salesforce Object" input and it is working fine so far. We get all the fields we need.&lt;/P&gt;&lt;P&gt;What I am missing though is an option to set a filter for the SOQL query, because we don't want (and are not allowed) to fetch all entries from a certain object/table.&lt;/P&gt;&lt;P&gt;When defining the input through the UI one can define the SELECT part of the query (object fields) and also the FROM part (object), but there is option to enter a WHERE statement.&lt;/P&gt;&lt;P&gt;Is there a way to this?&lt;/P&gt;&lt;P&gt;I've looked at the underlying scripts of the Add-on but didn't find anything obvious -&amp;nbsp;I was hoping for a comment like "add your WHERE statement here if you need it"&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 14:51:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Salesforce-how-to-add-a-filter-to-the-query/m-p/555320#M65858</guid>
      <dc:creator>Gunnar</dc:creator>
      <dc:date>2021-06-10T14:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Salesforce - how to add a filter to the query</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Salesforce-how-to-add-a-filter-to-the-query/m-p/555400#M65863</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223081"&gt;@Gunnar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per Add-on docs there is no WHERE condition/filter that you can apply for sfdc_object. Refer -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/AddOns/released/Salesforce/Configureinputsv1modular" target="_blank"&gt;Configure Salesforce object inputs for Splunk add-on for Salesforce - Splunk Documentation&lt;/A&gt;&amp;nbsp;. I would suggest to reach out to splunk support.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SEELCT object_field1, object_field2, object_field3 FROM sf_object_name WHERE data_time_field &amp;gt; last_check_point_data_time ORDER BY order_by_field ASC LIMIT 1000&lt;/LI-CODE&gt;&lt;P&gt;This is how Splunk created query behind,&amp;nbsp; the only WHERE condition is implicit based on start_date i guess it creates it and no control to user.&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;An upvote would be appreciated if it helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 01:05:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Salesforce-how-to-add-a-filter-to-the-query/m-p/555400#M65863</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-06-11T01:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Salesforce - how to add a filter to the query</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Salesforce-how-to-add-a-filter-to-the-query/m-p/555643#M65876</link>
      <description>&lt;P&gt;Thanks, I'll try to reach out to Splunk support. Without an option to add a filter to the SOQL query this add-on would unfortunately be useless to us.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 09:46:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Salesforce-how-to-add-a-filter-to-the-query/m-p/555643#M65876</guid>
      <dc:creator>Gunnar</dc:creator>
      <dc:date>2021-06-14T09:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Salesforce - how to add a filter to the query</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Salesforce-how-to-add-a-filter-to-the-query/m-p/580227#M75860</link>
      <description>&lt;P&gt;&lt;FONT&gt;The Indian monetary help industry is seeing fast development.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;With fintech firms flooding from the fringe into the standard, it's prompting an inviting difference in how scores of Indians pay, bank, acquire, contribute, and safeguard themselves.&amp;nbsp;&lt;BR /&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;A href="https://www.liveinternet.ru/journal_proc.php?action=redirect&amp;amp;url=https://www.sevenmentor.com/salesforce-training-in-pune.php" target="_blank" rel="noopener noreferrer nofollow"&gt;Salesforce Course in Pune&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.sevenmentor.com/salesforce-training-in-pune.php" target="_blank" rel="noopener"&gt;Salesforce Training in Pune&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 08:08:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Salesforce-how-to-add-a-filter-to-the-query/m-p/580227#M75860</guid>
      <dc:creator>Pritam2022</dc:creator>
      <dc:date>2022-01-07T08:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Salesforce - how to add a filter to the query</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Salesforce-how-to-add-a-filter-to-the-query/m-p/666290#M79900</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223081"&gt;@Gunnar&lt;/a&gt;&amp;nbsp;Did you find any alternate solution? I have a similar problem and looking for a solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 06:58:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Salesforce-how-to-add-a-filter-to-the-query/m-p/666290#M79900</guid>
      <dc:creator>viku7474</dc:creator>
      <dc:date>2023-10-26T06:58:36Z</dc:date>
    </item>
  </channel>
</rss>

