<?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: How to Automatically Generate Custom Dashboards in Splunk When New Data is Fetched? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Automatically-Generate-Custom-Dashboards-in-Splunk-When/m-p/747868#M118817</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/310822"&gt;@TestUser&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Jokingly, I would say with a magic wand!&lt;BR /&gt;In reality, at the moment there is no tool that allows this, even if, with the help of some Artificial Intelligence tools, we are getting closer.&lt;BR /&gt;In any case, at the moment, to my knowledge, there are no tools of this type.&lt;/P&gt;&lt;P&gt;Also because the new data must be identified and parsed; then you have to identify the filtering requirements and what you want to get as output, so I would say that at the moment it is not possible.&lt;BR /&gt;A help could come from the Splunk Security Essentials app (&lt;A href="https://splunkbase.splunk.com/app/3435" target="_blank"&gt;https://splunkbase.splunk.com/app/3435&lt;/A&gt;) that provides a tool for identifying data flows and presents them with some dashboards, but in any case there is always a manual component of identifying and implementing the requirements.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jun 2025 06:54:21 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2025-06-12T06:54:21Z</dc:date>
    <item>
      <title>How to Automatically Generate Custom Dashboards in Splunk When New Data is Fetched?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Automatically-Generate-Custom-Dashboards-in-Splunk-When/m-p/747746#M118807</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I’ve developed a&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;custom Splunk app&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;that fetches log data from external sources. Currently, I need to&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;dynamically create dashboards&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;whenever new data types/sources are ingested, without manual intervention.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 13:50:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Automatically-Generate-Custom-Dashboards-in-Splunk-When/m-p/747746#M118807</guid>
      <dc:creator>TestUser</dc:creator>
      <dc:date>2025-06-10T13:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Automatically Generate Custom Dashboards in Splunk When New Data is Fetched?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Automatically-Generate-Custom-Dashboards-in-Splunk-When/m-p/747868#M118817</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/310822"&gt;@TestUser&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Jokingly, I would say with a magic wand!&lt;BR /&gt;In reality, at the moment there is no tool that allows this, even if, with the help of some Artificial Intelligence tools, we are getting closer.&lt;BR /&gt;In any case, at the moment, to my knowledge, there are no tools of this type.&lt;/P&gt;&lt;P&gt;Also because the new data must be identified and parsed; then you have to identify the filtering requirements and what you want to get as output, so I would say that at the moment it is not possible.&lt;BR /&gt;A help could come from the Splunk Security Essentials app (&lt;A href="https://splunkbase.splunk.com/app/3435" target="_blank"&gt;https://splunkbase.splunk.com/app/3435&lt;/A&gt;) that provides a tool for identifying data flows and presents them with some dashboards, but in any case there is always a manual component of identifying and implementing the requirements.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 06:54:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Automatically-Generate-Custom-Dashboards-in-Splunk-When/m-p/747868#M118817</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-06-12T06:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Automatically Generate Custom Dashboards in Splunk When New Data is Fetched?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Automatically-Generate-Custom-Dashboards-in-Splunk-When/m-p/747882#M118822</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/310822"&gt;@TestUser&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;has stated here, there isnt such a tool or capability within Splunk currently that would allow this, but its possibly something that with enough information could be built into an app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would rely on a couple of key bits of information though, such as what the usecases for the dashboard are (e.g. what is it you want to visualise, and for whom etc) and also if the data is in a predictable (or ideally CIM compliant) format. e.g. can you reference fields reliably knowing their content (type) and names etc.&lt;/P&gt;&lt;P&gt;It might help if you could share a little more about what you are trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 12:31:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Automatically-Generate-Custom-Dashboards-in-Splunk-When/m-p/747882#M118822</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-06-12T12:31:48Z</dc:date>
    </item>
  </channel>
</rss>

