<?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 Dashboard Studio: Event Panel in the Table Visualization Format in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Event-Panel-in-the-Table-Visualization-Format/m-p/741427#M58385</link>
    <description>&lt;P&gt;Hello! I am using Dashboard Studio. I created an Events visualization that is currently in the List view. I want to make it into the Table view. This is the source code for the Dashboard Studio dashboard:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
	containerOptions: {},
	"context": {},
	"dataSources": {
		"primary": ds             # the query is index=* | table field1, field2, field3
	},
	"options": {},
	"showLastUpdated": false,
	"showProgressBar": true,
	"type": "splunk.events"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created something similar to what I'm looking for in Dashboard Classic and this is the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Mar 2025 17:44:22 GMT</pubDate>
    <dc:creator>lcguilfoil</dc:creator>
    <dc:date>2025-03-11T17:44:22Z</dc:date>
    <item>
      <title>Dashboard Studio: Event Panel in the Table Visualization Format</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Event-Panel-in-the-Table-Visualization-Format/m-p/741427#M58385</link>
      <description>&lt;P&gt;Hello! I am using Dashboard Studio. I created an Events visualization that is currently in the List view. I want to make it into the Table view. This is the source code for the Dashboard Studio dashboard:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
	containerOptions: {},
	"context": {},
	"dataSources": {
		"primary": ds             # the query is index=* | table field1, field2, field3
	},
	"options": {},
	"showLastUpdated": false,
	"showProgressBar": true,
	"type": "splunk.events"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created something similar to what I'm looking for in Dashboard Classic and this is the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 17:44:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Event-Panel-in-the-Table-Visualization-Format/m-p/741427#M58385</guid>
      <dc:creator>lcguilfoil</dc:creator>
      <dc:date>2025-03-11T17:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Studio: Event Panel in the Table Visualization Format</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Event-Panel-in-the-Table-Visualization-Format/m-p/741467#M58386</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/308419"&gt;@lcguilfoil&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Change your "splunk.events" to "splunk.table"&amp;nbsp;&lt;/P&gt;&lt;P&gt;So its like this example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"viz_URfuD3f4": {
            "containerOptions": {},
            "context": {},
            "dataSources": {
                "primary": "ds_0zCzRLMd"
            },
            "options": {},
            "showLastUpdated": false,
            "showProgressBar": false,
            "type": "splunk.table"
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know how you get on and consider adding karma to this or any other answer if it has helped.&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 21:32:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Event-Panel-in-the-Table-Visualization-Format/m-p/741467#M58386</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-03-11T21:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Studio: Event Panel in the Table Visualization Format</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Event-Panel-in-the-Table-Visualization-Format/m-p/741689#M58399</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I appreciate your comment! That's not exactly what I'm looking for. I don't want to use the Table panel, but instead I want to change the Event panel's display to table. I apologize if what I'm saying is unclear. The best example I can give is the same thing I'm aiming for in the Classic Dashboard:&lt;/P&gt;&lt;PRE&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;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 12:01:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Event-Panel-in-the-Table-Visualization-Format/m-p/741689#M58399</guid>
      <dc:creator>lcguilfoil</dc:creator>
      <dc:date>2025-03-13T12:01:37Z</dc:date>
    </item>
  </channel>
</rss>

