<?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: Enabling access to ITSI Entity Details page in Splunk ITSI</title>
    <link>https://community.splunk.com/t5/Splunk-ITSI/Enabling-access-to-ITSI-Entity-Details-page/m-p/336478#M412</link>
    <description>&lt;P&gt;ITSI modules have deep_dive_drilldowns.conf with entity_activation_rules for the links.&lt;BR /&gt;
For example, OS Modules has below configuration.&lt;/P&gt;

&lt;P&gt;cat ./apps/DA-ITSI-OS/default/deep_dive_drilldowns.conf&lt;BR /&gt;
[OS Host Details]&lt;BR /&gt;
type = uri&lt;BR /&gt;
replace_tokens = true&lt;BR /&gt;
kpi_lane_enabled = true&lt;BR /&gt;
entity_level_only = true&lt;BR /&gt;
entity_activation_rules = [ \&lt;BR /&gt;
    { \&lt;BR /&gt;
        "rule_condition": "AND",  \&lt;BR /&gt;
        "rule_items": [ \&lt;BR /&gt;
            { \&lt;BR /&gt;
                "field": "host",  \&lt;BR /&gt;
                "field_type": "alias",  \&lt;BR /&gt;
                "rule_type": "not",  \&lt;BR /&gt;
                "value": "" \&lt;BR /&gt;
            },  \&lt;BR /&gt;
            { \&lt;BR /&gt;
                "field": "itsi_role",  \&lt;BR /&gt;
                "field_type": "info",  \&lt;BR /&gt;
                "rule_type": "matches",  \&lt;BR /&gt;
                "value": "operating_system_host" \&lt;BR /&gt;
            } \&lt;BR /&gt;
        ] \&lt;BR /&gt;
    } \&lt;BR /&gt;
]&lt;BR /&gt;
::&lt;BR /&gt;
According to the rule in deep_dive_drilldowns.conf, 'host' field can be empty but 'itsi_role' should be "operating_system_host" in order to activate "OS Host Details" link.&lt;BR /&gt;
If you add info Fields 'itsi_role' with 'operating_system_host' into entity rule, the link  "OS Host Details" will come back.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 00:30:46 GMT</pubDate>
    <dc:creator>hdbang_splunk</dc:creator>
    <dc:date>2020-09-30T00:30:46Z</dc:date>
    <item>
      <title>Enabling access to ITSI Entity Details page</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Enabling-access-to-ITSI-Entity-Details-page/m-p/336476#M410</link>
      <description>&lt;P&gt;We have a fresh ITSI install and have configured the OS Module requirments to serveral Windows and Unix hosts.  Data is coming back for all servers.  We have defined Services based on the Entities (host) and default OS Module KPIs.  However, when we want to view the OS Host Details, we could not get the link to bring it up as described here.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/ITSI/2.5.2/IModules/ITSIModuleFeatures#Access_Entity_Details_page"&gt;ITSI Access Entity Details&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/ITSI/2.5.2/IModules/ITSIModuleFeatures#Access_Entity_Details_page"&gt;http://docs.splunk.com/Documentation/ITSI/2.5.2/IModules/ITSIModuleFeatures#Access_Entity_Details_page&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Instead of OS Host Details we are getting the message - Failed to retrieve entity rules due to some errror, see console for details.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2580iE0642DC8ABB82FB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Note that I have enabled overlays for each of the swim lanes.&lt;/P&gt;

&lt;P&gt;Also, this may be related.  In the Entity Details from Service Details page, Modules list is empty.  See below.&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2581i8827C288893E0BA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;What should i be checking?&lt;BR /&gt;
thanks&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 05:37:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Enabling-access-to-ITSI-Entity-Details-page/m-p/336476#M410</guid>
      <dc:creator>rdimar</dc:creator>
      <dc:date>2017-03-06T05:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling access to ITSI Entity Details page</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Enabling-access-to-ITSI-Entity-Details-page/m-p/336477#M411</link>
      <description>&lt;P&gt;I think the first thing to check is the console. You have the right role enabled so I think there may be an issue in retrieving the entity rules for setting that link. &lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 18:50:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Enabling-access-to-ITSI-Entity-Details-page/m-p/336477#M411</guid>
      <dc:creator>ntankersley_spl</dc:creator>
      <dc:date>2017-03-28T18:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling access to ITSI Entity Details page</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Enabling-access-to-ITSI-Entity-Details-page/m-p/336478#M412</link>
      <description>&lt;P&gt;ITSI modules have deep_dive_drilldowns.conf with entity_activation_rules for the links.&lt;BR /&gt;
For example, OS Modules has below configuration.&lt;/P&gt;

&lt;P&gt;cat ./apps/DA-ITSI-OS/default/deep_dive_drilldowns.conf&lt;BR /&gt;
[OS Host Details]&lt;BR /&gt;
type = uri&lt;BR /&gt;
replace_tokens = true&lt;BR /&gt;
kpi_lane_enabled = true&lt;BR /&gt;
entity_level_only = true&lt;BR /&gt;
entity_activation_rules = [ \&lt;BR /&gt;
    { \&lt;BR /&gt;
        "rule_condition": "AND",  \&lt;BR /&gt;
        "rule_items": [ \&lt;BR /&gt;
            { \&lt;BR /&gt;
                "field": "host",  \&lt;BR /&gt;
                "field_type": "alias",  \&lt;BR /&gt;
                "rule_type": "not",  \&lt;BR /&gt;
                "value": "" \&lt;BR /&gt;
            },  \&lt;BR /&gt;
            { \&lt;BR /&gt;
                "field": "itsi_role",  \&lt;BR /&gt;
                "field_type": "info",  \&lt;BR /&gt;
                "rule_type": "matches",  \&lt;BR /&gt;
                "value": "operating_system_host" \&lt;BR /&gt;
            } \&lt;BR /&gt;
        ] \&lt;BR /&gt;
    } \&lt;BR /&gt;
]&lt;BR /&gt;
::&lt;BR /&gt;
According to the rule in deep_dive_drilldowns.conf, 'host' field can be empty but 'itsi_role' should be "operating_system_host" in order to activate "OS Host Details" link.&lt;BR /&gt;
If you add info Fields 'itsi_role' with 'operating_system_host' into entity rule, the link  "OS Host Details" will come back.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:30:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Enabling-access-to-ITSI-Entity-Details-page/m-p/336478#M412</guid>
      <dc:creator>hdbang_splunk</dc:creator>
      <dc:date>2020-09-30T00:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling access to ITSI Entity Details page</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Enabling-access-to-ITSI-Entity-Details-page/m-p/336479#M413</link>
      <description>&lt;P&gt;The entity data is enriched with tags (tag=inventory tag=oshost). If you miss the tag=inventory, the oshost module link won't appear. &lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 15:58:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Enabling-access-to-ITSI-Entity-Details-page/m-p/336479#M413</guid>
      <dc:creator>anilchaithu</dc:creator>
      <dc:date>2019-06-13T15:58:20Z</dc:date>
    </item>
  </channel>
</rss>

