<?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: Splunk Interface based on Roles in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Interface-based-on-Roles/m-p/141964#M8546</link>
    <description>&lt;P&gt;Generally, you can correct the time of events by any amount with&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search | eval _time=_time+7200
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This for example would give you +2 hours, you can also calculate that time dynamically with something like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search | eval _time=relative_time(_time, "+2h")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This requires you to know the difference in time between the current system and the place the data was created, which means you either need to make that depend on the host/source/... (e.g. all data from sources on the east coast is adjusted to eight hours earlier or something like that) or you save the timezone as a field when the data is created and use that information to calculate the difference.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jun 2015 05:09:46 GMT</pubDate>
    <dc:creator>jeffland</dc:creator>
    <dc:date>2015-06-04T05:09:46Z</dc:date>
    <item>
      <title>Splunk Interface based on Roles</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Interface-based-on-Roles/m-p/141963#M8545</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Business Setup&lt;/STRONG&gt; &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Organization Acme has multiple offices in different timezones &lt;/LI&gt;
&lt;LI&gt;Each office has manager.  When Manager logs in dashboard, he sees his office data&lt;/LI&gt;
&lt;LI&gt;Executive management, who is Headquartered in PST timezone, when logs in needs to see performance of all the offices &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;STRONG&gt;My Dashboard setup&lt;/STRONG&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;I've a dashboard where a logged in user (that office specific manager or executive) can pick ONLY one office from the drop down&lt;/LI&gt;
&lt;LI&gt;The dashboard has date prompt (pick ONE date) and from_hour - to_hour prompts&lt;/LI&gt;
&lt;LI&gt;I also have executive dashboard where the objective is to show multiple offices (and associated KPIs) on same dashboard&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;STRONG&gt;Challenge that I'm facing&lt;/STRONG&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;When executive logs in and goes to non-executive dashboard, she could pick an office that is from East coast. Given that this user's role has associated timezone of PST, she now has to do mental calculation to pick correct time window from hour prompts. Otherwise she may not get complete data set/results&lt;/LI&gt;
&lt;LI&gt;When executive logs in and goes to executive dashboard, he will see various offices and KPIs, but again, he needs to do the mental math to make sure that he is choosing the correct time window (from and to hours) to encompass offices of East coast to West coast (different time zones....his timezone is PST) &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;STRONG&gt;What I'm looking for&lt;/STRONG&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Is there a way in Splunk so that from and to hour prompts show (or not) depending on whether it is executive role or not&lt;/LI&gt;
&lt;LI&gt;Is there a better way /method of addressing this particular user experience need when the enterprise is truly global&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Any pointers would be greatly appreciated. Happy to do a screen share , provide more details as needed&lt;/P&gt;

&lt;P&gt;best, ronak&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:10:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Interface-based-on-Roles/m-p/141963#M8545</guid>
      <dc:creator>ronak</dc:creator>
      <dc:date>2020-09-28T20:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Interface based on Roles</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Interface-based-on-Roles/m-p/141964#M8546</link>
      <description>&lt;P&gt;Generally, you can correct the time of events by any amount with&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search | eval _time=_time+7200
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This for example would give you +2 hours, you can also calculate that time dynamically with something like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search | eval _time=relative_time(_time, "+2h")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This requires you to know the difference in time between the current system and the place the data was created, which means you either need to make that depend on the host/source/... (e.g. all data from sources on the east coast is adjusted to eight hours earlier or something like that) or you save the timezone as a field when the data is created and use that information to calculate the difference.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 05:09:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Interface-based-on-Roles/m-p/141964#M8546</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-06-04T05:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Interface based on Roles</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Interface-based-on-Roles/m-p/141965#M8547</link>
      <description>&lt;P&gt;It is awkward, but you could teach executives (is that even possible?) to change their own TZ settings when they do this by going to &lt;CODE&gt;"Your User Name"&lt;/CODE&gt; -&amp;gt; &lt;CODE&gt;Edit Account&lt;/CODE&gt; -&amp;gt; &lt;CODE&gt;Time Zone&lt;/CODE&gt; and setting this to the appropriate value and Splunk will automatically normalize both the timepicker and all the results as they are presented to you.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 13:24:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Interface-based-on-Roles/m-p/141965#M8547</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-04T13:24:45Z</dc:date>
    </item>
  </channel>
</rss>

