<?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: Custom Visualization by creating Table in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Visualization-by-creating-Table/m-p/544939#M37395</link>
    <description>&lt;P&gt;Understood.&amp;nbsp; Perhaps your senior knows the answer.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Mar 2021 14:21:37 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2021-03-23T14:21:37Z</dc:date>
    <item>
      <title>Custom Visualization by creating Table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Visualization-by-creating-Table/m-p/544890#M37380</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a student and very new to Splunk so I need a help. I need to create a custom visualisation which includes creating a table from the search results. It shouldn't be a static table as I need to add some additional features to it. So table should be created and uploaded like a panel which can be used for the visualisation.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.0/AdvancedDev/CustomVizTutorial" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.0/AdvancedDev/CustomVizTutorial&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This link shows the custom visualisation for radial meter, but I need the 1 for table creation using javascript. Any leads and help is appreciated. Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 09:04:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Visualization-by-creating-Table/m-p/544890#M37380</guid>
      <dc:creator>Komala</dc:creator>
      <dc:date>2021-03-23T09:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visualization by creating Table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Visualization-by-creating-Table/m-p/544921#M37388</link>
      <description>&lt;P&gt;Please describe your use case more.&amp;nbsp; What is special about your table?&amp;nbsp; What "additional features" will it have?&amp;nbsp; A mock-up might be helpful.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 12:45:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Visualization-by-creating-Table/m-p/544921#M37388</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-03-23T12:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visualization by creating Table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Visualization-by-creating-Table/m-p/544923#M37389</link>
      <description>&lt;P&gt;- For the below search which I have mentioned. I need to create a visualization in the form of table and it should not be the static table. Because later in the table I need to add colours and trends in it.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- This was the exact statement told for me with respect to the task: Render Splunk search results into a table ( Take the data supplied to updateView and render it into a html &amp;lt;table&amp;gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;index="_internal" sourcetype=splunkd source="*/license_usage.log"
|  bucket span=1d _time
|  stats sum(b) as value by st _time
|  eval series=strftime(_time, "%F")
|  rename st as category
|  fields - _time&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 13:03:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Visualization-by-creating-Table/m-p/544923#M37389</guid>
      <dc:creator>Komala</dc:creator>
      <dc:date>2021-03-23T13:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visualization by creating Table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Visualization-by-creating-Table/m-p/544925#M37390</link>
      <description>&lt;P&gt;Is this an exam question?&amp;nbsp; If so, then I can't help.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 13:05:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Visualization-by-creating-Table/m-p/544925#M37390</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-03-23T13:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visualization by creating Table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Visualization-by-creating-Table/m-p/544926#M37391</link>
      <description>&lt;P&gt;No its not a exam question I am learning Splunk For my personal development. So I asked for some different topics from my senior and for this I couldn't find the solution as I am not understanding how to create or update the table.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 13:09:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Visualization-by-creating-Table/m-p/544926#M37391</guid>
      <dc:creator>Komala</dc:creator>
      <dc:date>2021-03-23T13:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visualization by creating Table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Visualization-by-creating-Table/m-p/544939#M37395</link>
      <description>&lt;P&gt;Understood.&amp;nbsp; Perhaps your senior knows the answer.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 14:21:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Visualization-by-creating-Table/m-p/544939#M37395</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-03-23T14:21:37Z</dc:date>
    </item>
  </channel>
</rss>

