<?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: Differences between Splunk Cloud and Splunk Enterprise lispy in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-are-the-differences-between-Splunk-Cloud-and-Splunk/m-p/613680#M213285</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/246997"&gt;@aprice_q&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Your on-prem instance may have a missing setting for the "&lt;SPAN&gt;some_field&lt;/SPAN&gt;" indexed field. That is why lispy and results may be different. Please check if your on-prem instance has INDEXED=true for "&lt;SPAN&gt;some_field"&amp;nbsp;&lt;/SPAN&gt;field in your fields.conf like below;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fields.conf

[some_field]
INDEXED = true&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 20 Sep 2022 03:50:59 GMT</pubDate>
    <dc:creator>scelikok</dc:creator>
    <dc:date>2022-09-20T03:50:59Z</dc:date>
    <item>
      <title>What are the differences between Splunk Cloud and Splunk Enterprise lispy?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-the-differences-between-Splunk-Cloud-and-Splunk/m-p/613654#M213274</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We are using both Splunk Cloud and Splunk Enterprise. We recently came across some issues/differences in search we originally thought were due to indexed field issues but turned out to be more about some basic difference in how each environment converts a search into lispy (at least that is what we observe).&lt;/P&gt;
&lt;P&gt;For example in Splunk Cloud&amp;nbsp;&lt;SPAN&gt;8.2.2203.4 the following search:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=_internal some_field=some-value&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Results in the following lispy:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[ AND index::_internal [ OR some_field::some-value [ AND some value ] ] ]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For our Splunk Enterprise&amp;nbsp;&lt;SPAN&gt;8.2.6&amp;nbsp;&lt;/SPAN&gt;the same search results in the following lispy:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[ AND index::_internal some value ]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In our case `some_field` is an index field added on by our HEC requests. This results in very incorrect searches in enterprise and inefficient searches in cloud.&lt;/P&gt;
&lt;P&gt;We do now realize we can just directly query for "some_field::some_value" but we would like to understand this behavior difference and if it is configurable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 14:36:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-the-differences-between-Splunk-Cloud-and-Splunk/m-p/613654#M213274</guid>
      <dc:creator>aprice_q</dc:creator>
      <dc:date>2022-09-20T14:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Differences between Splunk Cloud and Splunk Enterprise lispy</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-the-differences-between-Splunk-Cloud-and-Splunk/m-p/613680#M213285</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/246997"&gt;@aprice_q&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Your on-prem instance may have a missing setting for the "&lt;SPAN&gt;some_field&lt;/SPAN&gt;" indexed field. That is why lispy and results may be different. Please check if your on-prem instance has INDEXED=true for "&lt;SPAN&gt;some_field"&amp;nbsp;&lt;/SPAN&gt;field in your fields.conf like below;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fields.conf

[some_field]
INDEXED = true&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 20 Sep 2022 03:50:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-the-differences-between-Splunk-Cloud-and-Splunk/m-p/613680#M213285</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2022-09-20T03:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Differences between Splunk Cloud and Splunk Enterprise lispy</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-the-differences-between-Splunk-Cloud-and-Splunk/m-p/613772#M213311</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206061"&gt;@scelikok&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried setting that but then i get a different result for the lispy. When i set it in the fields.conf this is what the lispy is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[ AND index::_internal some_field::some_value ]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it dropped the terms for just "some" and "value"&lt;/P&gt;&lt;P&gt;Something still seems different.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 13:30:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-the-differences-between-Splunk-Cloud-and-Splunk/m-p/613772#M213311</guid>
      <dc:creator>aprice_q</dc:creator>
      <dc:date>2022-09-20T13:30:58Z</dc:date>
    </item>
  </channel>
</rss>

