Dashboards & Visualizations

Forms in Splunk

urvishah
Engager

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? 

Labels (1)
0 Karma
1 Solution

livehybrid
SplunkTrust
SplunkTrust

Hi @urvishah 

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.

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.

|makeresults 
| eval name=$name|s$
| eval formField1=$formField1|s$
| collect index=yourIndex

Please let me know how you get on and consider adding karma to this or any other answer if it has helped.
Regards

Will

View solution in original post

isoutamo
SplunkTrust
SplunkTrust

Hi

basically yes as @livehybrid 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.

If you need more specific answer, then you should told your use case and what you looking for.

r. Ismo

0 Karma

livehybrid
SplunkTrust
SplunkTrust

Hi @urvishah 

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.

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.

|makeresults 
| eval name=$name|s$
| eval formField1=$formField1|s$
| collect index=yourIndex

Please let me know how you get on and consider adding karma to this or any other answer if it has helped.
Regards

Will

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...