<?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 How do you add an external link in Splunk Monitoring Console Health Check checklist.conf in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-do-you-add-an-external-link-in-Splunk-Monitoring-Console/m-p/641801#M11034</link>
    <description>&lt;P&gt;I'm trying to figure out how do we add an external link to documentation in checklist.conf. This is for a healthcheck that will be run in the Splunk Monitoring Console.&lt;/P&gt;&lt;P&gt;Here is an example from the System Hardware provisioning assessment health check:&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;[system_hardware_provisioning_assessment]
title = System hardware provisioning assessment
category = System and Environment
tags = best_practices, capacity, scalability
description = This evaluates the hardware specifications of Splunk instances tasked with indexing and/or searching data, using reference hardware.
failure_text = One or more hosts has returned CPU or memory specifications that fall below reference hardware recommendations. This might adversely affect indexing or search performance.
suggested_action = If you are experiencing performance issues, consider upgrading hosts to meet or exceed the recommended hardware specs.
doc_link = healthcheck.hardware.reference
doc_title = recommended minimum hardware
applicable_to_groups = dmc_group_search_head,dmc_group_indexer
search = | rest $rest_scope$ /services/server/info \
| eval cpu_core_count = if(isnotnull(numberOfVirtualCores), numberOfVirtualCores, numberOfCores) \
| eval physical_memory_GB = round(physicalMemoryMB / 1024, 0) \
| fields splunk_server cpu_core_count physical_memory_GB \
| eval severity_level = case(cpu_core_count &amp;lt;= 4 OR physical_memory_GB &amp;lt;= 4, 2, cpu_core_count &amp;lt; 12 OR physical_memory_GB &amp;lt; 12, 1, cpu_core_count &amp;gt;= 12 AND physical_memory_GB &amp;gt;= 12, 0, true(), -1) \
| rename splunk_server AS instance cpu_core_count AS "cpu_core_count (current / recommended)" physical_memory_GB AS "physical_memory_GB (current / recommended)" \
| fieldformat cpu_core_count (current / recommended) = 'cpu_core_count (current / recommended)'." / 12" \
| fieldformat physical_memory_GB (current / recommended) = 'physical_memory_GB (current / recommended)'." / 12"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the doc_link isn't a URL but it does link to :&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.4/Capacity/Referencehardware?ref=hk" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.4/Capacity/Referencehardware?ref=hk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How&amp;nbsp; can I link to an external doc?&lt;/P&gt;</description>
    <pubDate>Fri, 28 Apr 2023 21:55:12 GMT</pubDate>
    <dc:creator>panguy</dc:creator>
    <dc:date>2023-04-28T21:55:12Z</dc:date>
    <item>
      <title>How do you add an external link in Splunk Monitoring Console Health Check checklist.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-you-add-an-external-link-in-Splunk-Monitoring-Console/m-p/641801#M11034</link>
      <description>&lt;P&gt;I'm trying to figure out how do we add an external link to documentation in checklist.conf. This is for a healthcheck that will be run in the Splunk Monitoring Console.&lt;/P&gt;&lt;P&gt;Here is an example from the System Hardware provisioning assessment health check:&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;[system_hardware_provisioning_assessment]
title = System hardware provisioning assessment
category = System and Environment
tags = best_practices, capacity, scalability
description = This evaluates the hardware specifications of Splunk instances tasked with indexing and/or searching data, using reference hardware.
failure_text = One or more hosts has returned CPU or memory specifications that fall below reference hardware recommendations. This might adversely affect indexing or search performance.
suggested_action = If you are experiencing performance issues, consider upgrading hosts to meet or exceed the recommended hardware specs.
doc_link = healthcheck.hardware.reference
doc_title = recommended minimum hardware
applicable_to_groups = dmc_group_search_head,dmc_group_indexer
search = | rest $rest_scope$ /services/server/info \
| eval cpu_core_count = if(isnotnull(numberOfVirtualCores), numberOfVirtualCores, numberOfCores) \
| eval physical_memory_GB = round(physicalMemoryMB / 1024, 0) \
| fields splunk_server cpu_core_count physical_memory_GB \
| eval severity_level = case(cpu_core_count &amp;lt;= 4 OR physical_memory_GB &amp;lt;= 4, 2, cpu_core_count &amp;lt; 12 OR physical_memory_GB &amp;lt; 12, 1, cpu_core_count &amp;gt;= 12 AND physical_memory_GB &amp;gt;= 12, 0, true(), -1) \
| rename splunk_server AS instance cpu_core_count AS "cpu_core_count (current / recommended)" physical_memory_GB AS "physical_memory_GB (current / recommended)" \
| fieldformat cpu_core_count (current / recommended) = 'cpu_core_count (current / recommended)'." / 12" \
| fieldformat physical_memory_GB (current / recommended) = 'physical_memory_GB (current / recommended)'." / 12"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the doc_link isn't a URL but it does link to :&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.4/Capacity/Referencehardware?ref=hk" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.4/Capacity/Referencehardware?ref=hk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How&amp;nbsp; can I link to an external doc?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 21:55:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-you-add-an-external-link-in-Splunk-Monitoring-Console/m-p/641801#M11034</guid>
      <dc:creator>panguy</dc:creator>
      <dc:date>2023-04-28T21:55:12Z</dc:date>
    </item>
  </channel>
</rss>

