<?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: Is it possible to create a dashboard that accepts text and creates a searchable log based on the input? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-a-dashboard-that-accepts-text-and/m-p/245887#M15309</link>
    <description>&lt;P&gt;See if this gets your started&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.0/Viz/tokens#Overview"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.0/Viz/tokens#Overview&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Nov 2016 20:27:45 GMT</pubDate>
    <dc:creator>sundareshr</dc:creator>
    <dc:date>2016-11-23T20:27:45Z</dc:date>
    <item>
      <title>Is it possible to create a dashboard that accepts text and creates a searchable log based on the input?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-a-dashboard-that-accepts-text-and/m-p/245886#M15308</link>
      <description>&lt;P&gt;I am trying to figure out how to create a dashboard that essentially creates a log that is searchable based on the input.&lt;/P&gt;

&lt;P&gt;example:&lt;/P&gt;

&lt;P&gt;There are 4 Input boxes and a submit button.&lt;/P&gt;

&lt;P&gt;1st text Box:&lt;BR /&gt;
Date: | User inputs a date |&lt;/P&gt;

&lt;P&gt;2nd Text box:&lt;BR /&gt;
Source IP: | user inputs source IP they are looking at |&lt;/P&gt;

&lt;P&gt;3rd Text box&lt;BR /&gt;
Port: | user inputs a port number |&lt;/P&gt;

&lt;P&gt;4th Text box&lt;BR /&gt;
Notes | a box where user can type in generic notes |&lt;/P&gt;

&lt;P&gt;so after those are filled out and the user hits submit, a log is generated that might look like this when queried:&lt;/P&gt;

&lt;P&gt;LOG:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; date: 11/23/2016 13:09, Source IP: 192.168.1.1, Port: 443, Notes: "I looked at a thing today, and this is some data I collected. It probably means nothing, but here it is."
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Are there any docs, references, or answers that might point me in the right direction?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 20:14:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-a-dashboard-that-accepts-text-and/m-p/245886#M15308</guid>
      <dc:creator>EdgarAllenProse</dc:creator>
      <dc:date>2016-11-23T20:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a dashboard that accepts text and creates a searchable log based on the input?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-a-dashboard-that-accepts-text-and/m-p/245887#M15309</link>
      <description>&lt;P&gt;See if this gets your started&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.0/Viz/tokens#Overview"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.0/Viz/tokens#Overview&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 20:27:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-a-dashboard-that-accepts-text-and/m-p/245887#M15309</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-11-23T20:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a dashboard that accepts text and creates a searchable log based on the input?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-a-dashboard-that-accepts-text-and/m-p/245888#M15310</link>
      <description>&lt;P&gt;This lets you use javascript to log data to Splunk: &lt;A href="http://dev.splunk.com/view/splunk-logging-javascript/SP-CAAAE6U"&gt;http://dev.splunk.com/view/splunk-logging-javascript/SP-CAAAE6U&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 20:41:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-a-dashboard-that-accepts-text-and/m-p/245888#M15310</guid>
      <dc:creator>bshuler_splunk</dc:creator>
      <dc:date>2016-11-23T20:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a dashboard that accepts text and creates a searchable log based on the input?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-a-dashboard-that-accepts-text-and/m-p/245889#M15311</link>
      <description>&lt;P&gt;This was helpful for understanding token usage, but What I am trying to do is create a specific log within splunk. So the input fields aren't used to perform a search, but rather create a combined log that is ultimately queryable. Thank you for a good doc to through in my bookmarks though! &lt;/P&gt;

&lt;P&gt;Do you know any other resources more specific to creating logs within splunk?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 17:37:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-a-dashboard-that-accepts-text-and/m-p/245889#M15311</guid>
      <dc:creator>EdgarAllenProse</dc:creator>
      <dc:date>2016-11-28T17:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a dashboard that accepts text and creates a searchable log based on the input?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-a-dashboard-that-accepts-text-and/m-p/245890#M15312</link>
      <description>&lt;P&gt;Sorry for the late response! So this seems close to what I am trying to do, however, does this work to create a dashboard within splunk that creates logs based off of input in the dashboard? It seems like this is more geared to creating logs from external apps.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 17:39:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-a-dashboard-that-accepts-text-and/m-p/245890#M15312</guid>
      <dc:creator>EdgarAllenProse</dc:creator>
      <dc:date>2016-11-28T17:39:16Z</dc:date>
    </item>
  </channel>
</rss>

