<?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 map search breaks my base search? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597059#M207830</link>
    <description>&lt;P&gt;I mean that the base search&amp;nbsp;I mean the part of the search before the map command&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2022 04:39:36 GMT</pubDate>
    <dc:creator>andrew_burnett</dc:creator>
    <dc:date>2022-05-10T04:39:36Z</dc:date>
    <item>
      <title>Why does the map search break my base search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597041#M207826</link>
      <description>&lt;P&gt;So I have this search looking to send emails to people logging into a legacy SH, but the map command breaks my results.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;index=_audit sourcetype = audittrail action="login attempt"|eval user=user.""."@gmail.com"|fields user|map search="sendemail to=$user$ subject=Please Stoping Using Old SH message="Please migrate to new SH" sendresults=true inline=true format=raw"&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 21:57:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597041#M207826</guid>
      <dc:creator>andrew_burnett</dc:creator>
      <dc:date>2022-05-10T21:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why. does the map search breaks my base search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597058#M207829</link>
      <description>&lt;P&gt;In what way does it break the results. By 'base search' do you mean a base search in a dashboard?&lt;/P&gt;&lt;P&gt;One comment about the search. You are double quoting the message string but not subject.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 04:32:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597058#M207829</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-05-10T04:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why. does the map search breaks my base search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597059#M207830</link>
      <description>&lt;P&gt;I mean that the base search&amp;nbsp;I mean the part of the search before the map command&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 04:39:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597059#M207830</guid>
      <dc:creator>andrew_burnett</dc:creator>
      <dc:date>2022-05-10T04:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why. does the map search breaks my base search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597085#M207849</link>
      <description>&lt;P&gt;A search is a pipeline of processing instructions for events - processing further down the pipeline cannot directly affect processing higher up in the pipeline.&lt;/P&gt;&lt;P&gt;How do you know it is "broken"?&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 06:35:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597085#M207849</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-10T06:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why. does the map search breaks my base search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597086#M207850</link>
      <description>You can check from python.log what are those arguments which have sent by sendemail.</description>
      <pubDate>Tue, 10 May 2022 06:39:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597086#M207850</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-05-10T06:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why. does the map search breaks my base search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597179#M207904</link>
      <description>&lt;P&gt;Everything before the map command works, until I add that last half.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 14:02:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597179#M207904</guid>
      <dc:creator>andrew_burnett</dc:creator>
      <dc:date>2022-05-10T14:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why. does the map search breaks my base search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597213#M207912</link>
      <description>&lt;P&gt;Do you need to escape the double quotes used in the search string?&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 15:51:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597213#M207912</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-10T15:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why. does the map search breaks my base search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597223#M207916</link>
      <description>&lt;P&gt;In the eval? That's to actually make them into email strings&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 17:08:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597223#M207916</guid>
      <dc:creator>andrew_burnett</dc:creator>
      <dc:date>2022-05-10T17:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why. does the map search breaks my base search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597228#M207917</link>
      <description>&lt;P&gt;Something like this (untested)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_audit sourcetype = audittrail action="login attempt"|eval user=user.""."@gmail.com"|fields user|map search="sendemail to=$user$ subject=\"Please Stoping Using Old SH\" message=\"Please migrate to new SH\" sendresults=true inline=true format=raw"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 10 May 2022 17:37:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597228#M207917</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-10T17:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why. does the map search breaks my base search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597259#M207927</link>
      <description>&lt;P&gt;I don't need to escape them, but it is still broken.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 21:23:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597259#M207927</guid>
      <dc:creator>andrew_burnett</dc:creator>
      <dc:date>2022-05-10T21:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why. does the map search breaks my base search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597263#M207930</link>
      <description>&lt;P&gt;Have you tried it with escaped quotes?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_audit sourcetype = audittrail action="login attempt"|eval user=user.""."@gmail.com"|fields user|map search="sendemail to=\"$user$\" subject=\"Please Stoping Using Old SH\" message=\"Please migrate to new SH\" sendresults=true inline=true format=raw"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 10 May 2022 22:19:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597263#M207930</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-10T22:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why. does the map search breaks my base search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597264#M207931</link>
      <description>&lt;P&gt;I suggested you quote the subject string, like you have quoted the message string - did you do that?&lt;/P&gt;&lt;P&gt;Can you also give us some indication of what 'it is broken' means - can you describe or upload a screenshot of what 'broken' means&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 22:34:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-the-map-search-break-my-base-search/m-p/597264#M207931</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-05-10T22:34:25Z</dc:date>
    </item>
  </channel>
</rss>

