<?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: Edit Splunk Search Output in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/edit-splunk-search-output/m-p/561255#M2717</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/272488"&gt;@Himangi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use Transformers for that purpose. You can use !Set command to do desired changes on the output and set the results to the another key. If you share the output and desired format, I will try to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2023 10:26:55 GMT</pubDate>
    <dc:creator>gyldz</dc:creator>
    <dc:date>2023-10-11T10:26:55Z</dc:date>
    <item>
      <title>Edit Splunk Search Output</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/edit-splunk-search-output/m-p/561056#M2707</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I am running a query in splunk search automation, The output I am getting includes too many brackets. I want to edit the output and I want to further use that output in different task.&lt;/P&gt;
&lt;P&gt;Can anyone please suggest how can I edit the splunk search output.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 08:03:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/edit-splunk-search-output/m-p/561056#M2707</guid>
      <dc:creator>Himangi</dc:creator>
      <dc:date>2023-10-10T08:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Splunk Search Output</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/edit-splunk-search-output/m-p/561255#M2717</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/272488"&gt;@Himangi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use Transformers for that purpose. You can use !Set command to do desired changes on the output and set the results to the another key. If you share the output and desired format, I will try to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 10:26:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/edit-splunk-search-output/m-p/561255#M2717</guid>
      <dc:creator>gyldz</dc:creator>
      <dc:date>2023-10-11T10:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Splunk Search Output</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/edit-splunk-search-output/m-p/561407#M2719</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/287891"&gt;@gyldz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I am using this query&amp;nbsp;index=windows EventCode=4625 user=user1| stats values(Account_Domain) as Account_Domain values(name) as Reason dc(_time) as LoginFailedCount&lt;/P&gt;
&lt;P&gt;and I am getting the result as&amp;nbsp;&lt;BR /&gt;[{"Account_Domain":"Test","LoginFailedCount":"24","Reason":["An account failed to log on","User name is correct but the password is wrong"]}]&lt;/P&gt;
&lt;P&gt;I want to edit this output by removing brackets. I want the result as below:&lt;/P&gt;
&lt;P&gt;Account_Domain:Test&lt;/P&gt;
&lt;P&gt;LoginFailedCount:24&lt;/P&gt;
&lt;P&gt;Reason:An account failed to log on,User name is correct but the password is wrong&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 10:38:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/edit-splunk-search-output/m-p/561407#M2719</guid>
      <dc:creator>Himangi</dc:creator>
      <dc:date>2023-10-12T10:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Splunk Search Output</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/edit-splunk-search-output/m-p/561603#M2728</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use stripchars transformer as below. It will remove the double quotes and then XSOAR will parse it as a dictionary.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gyldz_0-1697184701912.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/54395i739DC8F770664D37/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gyldz_0-1697184701912.png" alt="gyldz_0-1697184701912.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gyldz_1-1697184721133.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/54396i46F26E3BBCFEEBBE/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gyldz_1-1697184721133.png" alt="gyldz_1-1697184721133.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 08:12:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/edit-splunk-search-output/m-p/561603#M2728</guid>
      <dc:creator>gyldz</dc:creator>
      <dc:date>2023-10-13T08:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Splunk Search Output</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/edit-splunk-search-output/m-p/561882#M2735</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/287891"&gt;@gyldz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thankyou for replying.&lt;/P&gt;
&lt;P&gt;I tried the above automation and I am getting error as failed to parse argument and that particular task is getting paused.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 13:43:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/edit-splunk-search-output/m-p/561882#M2735</guid>
      <dc:creator>Himangi</dc:creator>
      <dc:date>2023-10-16T13:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Splunk Search Output</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/edit-splunk-search-output/m-p/562224#M2741</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/272488"&gt;@Himangi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you also show Splunk.Result in context data?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 09:01:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/edit-splunk-search-output/m-p/562224#M2741</guid>
      <dc:creator>gyldz</dc:creator>
      <dc:date>2023-10-18T09:01:10Z</dc:date>
    </item>
  </channel>
</rss>

