<?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: Navigation Menu xml Match Help in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Navigation-Menu-xml-Match-Help/m-p/62217#M3241</link>
    <description>&lt;P&gt;and on playing with this, when matching, it matches on the name of a view, not the display name, so you could rename all your views to &lt;CODE&gt;__ad__foo&lt;/CODE&gt; and leave the display name as "AD Foo"&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2013 09:15:20 GMT</pubDate>
    <dc:creator>brettcave</dc:creator>
    <dc:date>2013-05-15T09:15:20Z</dc:date>
    <item>
      <title>Navigation Menu xml Match Help</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Navigation-Menu-xml-Match-Help/m-p/62212#M3236</link>
      <description>&lt;P&gt;In the Default Search Nav Menu I am trying to match all of my Active Directory reports so they are Nested in "&lt;B&gt;AD Reports&lt;/B&gt;". All of the reports start with "AD ". The issue i'm running into is that other reports that have "&lt;B&gt;AD &lt;/B&gt;" are matching such as "De&lt;B&gt;ad&lt;/B&gt; Hosts". &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;collection label="AD Reports"&amp;gt;
  &amp;lt;saved source="unclassified" match="AD " /&amp;gt;
&amp;lt;/collection&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I searched for anything about xml and match but could not find any rules or ways to use regex. Any ideas about how to specify a match?&lt;/P&gt;

&lt;P&gt;Similar to a question asked by Glenn, what characters are we allowed to use to specify the match?:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/questions/4288/is-it-possible-to-match-views-in-app-menu-using-wildcards-or-multiple-match-stri" rel="nofollow"&gt;http://answers.splunk.com/questions/4288/is-it-possible-to-match-views-in-app-menu-using-wildcards-or-multiple-match-stri&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2011 03:13:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Navigation-Menu-xml-Match-Help/m-p/62212#M3236</guid>
      <dc:creator>I-Man</dc:creator>
      <dc:date>2011-03-18T03:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation Menu xml Match Help</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Navigation-Menu-xml-Match-Help/m-p/62213#M3237</link>
      <description>&lt;P&gt;The match is a simple case-insensitive substring match, so unfortunately no regex or anything else special is available here.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2011 03:24:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Navigation-Menu-xml-Match-Help/m-p/62213#M3237</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-03-18T03:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation Menu xml Match Help</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Navigation-Menu-xml-Match-Help/m-p/62214#M3238</link>
      <description>&lt;P&gt;This sounds like a mod request? ( to use regex)&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2011 14:47:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Navigation-Menu-xml-Match-Help/m-p/62214#M3238</guid>
      <dc:creator>Starlette</dc:creator>
      <dc:date>2011-07-19T14:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation Menu xml Match Help</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Navigation-Menu-xml-Match-Help/m-p/62215#M3239</link>
      <description>&lt;P&gt;+1000 on this!&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2013 08:55:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Navigation-Menu-xml-Match-Help/m-p/62215#M3239</guid>
      <dc:creator>brettcave</dc:creator>
      <dc:date>2013-05-15T08:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation Menu xml Match Help</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Navigation-Menu-xml-Match-Help/m-p/62216#M3240</link>
      <description>&lt;P&gt;Until regex matching is brought in, the next-best approach would probably be changing your naming convention, like starting all reports with _ and then matching on "_AD ".&lt;/P&gt;

&lt;P&gt;not the most elegant solution, but might work.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2013 08:58:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Navigation-Menu-xml-Match-Help/m-p/62216#M3240</guid>
      <dc:creator>brettcave</dc:creator>
      <dc:date>2013-05-15T08:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation Menu xml Match Help</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Navigation-Menu-xml-Match-Help/m-p/62217#M3241</link>
      <description>&lt;P&gt;and on playing with this, when matching, it matches on the name of a view, not the display name, so you could rename all your views to &lt;CODE&gt;__ad__foo&lt;/CODE&gt; and leave the display name as "AD Foo"&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2013 09:15:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Navigation-Menu-xml-Match-Help/m-p/62217#M3241</guid>
      <dc:creator>brettcave</dc:creator>
      <dc:date>2013-05-15T09:15:20Z</dc:date>
    </item>
  </channel>
</rss>

