<?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 Input fields in view in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Input-fields-in-view/m-p/146582#M8945</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm trying to create a view looks like following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[input ipaddr]         [dropdown list]
[input username]       [Time selector]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I add following code, but all boxes are in the same line.    I tried &lt;CODE&gt;&amp;lt;br&amp;gt;&amp;lt;/br&amp;gt;&lt;/CODE&gt; or &lt;CODE&gt;&amp;lt;br/&amp;gt;&lt;/CODE&gt; but didn't work.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="text" token="ipaddr"&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="dropdown" token="bool"&amp;gt; 
        &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
        &amp;lt;choice value="OR"&amp;gt;OR&amp;lt;/choice&amp;gt;
        &amp;lt;choice value="AND"&amp;gt;AND&amp;lt;/choice&amp;gt;
        &amp;lt;default&amp;gt;AND&amp;lt;/default&amp;gt;
   &amp;lt;/input&amp;gt;
  &amp;lt;input type="text" token="username"&amp;gt;
    &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
  &amp;lt;/input&amp;gt;
        &amp;lt;input type="time"&amp;gt;
  &amp;lt;default&amp;gt;Last 7 days&amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;

  &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Would anyone help?  I'm new to Splunk and web programming.  Sorry for the newbie question.  Thanks a lot.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jul 2014 06:52:54 GMT</pubDate>
    <dc:creator>stwong</dc:creator>
    <dc:date>2014-07-17T06:52:54Z</dc:date>
    <item>
      <title>Input fields in view</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Input-fields-in-view/m-p/146582#M8945</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm trying to create a view looks like following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[input ipaddr]         [dropdown list]
[input username]       [Time selector]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I add following code, but all boxes are in the same line.    I tried &lt;CODE&gt;&amp;lt;br&amp;gt;&amp;lt;/br&amp;gt;&lt;/CODE&gt; or &lt;CODE&gt;&amp;lt;br/&amp;gt;&lt;/CODE&gt; but didn't work.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="text" token="ipaddr"&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="dropdown" token="bool"&amp;gt; 
        &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
        &amp;lt;choice value="OR"&amp;gt;OR&amp;lt;/choice&amp;gt;
        &amp;lt;choice value="AND"&amp;gt;AND&amp;lt;/choice&amp;gt;
        &amp;lt;default&amp;gt;AND&amp;lt;/default&amp;gt;
   &amp;lt;/input&amp;gt;
  &amp;lt;input type="text" token="username"&amp;gt;
    &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
  &amp;lt;/input&amp;gt;
        &amp;lt;input type="time"&amp;gt;
  &amp;lt;default&amp;gt;Last 7 days&amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;

  &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Would anyone help?  I'm new to Splunk and web programming.  Sorry for the newbie question.  Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2014 06:52:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Input-fields-in-view/m-p/146582#M8945</guid>
      <dc:creator>stwong</dc:creator>
      <dc:date>2014-07-17T06:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Input fields in view</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Input-fields-in-view/m-p/146583#M8946</link>
      <description>&lt;P&gt;You can organize your fields in rows and panels like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;fields&amp;lt;/label&amp;gt;
  &amp;lt;description/&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;input type="text" token="field1"/&amp;gt;
      &amp;lt;input type="text" token="field2"/&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;input type="text" token="field3"/&amp;gt;
      &amp;lt;input type="time" token="field4"&amp;gt;
        &amp;lt;label/&amp;gt;
        &amp;lt;default&amp;gt;
          &amp;lt;earliestTime&amp;gt;0&amp;lt;/earliestTime&amp;gt;
          &amp;lt;latestTime/&amp;gt;
        &amp;lt;/default&amp;gt;
      &amp;lt;/input&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;searchString&amp;gt;| stats count | eval field1="$field1$" | eval field2="$field2$" | eval field3="$field3$" | addinfo&amp;lt;/searchString&amp;gt;
        &amp;lt;earliestTime&amp;gt;$field4.earliest$&amp;lt;/earliestTime&amp;gt;
        &amp;lt;latestTime&amp;gt;$field4.latest$&amp;lt;/latestTime&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;IMG src="http://answers.splunk.com//storage/Unbenannt_3.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2014 14:21:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Input-fields-in-view/m-p/146583#M8946</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-07-17T14:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Input fields in view</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Input-fields-in-view/m-p/146584#M8947</link>
      <description>&lt;P&gt;Thanks for your help. Anyway, seems the behavior is different if i put the inputs in fieldset in my view, e.g.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;fieldset&amp;gt;
 &amp;lt;input type="text" token="ipaddr"&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
 &amp;lt;/input&amp;gt;
 &amp;lt;input type="dropdown" token="bool"&amp;gt; 
  &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
  &amp;lt;choice value="OR"&amp;gt;OR&amp;lt;/choice&amp;gt;
  &amp;lt;choice value="AND"&amp;gt;AND&amp;lt;/choice&amp;gt;
  &amp;lt;default&amp;gt;AND&amp;lt;/default&amp;gt;
 &amp;lt;/input&amp;gt;
 &amp;lt;input type="text" token="username"&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
 &amp;lt;/input&amp;gt;
 &amp;lt;input type="time"&amp;gt;
  &amp;lt;default&amp;gt;Last 7 days&amp;lt;/default&amp;gt;
 &amp;lt;/input&amp;gt;
&amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Would you help? Thanks again.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2014 02:32:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Input-fields-in-view/m-p/146584#M8947</guid>
      <dc:creator>stwong</dc:creator>
      <dc:date>2014-07-18T02:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Input fields in view</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Input-fields-in-view/m-p/146585#M8948</link>
      <description>&lt;P&gt;Take them out of the &lt;CODE&gt;&amp;lt;fieldset&amp;gt;&lt;/CODE&gt; tag and put them in &lt;CODE&gt;&amp;lt;row&amp;gt;&amp;lt;panel&amp;gt;&lt;/CODE&gt; tags instead. Start a new &lt;CODE&gt;&amp;lt;row&amp;gt;&lt;/CODE&gt; as needed.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2014 09:26:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Input-fields-in-view/m-p/146585#M8948</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-07-18T09:26:31Z</dc:date>
    </item>
  </channel>
</rss>

