<?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 Forms in Splunk in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Forms-in-Splunk/m-p/742505#M58464</link>
    <description>&lt;P&gt;Hi, From what I read so far, Splunk forms can be used to fetch/filter data based on User's requirement. The data in the case is already present in Splunk. However, I wish to insert data into specific Index in Splunk. Can this also be done using Splunk Forms?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Mar 2025 08:31:46 GMT</pubDate>
    <dc:creator>urvishah</dc:creator>
    <dc:date>2025-03-24T08:31:46Z</dc:date>
    <item>
      <title>Forms in Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Forms-in-Splunk/m-p/742505#M58464</link>
      <description>&lt;P&gt;Hi, From what I read so far, Splunk forms can be used to fetch/filter data based on User's requirement. The data in the case is already present in Splunk. However, I wish to insert data into specific Index in Splunk. Can this also be done using Splunk Forms?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 08:31:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Forms-in-Splunk/m-p/742505#M58464</guid>
      <dc:creator>urvishah</dc:creator>
      <dc:date>2025-03-24T08:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Forms in Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Forms-in-Splunk/m-p/742507#M58465</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/266287"&gt;@urvishah&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you wanting to allow users to write data to a Splunk index without being logged in to Splunk itself? If so you would need an external site/system which then sends the collected form data to a HEC receiver to be indexed in Splunk.&lt;/P&gt;&lt;P&gt;If you want something within Splunk itself then you can use a Dashboard with multiple text inputs/dropdowns etc. You can then use the tokens from these inputs to build a search with a "collect" statement that would populate your index.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|makeresults 
| eval name=$name|s$
| eval formField1=$formField1|s$
| collect index=yourIndex&lt;/LI-CODE&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;BR /&gt;&lt;BR /&gt;Will&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 08:37:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Forms-in-Splunk/m-p/742507#M58465</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-03-24T08:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Forms in Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Forms-in-Splunk/m-p/742511#M58466</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;basically yes as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&amp;nbsp;already said. There are also other ways to store end user's answers into splunk, but what is best is depending on your use case. Those are e.g. kvstore, csv file, db connect etc.&lt;/P&gt;&lt;P&gt;If you need more specific answer, then you should told your use case and what you looking for.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 08:48:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Forms-in-Splunk/m-p/742511#M58466</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2025-03-24T08:48:17Z</dc:date>
    </item>
  </channel>
</rss>

