<?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: Table wont show on search in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Table-wont-show-on-search/m-p/693662#M12539</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/270066"&gt;@jacksonchandler&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;let me understand:&lt;/P&gt;&lt;P&gt;if you run the search without the last row (the table command) does ir run and does you have results?&lt;/P&gt;&lt;P&gt;if yes, remove the last row, also because you don't need it.&lt;/P&gt;&lt;P&gt;if not, run the search without the last two rows and check if the field&amp;nbsp;&lt;SPAN&gt;ut_domain_without_tld is present.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you share the content of the macro?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if you use &amp;lt;CTRL&amp;gt;&amp;lt;SHIFT&amp;gt;E on the search with the macro, you can have the full search (without macro) displayed in a window.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jul 2024 05:43:03 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2024-07-18T05:43:03Z</dc:date>
    <item>
      <title>Table wont show on search</title>
      <link>https://community.splunk.com/t5/Reporting/Table-wont-show-on-search/m-p/693654#M12536</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Im trying to collate URL domain names of users who visit websites over the course of 24 hours. It pulls the right data but it wont table and im not sure how to fix it.&amp;nbsp; Im using URL Toolbox to parse the domain out.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;index="##" eventtype=pan $user$ hoursago=24&lt;BR /&gt;| eval list="mozilla"&lt;BR /&gt;| `ut_parse_extended(url,list)`&lt;BR /&gt;| stats count by ut_domain_without_tld&lt;BR /&gt;| table ut_domain_without_tld count&lt;BR /&gt;&lt;BR /&gt;Im fairly new to splunk so any help is appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 04:14:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Table-wont-show-on-search/m-p/693654#M12536</guid>
      <dc:creator>jacksonchandler</dc:creator>
      <dc:date>2024-07-18T04:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table wont show on search</title>
      <link>https://community.splunk.com/t5/Reporting/Table-wont-show-on-search/m-p/693662#M12539</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/270066"&gt;@jacksonchandler&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;let me understand:&lt;/P&gt;&lt;P&gt;if you run the search without the last row (the table command) does ir run and does you have results?&lt;/P&gt;&lt;P&gt;if yes, remove the last row, also because you don't need it.&lt;/P&gt;&lt;P&gt;if not, run the search without the last two rows and check if the field&amp;nbsp;&lt;SPAN&gt;ut_domain_without_tld is present.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you share the content of the macro?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if you use &amp;lt;CTRL&amp;gt;&amp;lt;SHIFT&amp;gt;E on the search with the macro, you can have the full search (without macro) displayed in a window.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 05:43:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Table-wont-show-on-search/m-p/693662#M12539</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-07-18T05:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table wont show on search</title>
      <link>https://community.splunk.com/t5/Reporting/Table-wont-show-on-search/m-p/693663#M12540</link>
      <description>&lt;P&gt;Thanks Guiseppe. I solved it myself with your advice - data was there but wasnt showing as a table because my dashboard wasnt configured to do that - was to be shown as a list. Changed that and worked!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 05:57:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Table-wont-show-on-search/m-p/693663#M12540</guid>
      <dc:creator>jacksonchandler</dc:creator>
      <dc:date>2024-07-18T05:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table wont show on search</title>
      <link>https://community.splunk.com/t5/Reporting/Table-wont-show-on-search/m-p/693666#M12542</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/270066"&gt;@jacksonchandler&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 06:08:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Table-wont-show-on-search/m-p/693666#M12542</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-07-18T06:08:11Z</dc:date>
    </item>
  </channel>
</rss>

