<?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: Cisco Networks App for Splunk Enterprise - Tenant Support in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Networks-App-for-Splunk-Enterprise-Tenant-Support/m-p/630739#M78504</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222731"&gt;@deckemha&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;when I need to monitor Cisco network appliances I usually use the Cisco Security Suite (&lt;A href="https://splunkbase.splunk.com/app/5743" target="_blank"&gt;https://splunkbase.splunk.com/app/5743&lt;/A&gt;), you could see if the features you're searching are also in this app.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 07:30:45 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-02-14T07:30:45Z</dc:date>
    <item>
      <title>Cisco Networks App for Splunk Enterprise - Tenant Support?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Networks-App-for-Splunk-Enterprise-Tenant-Support/m-p/630657#M78497</link>
      <description>&lt;P class="lia-align-left"&gt;Hello all,&lt;/P&gt;
&lt;P class="lia-align-left"&gt;we use the following Cisco Apps, which are working fine in general.&lt;/P&gt;
&lt;P class="lia-align-left"&gt;Cisco Networks App for Splunk Enterprise (&lt;A href="https://splunkbase.splunk.com/app/1352" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/1352&lt;/A&gt;)&lt;/P&gt;
&lt;P class="lia-align-left"&gt;Cisco Networks Add-on for Splunk Enterprise(&lt;A href="https://splunkbase.splunk.com/app/1467" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/1467&lt;/A&gt;)&lt;/P&gt;
&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-left"&gt;When I edit the dashboard of the&amp;nbsp;Cisco Networks App, I can find the following macro which should lead to the possiblity to select a "tenant".&lt;/P&gt;
&lt;P class="lia-align-left"&gt;Macro:&lt;/P&gt;
&lt;P&gt;`get_tenants_for_user_role($env:user$)`&lt;/P&gt;
&lt;P&gt;Expanded it looks like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;inputlookup cisco_ios_tenants
| stats values(index) AS index BY tenant_name,roles
| eval index=mvjoin(index,",")
| eval index=replace(index,","," OR index=")
| eval index="index=" + index
| search [| rest splunk_server=local /services/authentication/users/$user$
| fields roles]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunatelly there is no lookup (definition) named cisco_ios_tenants, not in the App nor the Addon.&lt;/P&gt;
&lt;P&gt;I also found in the default.xml nav that there should be a " &amp;lt;view name="cisco_networks_tenants" /&amp;gt;"&lt;/P&gt;
&lt;P&gt;This does also not exist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm wondering on how that tentant support works and how it could be configured.&lt;/P&gt;
&lt;P&gt;Does anymore has information about this? I was not able to find something.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically what we want to achieve (maybe there is a better way of doing it):&lt;/P&gt;
&lt;P&gt;Our network colleagues want to have the possiblity to select the data based on something like a location/region or something. As the tentant macro is implemented nearly on all dashboards, I think that could be something to solve the problem.&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;P&gt;Many Regards&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 17:15:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Networks-App-for-Splunk-Enterprise-Tenant-Support/m-p/630657#M78497</guid>
      <dc:creator>deckemha</dc:creator>
      <dc:date>2023-02-13T17:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Networks App for Splunk Enterprise - Tenant Support</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Networks-App-for-Splunk-Enterprise-Tenant-Support/m-p/630661#M78498</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222731"&gt;@deckemha&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I don't know this app, but usually there's a generating Lookup scheduled search to enable.&lt;/P&gt;&lt;P&gt;Check it in the alerts one of these apps.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 15:24:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Networks-App-for-Splunk-Enterprise-Tenant-Support/m-p/630661#M78498</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-13T15:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Networks App for Splunk Enterprise - Tenant Support</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Networks-App-for-Splunk-Enterprise-Tenant-Support/m-p/630737#M78503</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;SPAN&gt;Giuseppe,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;That is something I've checked already. Unfortunatelly there are no saved searches / alerts in those apps doing things like creating a lookup, etc.&lt;/P&gt;&lt;P&gt;Many Regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 07:11:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Networks-App-for-Splunk-Enterprise-Tenant-Support/m-p/630737#M78503</guid>
      <dc:creator>deckemha</dc:creator>
      <dc:date>2023-02-14T07:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Networks App for Splunk Enterprise - Tenant Support</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Networks-App-for-Splunk-Enterprise-Tenant-Support/m-p/630739#M78504</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222731"&gt;@deckemha&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;when I need to monitor Cisco network appliances I usually use the Cisco Security Suite (&lt;A href="https://splunkbase.splunk.com/app/5743" target="_blank"&gt;https://splunkbase.splunk.com/app/5743&lt;/A&gt;), you could see if the features you're searching are also in this app.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 07:30:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Networks-App-for-Splunk-Enterprise-Tenant-Support/m-p/630739#M78504</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-14T07:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Networks App for Splunk Enterprise - Tenant Support</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Networks-App-for-Splunk-Enterprise-Tenant-Support/m-p/631813#M78572</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;thanks for the hint.&lt;/P&gt;&lt;P&gt;For now we'll use the inital app without tenant support.&lt;/P&gt;&lt;P&gt;The requestor need some time to specifiy their exact requirements.&lt;/P&gt;&lt;P&gt;Thanks and many Regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 08:53:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Networks-App-for-Splunk-Enterprise-Tenant-Support/m-p/631813#M78572</guid>
      <dc:creator>deckemha</dc:creator>
      <dc:date>2023-02-22T08:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Networks App for Splunk Enterprise - Tenant Support</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Networks-App-for-Splunk-Enterprise-Tenant-Support/m-p/631839#M78574</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222731"&gt;@deckemha&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if one answer solves your need, please accept one answer for the other people of Community or tell me how I can help you.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 13:05:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Networks-App-for-Splunk-Enterprise-Tenant-Support/m-p/631839#M78574</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-22T13:05:13Z</dc:date>
    </item>
  </channel>
</rss>

