<?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 How to create a textbox to enter comments on a dashboard panel? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-textbox-to-enter-comments-on-a-dashboard-panel/m-p/283621#M17926</link>
    <description>&lt;P&gt;Hello team,&lt;/P&gt;

&lt;P&gt;I added a textbox to enter comments in it on a dashboard panel.&lt;BR /&gt;
The comments entered need to be visible to everyone who view the dashboard.&lt;BR /&gt;
How do I retain the comments entered? Please help.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Pallavi&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jul 2016 17:17:13 GMT</pubDate>
    <dc:creator>pallavibalasa</dc:creator>
    <dc:date>2016-07-26T17:17:13Z</dc:date>
    <item>
      <title>How to create a textbox to enter comments on a dashboard panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-textbox-to-enter-comments-on-a-dashboard-panel/m-p/283621#M17926</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;

&lt;P&gt;I added a textbox to enter comments in it on a dashboard panel.&lt;BR /&gt;
The comments entered need to be visible to everyone who view the dashboard.&lt;BR /&gt;
How do I retain the comments entered? Please help.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Pallavi&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 17:17:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-textbox-to-enter-comments-on-a-dashboard-panel/m-p/283621#M17926</guid>
      <dc:creator>pallavibalasa</dc:creator>
      <dc:date>2016-07-26T17:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a textbox to enter comments on a dashboard panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-textbox-to-enter-comments-on-a-dashboard-panel/m-p/283622#M17927</link>
      <description>&lt;P&gt;You can use an HTML panel&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;html&amp;gt;
&amp;lt;div&amp;gt;Comments for everyone to see&amp;lt;/div&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;*&lt;STRONG&gt;&lt;EM&gt;OR, add it as default value for the text box&lt;/EM&gt;&lt;/STRONG&gt;*&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;default&amp;gt;Comments for everyone to see&amp;lt;/default&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Jul 2016 17:40:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-textbox-to-enter-comments-on-a-dashboard-panel/m-p/283622#M17927</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-07-26T17:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a textbox to enter comments on a dashboard panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-textbox-to-enter-comments-on-a-dashboard-panel/m-p/283623#M17928</link>
      <description>&lt;P&gt;I cannot default the comments. User whoever view the report in the panel should be able to enter the comments, modify them and etc.&lt;BR /&gt;
I need to save these comments entered somewhere so that next time when the user views the report, he can add/delete/modify the same.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 05:23:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-textbox-to-enter-comments-on-a-dashboard-panel/m-p/283623#M17928</guid>
      <dc:creator>pallavibalasa</dc:creator>
      <dc:date>2016-07-27T05:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a textbox to enter comments on a dashboard panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-textbox-to-enter-comments-on-a-dashboard-panel/m-p/283624#M17929</link>
      <description>&lt;P&gt;You will have to save the comments in a &lt;CODE&gt;kvstore&lt;/CODE&gt; or &lt;CODE&gt;lookup&lt;/CODE&gt; file and retrieve them when page loads to set the token  value.&lt;/P&gt;

&lt;P&gt;See if you get any ideas from this posting &lt;A href="http://dev.splunk.com/view/webframework-tutorials/SP-CAAAEZT"&gt;http://dev.splunk.com/view/webframework-tutorials/SP-CAAAEZT&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 12:31:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-textbox-to-enter-comments-on-a-dashboard-panel/m-p/283624#M17929</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-07-27T12:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a textbox to enter comments on a dashboard panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-textbox-to-enter-comments-on-a-dashboard-panel/m-p/283625#M17930</link>
      <description>&lt;P&gt;I am trying to save in a csv file placed in splunk/var/run/splunk/csv.. &lt;/P&gt;

&lt;P&gt;I use command inputcsv filename.csv&lt;BR /&gt;
I get File couldn't be read. Not sure how to resolve this. Please help.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Pallavi&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 06:56:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-textbox-to-enter-comments-on-a-dashboard-panel/m-p/283625#M17930</guid>
      <dc:creator>pallavibalasa</dc:creator>
      <dc:date>2016-08-29T06:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a textbox to enter comments on a dashboard panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-textbox-to-enter-comments-on-a-dashboard-panel/m-p/283626#M17931</link>
      <description>&lt;P&gt;Hi Pallavi, the csv file got read permissions ah? may i know if the dashboard is working fine? can you give us some more info about the whats this dashboard for and this comment? what is the full command you use for inputlookup? check this example one - &lt;/P&gt;

&lt;P&gt;Find this code:&lt;BR /&gt;
               "search": "TBD",&lt;BR /&gt;
Replace it with this code:&lt;BR /&gt;
               "search": " | inputlookup kvstore_lookup | eval  KeyID = _key | table KeyID, CustID, CustName, CustStreet, CustCity, CustState, CustZip",&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 09:21:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-textbox-to-enter-comments-on-a-dashboard-panel/m-p/283626#M17931</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2016-08-29T09:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a textbox to enter comments on a dashboard panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-textbox-to-enter-comments-on-a-dashboard-panel/m-p/283627#M17932</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I am now able to read the csv file. I have modified the permissions given for the folder in which the file resides.&lt;BR /&gt;
My scenario is as below:&lt;/P&gt;

&lt;P&gt;I have a report. I want to add a comment box so that the user will enter his comments . Next time when the user logs into the system, &lt;BR /&gt;
he should be able to read his comments. Modify them if required and save.&lt;/P&gt;

&lt;H2&gt;Approach which I am following:&lt;/H2&gt;

&lt;P&gt;I tired to create a file and read it using inputcsv command.&lt;BR /&gt;
I put a textbox in the form.&lt;/P&gt;

&lt;P&gt;I am not sure how to read from file and put that value into form textbox.&lt;BR /&gt;
And also write to the file reading the textbox.&lt;BR /&gt;
I am totally new to splunk and coding in java script.&lt;BR /&gt;
Appreciate any help here..&lt;/P&gt;

&lt;P&gt;thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 11:15:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-textbox-to-enter-comments-on-a-dashboard-panel/m-p/283627#M17932</guid>
      <dc:creator>pallavibalasa</dc:creator>
      <dc:date>2016-08-30T11:15:30Z</dc:date>
    </item>
  </channel>
</rss>

