<?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 is the table not populating in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-table-not-populating/m-p/677222#M55460</link>
    <description>&lt;P&gt;It is not being used&amp;nbsp;&lt;STRONG&gt;as a token&lt;/STRONG&gt; - try&amp;nbsp;&lt;STRONG&gt;atmnumber=$atm_token$&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Feb 2024 22:40:24 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2024-02-10T22:40:24Z</dc:date>
    <item>
      <title>Why is the table not populating</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-table-not-populating/m-p/677214#M55456</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;
&lt;P&gt;Any assistance given will be appreciated.&lt;/P&gt;
&lt;P&gt;Trying to figure out why my table not populating.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;form version="1.1" theme="dark"&amp;gt;
&amp;lt;label&amp;gt;ATM Analyzer&amp;lt;/label&amp;gt;
&amp;lt;fieldset submitButton="false" autoRun="true"&amp;gt;
&amp;lt;input type="dropdown" token="status_token"&amp;gt;
&amp;lt;label&amp;gt;Status&amp;lt;/label&amp;gt;
&amp;lt;fieldForLabel&amp;gt;eventstatus&amp;lt;/fieldForLabel&amp;gt;
&amp;lt;fieldForValue&amp;gt;eventstatus&amp;lt;/fieldForValue&amp;gt;
&amp;lt;selectFirstChoice&amp;gt;true&amp;lt;/selectFirstChoice&amp;gt;
&amp;lt;search&amp;gt;
&amp;lt;query&amp;gt;index=atm source="D:\\Program Files\\file.dat" | dedup eventstatus | table eventstatus&amp;lt;/query&amp;gt;
&amp;lt;/search&amp;gt;
&amp;lt;default&amp;gt;INFO&amp;lt;/default&amp;gt;
&amp;lt;initialValue&amp;gt;INFO&amp;lt;/initialValue&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="dropdown" token="atm_token" searchWhenChanged="false"&amp;gt;
&amp;lt;label&amp;gt;ATM&amp;lt;/label&amp;gt;
&amp;lt;selectFirstChoice&amp;gt;true&amp;lt;/selectFirstChoice&amp;gt;
&amp;lt;search&amp;gt;
&amp;lt;query&amp;gt;index=atm source="D:\\Program Files\\file.dat" | search eventstatus=$status_token$ | dedup atmnumber | table atmnumber&amp;lt;/query&amp;gt;
&amp;lt;/search&amp;gt;
&amp;lt;fieldForLabel&amp;gt;atmnumber&amp;lt;/fieldForLabel&amp;gt;
&amp;lt;fieldForValue&amp;gt;atmnumber&amp;lt;/fieldForValue&amp;gt;
&amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
&amp;lt;initialValue&amp;gt;*&amp;lt;/initialValue&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="dropdown" token="event_token"&amp;gt;
&amp;lt;label&amp;gt;Event&amp;lt;/label&amp;gt;
&amp;lt;selectFirstChoice&amp;gt;true&amp;lt;/selectFirstChoice&amp;gt;
&amp;lt;search&amp;gt;
&amp;lt;query&amp;gt;index=atm source="D:\\Program Files\\file.dat" | search (eventstatus=$status_token$ AND atmnumber=$atm_token$) | dedup eventtype | table eventtype&amp;lt;/query&amp;gt;
&amp;lt;/search&amp;gt;
&amp;lt;fieldForLabel&amp;gt;eventtype&amp;lt;/fieldForLabel&amp;gt;
&amp;lt;fieldForValue&amp;gt;eventtype&amp;lt;/fieldForValue&amp;gt;
&amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
&amp;lt;initialValue&amp;gt;*&amp;lt;/initialValue&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="time" token="timerange"&amp;gt;
&amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
&amp;lt;default&amp;gt;
&amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
&amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;/fieldset&amp;gt;
&amp;lt;row&amp;gt;
&amp;lt;panel&amp;gt;
&amp;lt;table&amp;gt;
&amp;lt;search&amp;gt;
&amp;lt;query&amp;gt;index=atm source="D:\\Program Files\\file.dat" where (eventstatus=$status_token$ AND atmnumber="atm_token" AND eventtype=$event_token$) | rename eventtime as Time, eventstatus as Status, atmnumner as ATM, eventtype as Fault, eventdescription as Description | table Time Status ATM Fault Description&amp;lt;/query&amp;gt;
&amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
&amp;lt;/search&amp;gt;
&amp;lt;option name="count"&amp;gt;20&amp;lt;/option&amp;gt;
&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;
&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;
&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;/panel&amp;gt;
&amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 15:01:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-table-not-populating/m-p/677214#M55456</guid>
      <dc:creator>shrogers</dc:creator>
      <dc:date>2024-02-12T15:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the table not populating</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-table-not-populating/m-p/677215#M55457</link>
      <description>&lt;P&gt;It looks like atm_token is not being used as a token in your table search&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 19:19:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-table-not-populating/m-p/677215#M55457</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-02-10T19:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the table not populating</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-table-not-populating/m-p/677217#M55458</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It's being used. highlighted in bold.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;search&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;query&amp;gt;index=atm source="D:\\Program Files\\file.dat" where (eventstatus=$status_token$ AND &lt;STRONG&gt;atmnumber="atm_token"&lt;/STRONG&gt; AND eventtype=$event_token$) | rename eventtime as Time, eventstatus as Status, atmnumner as ATM, eventtype as Fault, eventdescription as Description | table Time Status ATM Fault Description&amp;lt;/query&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 19:43:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-table-not-populating/m-p/677217#M55458</guid>
      <dc:creator>shrogers</dc:creator>
      <dc:date>2024-02-10T19:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the table not populating</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-table-not-populating/m-p/677219#M55459</link>
      <description>&lt;P class="lia-align-left"&gt;&lt;SPAN&gt;&amp;lt;search&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;query&amp;gt;index=atm source="D:\\Program Files\\file.dat" where (eventstatus=$status_token$ AND&amp;nbsp;&lt;STRONG&gt;atmnumber="atm_token"&lt;/STRONG&gt;&amp;nbsp;AND eventtype=$event_token$) | rename eventtime as Time, eventstatus as Status, atmnumner as ATM, eventtype as Fault, eventdescription as Description | table Time Status ATM Fault Description&amp;lt;/query&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 20:19:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-table-not-populating/m-p/677219#M55459</guid>
      <dc:creator>shrogers</dc:creator>
      <dc:date>2024-02-10T20:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the table not populating</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-table-not-populating/m-p/677222#M55460</link>
      <description>&lt;P&gt;It is not being used&amp;nbsp;&lt;STRONG&gt;as a token&lt;/STRONG&gt; - try&amp;nbsp;&lt;STRONG&gt;atmnumber=$atm_token$&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 22:40:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-table-not-populating/m-p/677222#M55460</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-02-10T22:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the table not populating</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-table-not-populating/m-p/677284#M55466</link>
      <description>&lt;P&gt;Thank you. Issue resolved after using base search. Was able to identified the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 13:27:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-table-not-populating/m-p/677284#M55466</guid>
      <dc:creator>shrogers</dc:creator>
      <dc:date>2024-02-12T13:27:38Z</dc:date>
    </item>
  </channel>
</rss>

