<?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: Filter Table Output in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-Table-Output/m-p/657987#M227274</link>
    <description>&lt;P&gt;Does it always start with "&lt;SPAN&gt;awswaf:managed"? Or is there some other way to recognise the part you want displayed?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Sep 2023 11:43:24 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2023-09-19T11:43:24Z</dc:date>
    <item>
      <title>How to Filter Table Output?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-Table-Output/m-p/657981#M227271</link>
      <description>&lt;P&gt;I have an output&amp;nbsp;of&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;index=feds&amp;nbsp; | fillnull value="" | table httpRequest.clientIp labels{}.name&lt;/P&gt;
&lt;DIV class=""&gt;awswaf:clientip:geo:country:US&lt;/DIV&gt;
&lt;DIV class=""&gt;awswaf:managed:token:absent&lt;/DIV&gt;
&lt;DIV class=""&gt;awswaf:clientip:geo:region:US-IL&lt;/DIV&gt;
&lt;DIV class=""&gt;awswaf:managed:aws:bot-control:signal:non_browser_user_agent&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;wswaf:clientip:geo:country:US&lt;/DIV&gt;
&lt;DIV class=""&gt;awswaf:managed:token:absent&lt;/DIV&gt;
&lt;DIV class=""&gt;awswaf:clientip:geo:region:US-IL&lt;/DIV&gt;
&lt;DIV class=""&gt;awswaf:managed:aws:bot-control:signal:non_browser_user_agent&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;wswaf:clientip:geo:country:US&lt;/DIV&gt;
&lt;DIV class=""&gt;awswaf:managed:token:absent&lt;/DIV&gt;
&lt;DIV class=""&gt;awswaf:clientip:geo:region:US-IL&lt;/DIV&gt;
&lt;DIV class=""&gt;awswaf:managed:aws:bot-control:signal:non_browser_user_agent&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;But need to filter &lt;STRONG&gt;"awswaf:managed:aws:bot-control:signal:non_browser_user_agent"&lt;/STRONG&gt; on Table output and see the results only on&amp;nbsp;&lt;STRONG&gt;"awswaf:managed:aws:bot-control:signal:non_browser_user_agent"&lt;/STRONG&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Sep 2023 18:51:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-Table-Output/m-p/657981#M227271</guid>
      <dc:creator>RahulMisra</dc:creator>
      <dc:date>2023-09-20T18:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Table Output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-Table-Output/m-p/657982#M227272</link>
      <description>&lt;P&gt;If it is always the last item of a multivalue field, you could try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=feds  | fillnull value="" | table httpRequest.clientIp labels{}.name
| rename "labels{}.name" as name
| eval name=mvindex(name, -1)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 19 Sep 2023 10:49:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-Table-Output/m-p/657982#M227272</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-09-19T10:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Table Output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-Table-Output/m-p/657986#M227273</link>
      <description>&lt;P&gt;not always the last &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 11:41:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-Table-Output/m-p/657986#M227273</guid>
      <dc:creator>RahulMisra</dc:creator>
      <dc:date>2023-09-19T11:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Table Output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-Table-Output/m-p/657987#M227274</link>
      <description>&lt;P&gt;Does it always start with "&lt;SPAN&gt;awswaf:managed"? Or is there some other way to recognise the part you want displayed?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 11:43:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-Table-Output/m-p/657987#M227274</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-09-19T11:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Table Output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-Table-Output/m-p/657988#M227275</link>
      <description>&lt;P&gt;Always with that String&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 11:47:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-Table-Output/m-p/657988#M227275</guid>
      <dc:creator>RahulMisra</dc:creator>
      <dc:date>2023-09-19T11:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Table Output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-Table-Output/m-p/658016#M227284</link>
      <description>&lt;P&gt;You could try extracting just that part from your events. If you want help doing that, you should share some raw events in a code block &amp;lt;/&amp;gt; to preserve formatting.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 15:13:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-Table-Output/m-p/658016#M227284</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-09-19T15:13:52Z</dc:date>
    </item>
  </channel>
</rss>

