<?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 Can you help me search a current user in a lookup file? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-search-a-current-user-in-a-lookup-file/m-p/414551#M27247</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I need your help.&lt;/P&gt;

&lt;P&gt;I created a lookup file (hierarchy_lookup.csv) with this layout&lt;/P&gt;

&lt;P&gt;[Name]   [Level]&lt;BR /&gt;
A               1&lt;BR /&gt;
B               2&lt;BR /&gt;
C               3&lt;BR /&gt;
D               3&lt;/P&gt;

&lt;P&gt;I would like to create a dashboard that, in the dropdow list view, the Name presents in the lookup file that has a Level lower that level of current user logged into Splunk.&lt;/P&gt;

&lt;P&gt;Ex. My user is B&lt;BR /&gt;
In the dropdown list will view the C &amp;amp; D user.&lt;/P&gt;

&lt;P&gt;Ex. My user is A&lt;BR /&gt;
In the dropdown list will view the B,C &amp;amp; D user.&lt;/P&gt;

&lt;P&gt;I hope I have explained my problem well.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;

&lt;P&gt;Andrea&lt;/P&gt;</description>
    <pubDate>Thu, 29 Nov 2018 17:43:23 GMT</pubDate>
    <dc:creator>kingwaras</dc:creator>
    <dc:date>2018-11-29T17:43:23Z</dc:date>
    <item>
      <title>Can you help me search a current user in a lookup file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-search-a-current-user-in-a-lookup-file/m-p/414551#M27247</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I need your help.&lt;/P&gt;

&lt;P&gt;I created a lookup file (hierarchy_lookup.csv) with this layout&lt;/P&gt;

&lt;P&gt;[Name]   [Level]&lt;BR /&gt;
A               1&lt;BR /&gt;
B               2&lt;BR /&gt;
C               3&lt;BR /&gt;
D               3&lt;/P&gt;

&lt;P&gt;I would like to create a dashboard that, in the dropdow list view, the Name presents in the lookup file that has a Level lower that level of current user logged into Splunk.&lt;/P&gt;

&lt;P&gt;Ex. My user is B&lt;BR /&gt;
In the dropdown list will view the C &amp;amp; D user.&lt;/P&gt;

&lt;P&gt;Ex. My user is A&lt;BR /&gt;
In the dropdown list will view the B,C &amp;amp; D user.&lt;/P&gt;

&lt;P&gt;I hope I have explained my problem well.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;

&lt;P&gt;Andrea&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 17:43:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-search-a-current-user-in-a-lookup-file/m-p/414551#M27247</guid>
      <dc:creator>kingwaras</dc:creator>
      <dc:date>2018-11-29T17:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me search a current user in a lookup file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-search-a-current-user-in-a-lookup-file/m-p/414552#M27248</link>
      <description>&lt;P&gt;Try this for your drop-down populating search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup hierarchy_lookup.csv 
| where 'Level'&amp;lt;
[| inputlookup hierarchy_lookup.csv 
           | where [| rest /services/authentication/current-context | table username | rename username as Name ] 
| table Level | rename Level as search ]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Nov 2018 19:17:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-search-a-current-user-in-a-lookup-file/m-p/414552#M27248</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-11-29T19:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me search a current user in a lookup file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-search-a-current-user-in-a-lookup-file/m-p/414553#M27249</link>
      <description>&lt;P&gt;Thank you so much Somesoni2! Working fine!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 08:55:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-search-a-current-user-in-a-lookup-file/m-p/414553#M27249</guid>
      <dc:creator>kingwaras</dc:creator>
      <dc:date>2018-11-30T08:55:55Z</dc:date>
    </item>
  </channel>
</rss>

