<?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: ERROR SearchParser - The search specifies a macro 'cs_get_index' that cannot be found. in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/ERROR-SearchParser-The-search-specifies-a-macro-cs-get-index/m-p/419678#M51165</link>
    <description>&lt;P&gt;Weird, ran into this issue with palo_alto add-on after pushing a shcluster bundle and forcing a SH restart.&lt;/P&gt;

&lt;P&gt;The pan_traps index was not able to be found. I just created the macro myself since and made it global but just weird how this issue appeared after the app was working fine before.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Dec 2019 15:16:45 GMT</pubDate>
    <dc:creator>Sahr_Lebbie</dc:creator>
    <dc:date>2019-12-04T15:16:45Z</dc:date>
    <item>
      <title>ERROR SearchParser - The search specifies a macro 'cs_get_index' that cannot be found.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/ERROR-SearchParser-The-search-specifies-a-macro-cs-get-index/m-p/419675#M51162</link>
      <description>&lt;P&gt;Getting the error below in the 1.0.3 version of the Technology Add-on for CrowdStrike.&lt;/P&gt;

&lt;P&gt;ERROR SearchParser - The search specifies a macro 'cs_get_index' that cannot be found. Reasons include: the macro name is misspelled, you do not have "read" permission for the macro, or the macro has not been shared with this application. Click Settings, Advanced search, Search Macros to view macro information.&lt;/P&gt;

&lt;P&gt;ERROR TsidxStats - Error in 'SearchParser': The search specifies a macro 'cs_get_index' that cannot be found. Reasons include: the macro name is misspelled, you do not have "read" permission for the macro, or the macro has not been shared with this application. Click Settings, Advanced search, Search Macros to view macro information.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:41:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/ERROR-SearchParser-The-search-specifies-a-macro-cs-get-index/m-p/419675#M51162</guid>
      <dc:creator>kevinmanson</dc:creator>
      <dc:date>2020-09-29T19:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR SearchParser - The search specifies a macro 'cs_get_index' that cannot be found.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/ERROR-SearchParser-The-search-specifies-a-macro-cs-get-index/m-p/419676#M51163</link>
      <description>&lt;P&gt;To the developer please remove the macro's from TA-crowdstrike/default/eventtypes.conf.&lt;BR /&gt;
macros.conf is normally not replicated to indexers. This is why it works in stand-alone and not with a distributed search to indexer or cluster. You can add macros to replicate to indexers in distsearch.conf, or better yet just remove the macro from eventtypes.conf as its not needed.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[crowdstrike_detection]
search = sourcetype="crowdstrike:falconhost:json" metadata.eventType=DetectionSummaryEvent

[crowdstrike_authentication]
search = sourcetype="crowdstrike:falconhost:json" metadata.eventType=AuthActivityAuditEvent

[crowdstrike_change]
search = sourcetype="crowdstrike:falconhost:json" metadata.eventType=UserActivityAuditEvent

[crowdstrike_action]
search = sourcetype="crowdstrike:falconhost:ar"

[crowdstrike_query_detection]
search = sourcetype="crowdstrike:falconhost:query:json" source="/detects/entities/summaries/GET/v1"

[crowdstrike_query_indicator]
search = sourcetype="crowdstrike:falconhost:query:json" source="/indicators/entities/iocs/v1?ids="

[crowdstrike_query_device]
search = sourcetype="crowdstrike:falconhost:query:json" source="/devices/entities/devices/v1?ids="
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 27 May 2018 09:40:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/ERROR-SearchParser-The-search-specifies-a-macro-cs-get-index/m-p/419676#M51163</guid>
      <dc:creator>kevinmanson</dc:creator>
      <dc:date>2018-05-27T09:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR SearchParser - The search specifies a macro 'cs_get_index' that cannot be found.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/ERROR-SearchParser-The-search-specifies-a-macro-cs-get-index/m-p/419677#M51164</link>
      <description>&lt;P&gt;Bug still here in 1.0.4 and breaking the ES datamodel used by Intrusion Center dashboards&lt;/P&gt;

&lt;P&gt;My workaround on the searchHeads is to replace the macro directly by the index name of crowdstrike.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;cd etc/apps/TA-crowdstrike ; mkdir -p local
sed 's/`cs_get_index`/index=crowdstrike/' default/eventtypes.conf  &amp;gt; local/eventtypes.conf
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Jul 2018 09:11:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/ERROR-SearchParser-The-search-specifies-a-macro-cs-get-index/m-p/419677#M51164</guid>
      <dc:creator>FloSwiip</dc:creator>
      <dc:date>2018-07-23T09:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR SearchParser - The search specifies a macro 'cs_get_index' that cannot be found.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/ERROR-SearchParser-The-search-specifies-a-macro-cs-get-index/m-p/419678#M51165</link>
      <description>&lt;P&gt;Weird, ran into this issue with palo_alto add-on after pushing a shcluster bundle and forcing a SH restart.&lt;/P&gt;

&lt;P&gt;The pan_traps index was not able to be found. I just created the macro myself since and made it global but just weird how this issue appeared after the app was working fine before.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 15:16:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/ERROR-SearchParser-The-search-specifies-a-macro-cs-get-index/m-p/419678#M51165</guid>
      <dc:creator>Sahr_Lebbie</dc:creator>
      <dc:date>2019-12-04T15:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR SearchParser - The search specifies a macro 'cs_get_index' that cannot be found.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/ERROR-SearchParser-The-search-specifies-a-macro-cs-get-index/m-p/419679#M51166</link>
      <description>&lt;P&gt;Getting this in Splunk Cloud, any work arounds?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 18:01:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/ERROR-SearchParser-The-search-specifies-a-macro-cs-get-index/m-p/419679#M51166</guid>
      <dc:creator>gregz00</dc:creator>
      <dc:date>2020-02-04T18:01:53Z</dc:date>
    </item>
  </channel>
</rss>

