<?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: Multiple text boxから１つだけ選ぶ方法 in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-text-box%E3%81%8B%E3%82%89%EF%BC%91%E3%81%A4%E3%81%A0%E3%81%91%E9%81%B8%E3%81%B6%E6%96%B9%E6%B3%95/m-p/39982#M1881</link>
    <description>&lt;P&gt;Simple XMLのみではできませんが、以下のパーツのサンプルにUI制御がありますので、参考にしてみてください。&lt;/P&gt;

&lt;P&gt;&lt;A href="http://apps.splunk.com/app/1613/"&gt;http://apps.splunk.com/app/1613/&lt;/A&gt;&lt;BR /&gt;
インストールの際、Splunk6 であれば問題有りませんが、splunk5だとWeb Frameworkを別途Devサイトからダウンロードする必要があますので、Documentationを参考の上、挑戦してみてはいかがでしょうか。&lt;/P&gt;

&lt;P&gt;＊基本的に、CSSやJavaScriptをいれていくことになります。&lt;/P&gt;</description>
    <pubDate>Thu, 10 Oct 2013 01:43:29 GMT</pubDate>
    <dc:creator>melonman</dc:creator>
    <dc:date>2013-10-10T01:43:29Z</dc:date>
    <item>
      <title>Multiple text boxから１つだけ選ぶ方法</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-text-box%E3%81%8B%E3%82%89%EF%BC%91%E3%81%A4%E3%81%A0%E3%81%91%E9%81%B8%E3%81%B6%E6%96%B9%E6%B3%95/m-p/39981#M1880</link>
      <description>&lt;P&gt;ダッシュボード上で、テキストボックスを３つ作成したのちの１つだけを選択すると、残りのボックスはグレーアウトをするか、読み込まないという設定をしたいのですが、可能でしょうか。&lt;BR /&gt;
また、下記のように、populatingSearchを設定した場合、そのサーチの1番最初にでてくる値がデフォルトで入るのですが、それを無効にして、空白としてだすことは可能でしょうか。&lt;/P&gt;

&lt;P&gt;&lt;INPUT type="dropdown" token="host" /&gt;&lt;BR /&gt;
        &lt;LABEL&gt;hostA&lt;/LABEL&gt;&lt;BR /&gt;
        &lt;DEFAULT&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/DEFAULT&gt;&lt;BR /&gt;
        &lt;POPULATINGSEARCH fieldforvalue="host" fieldforlabel="host"&gt;&lt;BR /&gt;
        &amp;lt;![CDATA[| metadata type=hosts | search host=A | fields host]]&amp;gt;&lt;BR /&gt;
        &lt;/POPULATINGSEARCH&gt;&lt;BR /&gt;
     &lt;BR /&gt;
     &lt;INPUT type="dropdown" token="host" /&gt;&lt;BR /&gt;
        &lt;LABEL&gt;hostB&lt;/LABEL&gt;&lt;BR /&gt;
        &lt;DEFAULT&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/DEFAULT&gt;&lt;BR /&gt;
        &lt;POPULATINGSEARCH fieldforvalue="host" fieldforlabel="host"&gt;&lt;BR /&gt;
        &amp;lt;![CDATA[| metadata type=hosts | search host=B | fields host]]&amp;gt;&lt;BR /&gt;
        &lt;/POPULATINGSEARCH&gt;&lt;BR /&gt;
     &lt;BR /&gt;
     &lt;INPUT type="dropdown" token="host" /&gt;&lt;BR /&gt;
        &lt;LABEL&gt;hostC&lt;/LABEL&gt;&lt;BR /&gt;
        &lt;DEFAULT&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/DEFAULT&gt;&lt;BR /&gt;
        &lt;POPULATINGSEARCH fieldforvalue="host" fieldforlabel="host"&gt;&lt;BR /&gt;
        &amp;lt;![CDATA[| metadata type=hosts | search host=C | fields host]]&amp;gt;&lt;BR /&gt;
        &lt;/POPULATINGSEARCH&gt;&lt;BR /&gt;
        &lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Hi,&lt;BR /&gt;
I created a dashboard with multiple input text boxes. What I'm trying to do is that if I pick a value from one of the text boxes, I want others to be grayed out or unable to be picked like leave them as blank.&lt;BR /&gt;
Is it possible to make it with simple XML? &lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2013 07:37:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-text-box%E3%81%8B%E3%82%89%EF%BC%91%E3%81%A4%E3%81%A0%E3%81%91%E9%81%B8%E3%81%B6%E6%96%B9%E6%B3%95/m-p/39981#M1880</guid>
      <dc:creator>appleman</dc:creator>
      <dc:date>2013-08-20T07:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple text boxから１つだけ選ぶ方法</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-text-box%E3%81%8B%E3%82%89%EF%BC%91%E3%81%A4%E3%81%A0%E3%81%91%E9%81%B8%E3%81%B6%E6%96%B9%E6%B3%95/m-p/39982#M1881</link>
      <description>&lt;P&gt;Simple XMLのみではできませんが、以下のパーツのサンプルにUI制御がありますので、参考にしてみてください。&lt;/P&gt;

&lt;P&gt;&lt;A href="http://apps.splunk.com/app/1613/"&gt;http://apps.splunk.com/app/1613/&lt;/A&gt;&lt;BR /&gt;
インストールの際、Splunk6 であれば問題有りませんが、splunk5だとWeb Frameworkを別途Devサイトからダウンロードする必要があますので、Documentationを参考の上、挑戦してみてはいかがでしょうか。&lt;/P&gt;

&lt;P&gt;＊基本的に、CSSやJavaScriptをいれていくことになります。&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2013 01:43:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-text-box%E3%81%8B%E3%82%89%EF%BC%91%E3%81%A4%E3%81%A0%E3%81%91%E9%81%B8%E3%81%B6%E6%96%B9%E6%B3%95/m-p/39982#M1881</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2013-10-10T01:43:29Z</dc:date>
    </item>
  </channel>
</rss>

