<?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: Splunk Classic Dashboard Event Panel Table Visualization in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Classic-Dashboard-Event-Panel-Table-Visualization/m-p/741424#M58383</link>
    <description>&lt;P&gt;Hello! Thank you for your response. I tried that. However, the Selected Field headers are still just _time, host, source, and sourcetype. The footer Event Fields that appear when I expand the event do include the fields that I put in the table command (ex: Level, Details, etc), but don't appear as the headers or the Selected Fields.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Mar 2025 17:28:15 GMT</pubDate>
    <dc:creator>lcguilfoil</dc:creator>
    <dc:date>2025-03-11T17:28:15Z</dc:date>
    <item>
      <title>Splunk Classic Dashboard Event Panel Table Visualization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Classic-Dashboard-Event-Panel-Table-Visualization/m-p/741422#M58381</link>
      <description>&lt;P&gt;I am creating a Classic Dashboard. I have a Events Panel that is in the Table format. The headers for the table are the following events: _time, host, source, and sourcetype. These are the "Selected Fields". However, there are other fields that I would like to include as "Selected" so that they show up on the header. Is there anyway to do that?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;panel&amp;gt;
	&amp;lt;event&amp;gt;
		&amp;lt;search&amp;gt;
			&amp;lt;query&amp;gt;index=*&amp;lt;/query&amp;gt;
			&amp;lt;earliest&amp;gt;$global_time.earliest$&amp;lt;/earliest&amp;gt;
			&amp;lt;latest&amp;gt;$global_time.latest$&amp;lt;/latest&amp;gt;
		&amp;lt;/search&amp;gt;
		&amp;lt;option name="type"&amp;gt;table&amp;lt;/option&amp;gt;
	&amp;lt;/event&amp;gt;
&amp;lt;/panel&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 17:10:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Classic-Dashboard-Event-Panel-Table-Visualization/m-p/741422#M58381</guid>
      <dc:creator>lcguilfoil</dc:creator>
      <dc:date>2025-03-11T17:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Classic Dashboard Event Panel Table Visualization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Classic-Dashboard-Event-Panel-Table-Visualization/m-p/741423#M58382</link>
      <description>&lt;P&gt;Try using the table command in your query&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=* | table _time, host, source, sourcetype, otherfield1, otherfield2&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 11 Mar 2025 17:25:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Classic-Dashboard-Event-Panel-Table-Visualization/m-p/741423#M58382</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-03-11T17:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Classic Dashboard Event Panel Table Visualization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Classic-Dashboard-Event-Panel-Table-Visualization/m-p/741424#M58383</link>
      <description>&lt;P&gt;Hello! Thank you for your response. I tried that. However, the Selected Field headers are still just _time, host, source, and sourcetype. The footer Event Fields that appear when I expand the event do include the fields that I put in the table command (ex: Level, Details, etc), but don't appear as the headers or the Selected Fields.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 17:28:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Classic-Dashboard-Event-Panel-Table-Visualization/m-p/741424#M58383</guid>
      <dc:creator>lcguilfoil</dc:creator>
      <dc:date>2025-03-11T17:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Classic Dashboard Event Panel Table Visualization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Classic-Dashboard-Event-Panel-Table-Visualization/m-p/741426#M58384</link>
      <description>&lt;P&gt;I figured it out! I added the fields:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;panel&amp;gt;
	&amp;lt;event&amp;gt;
		&amp;lt;search&amp;gt;
			&amp;lt;query&amp;gt;index=*&amp;lt;/query&amp;gt;
			&amp;lt;earliest&amp;gt;$global_time.earliest$&amp;lt;/earliest&amp;gt;
			&amp;lt;latest&amp;gt;$global_time.latest$&amp;lt;/latest&amp;gt;
		&amp;lt;/search&amp;gt;
		&amp;lt;fields&amp;gt;field, field2, field3&amp;lt;/fields&amp;gt;
		&amp;lt;option name="type"&amp;gt;table&amp;lt;/option&amp;gt;
	&amp;lt;/event&amp;gt;
&amp;lt;/panel&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 11 Mar 2025 17:34:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Classic-Dashboard-Event-Panel-Table-Visualization/m-p/741426#M58384</guid>
      <dc:creator>lcguilfoil</dc:creator>
      <dc:date>2025-03-11T17:34:40Z</dc:date>
    </item>
  </channel>
</rss>

