<?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: Metadata as a drill-down search in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Metadata-as-a-drill-down-search/m-p/37931#M1749</link>
    <description>&lt;P&gt;It works fine for me. Could you share your dashboard xml?&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2013 17:12:51 GMT</pubDate>
    <dc:creator>nmistry_splunk</dc:creator>
    <dc:date>2013-09-27T17:12:51Z</dc:date>
    <item>
      <title>Metadata as a drill-down search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Metadata-as-a-drill-down-search/m-p/37930#M1748</link>
      <description>&lt;P&gt;I have a drilldown search on a dashboard that I am calling like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HiddenSearch"&amp;gt;
    &amp;lt;param name="search"&amp;gt;| metadata type=hosts index=* | &amp;lt;more search here&amp;gt;&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This search works when run manually, but no results are returned when used on the dashboard.  If you open search inspector:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;This search has completed, but did not match any events. The terms specified in the highlighted portion of the search:

None | metadata type=hosts index=* | &amp;lt;more search here&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I've used | Metadata on dashboards before, and this hasn't caused an issue previously.  Sometimes I've used a macro os saved search to get it to work, but neither approach is working in this use case.  &lt;/P&gt;

&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2013 20:05:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Metadata-as-a-drill-down-search/m-p/37930#M1748</guid>
      <dc:creator>sf_user_199</dc:creator>
      <dc:date>2013-08-16T20:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata as a drill-down search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Metadata-as-a-drill-down-search/m-p/37931#M1749</link>
      <description>&lt;P&gt;It works fine for me. Could you share your dashboard xml?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2013 17:12:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Metadata-as-a-drill-down-search/m-p/37931#M1749</guid>
      <dc:creator>nmistry_splunk</dc:creator>
      <dc:date>2013-09-27T17:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata as a drill-down search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Metadata-as-a-drill-down-search/m-p/37932#M1750</link>
      <description>&lt;P&gt;Not sure why it's not working without experiment, but you could do something "odd".&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;|metadata type=hosts index=* | outputlookup tmp_meta.csv | inputlookup append=t tmp_meta.csv | more_search_here&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;The idea behind this is that "metadata" doesn't return "actual events", and as such, can't do more searching on them. So I believe you can write to a lookup with metadata, and then input those values, turning them into "actual events" that can then have extra search stuff applied. I think. Give it a whirl and see if it helps.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2013 21:30:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Metadata-as-a-drill-down-search/m-p/37932#M1750</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-09-29T21:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata as a drill-down search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Metadata-as-a-drill-down-search/m-p/37933#M1751</link>
      <description>&lt;P&gt;One other option, I think it was pre-v5 Metadata would run over alltime, post v5 (possible 4.3) it now requires a time range to search over, after upgrade I actually had a few dashboards fail completely as they previously worked on the assumption of an all time search, but then I had to start specifying a time range (at least if my memory serves me right thats the way round it was)&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2013 22:56:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Metadata-as-a-drill-down-search/m-p/37933#M1751</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-09-29T22:56:30Z</dc:date>
    </item>
  </channel>
</rss>

