<?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: Why does the search works in Monitoring Console but not in other Apps? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-search-works-in-Monitoring-Console-but-not-in-other/m-p/428716#M122643</link>
    <description>&lt;P&gt;Alright! Now is working!&lt;BR /&gt;
Thanks for your help.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Jorge&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2019 11:10:18 GMT</pubDate>
    <dc:creator>jorcabro</dc:creator>
    <dc:date>2019-06-19T11:10:18Z</dc:date>
    <item>
      <title>Why does the search works in Monitoring Console but not in other Apps?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-search-works-in-Monitoring-Console-but-not-in-other/m-p/428712#M122639</link>
      <description>&lt;P&gt;I'm trying to convert the Health Check queries into a dashboard, I already change neccesary permissions in some macros and lookups in order to do this but two of the searches launch this kind of query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`dmc_set_index_internal` splunk_server=local search_group=dmc_group_indexer
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This search works in Monitoring Console but not in other searches.&lt;BR /&gt;
As I said the macro is already permitted and working but the Field &lt;CODE&gt;search_group&lt;/CODE&gt; does not exist in other apps.&lt;BR /&gt;
I've tried to find it in Field aliases, Calculated fields, fields extractions, etc... but not luck.&lt;/P&gt;

&lt;P&gt;I don't know where else this could be.&lt;BR /&gt;
Any idea?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 08:46:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-search-works-in-Monitoring-Console-but-not-in-other/m-p/428712#M122639</guid>
      <dc:creator>jorcabro</dc:creator>
      <dc:date>2019-06-19T08:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the search works in Monitoring Console but not in other Apps?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-search-works-in-Monitoring-Console-but-not-in-other/m-p/428713#M122640</link>
      <description>&lt;P&gt;Hi @jorcabro,&lt;/P&gt;

&lt;P&gt;The field &lt;CODE&gt;search_group&lt;/CODE&gt; is the result of a lookup. You can find it in props.conf :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LOOKUP-dmc_add_instance_info = dmc_assets host OUTPUTNEW machine search_group
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can change that lookup's permission to global in order to use it in another app because by default it's not exported anywhere :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[]
export = none
access = read : [ admin ], write : [ admin ]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 09:07:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-search-works-in-Monitoring-Console-but-not-in-other/m-p/428713#M122640</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-06-19T09:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the search works in Monitoring Console but not in other Apps?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-search-works-in-Monitoring-Console-but-not-in-other/m-p/428714#M122641</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;

&lt;P&gt;Thanks for your answer.&lt;BR /&gt;
I'm not sure I'm understanding the syntaxis but the lookup &lt;CODE&gt;dmc_assets&lt;/CODE&gt; is already in global. If I do an &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;| inputlookup assets.csv&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;is working.&lt;BR /&gt;
I also see the &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;LOOKUP-dmc_add_instance_info =&lt;BR /&gt;
dmc_assets host OUTPUTNEW machine&lt;BR /&gt;
search_group&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;line &lt;CODE&gt;props.conf&lt;/CODE&gt; inside monitoring console app. Is it possible that this line should be also in the other apps so they can do the enrichement?&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Jorge&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:57:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-search-works-in-Monitoring-Console-but-not-in-other/m-p/428714#M122641</guid>
      <dc:creator>jorcabro</dc:creator>
      <dc:date>2020-09-30T00:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the search works in Monitoring Console but not in other Apps?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-search-works-in-Monitoring-Console-but-not-in-other/m-p/428715#M122642</link>
      <description>&lt;P&gt;Hi @jorcabro,&lt;/P&gt;

&lt;P&gt;You shared the permissions for the lookup itself, not the automatic lookup configuration, so you can see the lookup when running &lt;CODE&gt;inputlookup&lt;/CODE&gt;, but the field doesn't get automatically added when you're not in the MC.&lt;/P&gt;

&lt;P&gt;You can either move that line to the app that requires the extra field, or share it globally from the automatic lookup settings ^^&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 10:38:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-search-works-in-Monitoring-Console-but-not-in-other/m-p/428715#M122642</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-06-19T10:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the search works in Monitoring Console but not in other Apps?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-search-works-in-Monitoring-Console-but-not-in-other/m-p/428716#M122643</link>
      <description>&lt;P&gt;Alright! Now is working!&lt;BR /&gt;
Thanks for your help.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Jorge&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 11:10:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-search-works-in-Monitoring-Console-but-not-in-other/m-p/428716#M122643</guid>
      <dc:creator>jorcabro</dc:creator>
      <dc:date>2019-06-19T11:10:18Z</dc:date>
    </item>
  </channel>
</rss>

