Hi All,
I am looking for a dashboard panel, where user can enter their comments in one column by typing themselves and in second column current date should come automatically. On click of submit , these value must save and shown to the user as well.( may be via lookup ? )
Your help is appreciated .TIA
Hi @architkhanna,
you have tywo ways to do this:
In few words, you have to:
We did it in my company and you can find in Community some help to create this javascript:
https://community.splunk.com/t5/Dashboards-Visualizations/Button-to-run-splunk-query/m-p/454738
and others.
And to manage KV Store
https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/kvstore/aboutkvstorecollections/
Ciao.
Giuseppe