<?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: Turn on Monitoring Console Distributed Mode via CLI or REST in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Turn-on-Monitoring-Console-Distributed-Mode-via-CLI-or-REST/m-p/408406#M3505</link>
    <description>&lt;P&gt;@pgrigoryev Did this help you?  Come back and respond and click &lt;CODE&gt;Accept&lt;/CODE&gt; if you got what you need?&lt;/P&gt;</description>
    <pubDate>Sun, 19 Jan 2020 18:51:45 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2020-01-19T18:51:45Z</dc:date>
    <item>
      <title>Turn on Monitoring Console Distributed Mode via CLI or REST</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Turn-on-Monitoring-Console-Distributed-Mode-via-CLI-or-REST/m-p/408404#M3503</link>
      <description>&lt;P&gt;I'm trying to automate the build of my  Monitoring Console instance.&lt;/P&gt;

&lt;P&gt;In the documentation &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.2.1/DMC/Deploymentsetupsteps" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/7.2.1/DMC/Deploymentsetupsteps&lt;/A&gt; it says that I should:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;first add the instances being ,monitored as search peers (I've found a cli command for that)&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;then turn on the distributed mode in the GUI like this: &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.2.1/DMC/Configureindistributedmode" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/7.2.1/DMC/Configureindistributedmode&lt;/A&gt; to populate the splunk_monitoring_console_assets.conf and assets.csv lookup (documented here: docs.splunk.com/Documentation/Splunk/7.2.1/DMC/HowtheDMCworks )&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I'm wondering is there a way to automate enabling Monitoring Console Distributed Mode step?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:10:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Turn-on-Monitoring-Console-Distributed-Mode-via-CLI-or-REST/m-p/408404#M3503</guid>
      <dc:creator>pgrigoryev</dc:creator>
      <dc:date>2020-09-29T22:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Turn on Monitoring Console Distributed Mode via CLI or REST</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Turn-on-Monitoring-Console-Distributed-Mode-via-CLI-or-REST/m-p/408405#M3504</link>
      <description>&lt;P&gt;Here are the changes that this causes:&lt;/P&gt;

&lt;P&gt;In &lt;CODE&gt;$SPLUNK_HOME/etc/apps/splunk_monitoring_console/local/app.conf&lt;/CODE&gt; it sets this in the &lt;CODE&gt;[install]&lt;/CODE&gt; stanza:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;is_configured = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/distsearch.conf&lt;/CODE&gt; it sets this in the &lt;CODE&gt;[distributedSearch:dmc_group_indexer]&lt;/CODE&gt; stanza:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;default = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In &lt;CODE&gt;/opt/splunk/etc//apps/splunk_monitoring_console/local/data/ui/nav/default.xml&lt;/CODE&gt; it makes many changes, so it is easier to post the delta, which is this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;3a4
&amp;gt;   &amp;lt;view name="monitoringconsole_instances" /&amp;gt;
5c6,14
&amp;lt;     &amp;lt;view name="indexing_performance_instance" /&amp;gt;
---
&amp;gt;     &amp;lt;collection label="Performance"&amp;gt;
&amp;gt;       &amp;lt;view name="indexing_performance_instance" /&amp;gt;
&amp;gt;       &amp;lt;view name="indexing_performance_deployment" /&amp;gt;
&amp;gt;     &amp;lt;/collection&amp;gt;
&amp;gt;     &amp;lt;collection label="Indexer Clustering"&amp;gt;
&amp;gt;         &amp;lt;!--&amp;lt;a href="Clustering"&amp;gt;Indexer Clustering: Status&amp;lt;/a&amp;gt;--&amp;gt;
&amp;gt;       &amp;lt;view name="indexer_clustering_status" /&amp;gt;
&amp;gt;       &amp;lt;view name="indexer_clustering_service_activity" /&amp;gt;
&amp;gt;     &amp;lt;/collection&amp;gt;
7a17
&amp;gt;       &amp;lt;view name="indexes_and_volumes_deployment" /&amp;gt;
8a19
&amp;gt;       &amp;lt;view name="index_detail_deployment" /&amp;gt;
9a21
&amp;gt;       &amp;lt;view name="volume_detail_deployment" /&amp;gt;
12a25
&amp;gt;       &amp;lt;view name="http_event_collector_deployment" /&amp;gt;
14c27,28
&amp;lt;       &amp;lt;view name="data_quality" /&amp;gt;
---
&amp;gt;       &amp;lt;view name="splunk_tcpin_performance_deployment" /&amp;gt;
&amp;gt;       &amp;lt;view name="data_quality" /&amp;gt;
22,25c36,60
&amp;lt;     &amp;lt;view name="search_activity_instance" /&amp;gt;
&amp;lt;     &amp;lt;view name="search_usage_statistics_instance" /&amp;gt;
&amp;lt;     &amp;lt;view name="kv_store_instance" /&amp;gt;
&amp;lt;     &amp;lt;view name="scheduler_activity_instance" /&amp;gt;
---
&amp;gt;     &amp;lt;collection label="Activity"&amp;gt;
&amp;gt;       &amp;lt;view name="search_activity_instance" /&amp;gt;
&amp;gt;       &amp;lt;view name="search_activity_deployment" /&amp;gt;
&amp;gt;       &amp;lt;view name="search_usage_statistics_instance" /&amp;gt;
&amp;gt;       &amp;lt;view name="search_usage_statistics_deployment" /&amp;gt;
&amp;gt;     &amp;lt;/collection&amp;gt;
&amp;gt;     &amp;lt;collection label="Distributed Search"&amp;gt;
&amp;gt;       &amp;lt;view name="distributed_search_instance" /&amp;gt;
&amp;gt;       &amp;lt;view name="distributed_search_deployment" /&amp;gt;
&amp;gt;     &amp;lt;/collection&amp;gt;
&amp;gt;     &amp;lt;collection label="Search Head Clustering"&amp;gt;
&amp;gt;       &amp;lt;view name="shc_status_and_conf" /&amp;gt;
&amp;gt;       &amp;lt;view name="shc_conf_rep" /&amp;gt;
&amp;gt;       &amp;lt;view name="shc_artifact_replication" /&amp;gt;
&amp;gt;       &amp;lt;view name="shc_scheduler_delegation_statistics" /&amp;gt;
&amp;gt;       &amp;lt;view name="shc_app_deployment" /&amp;gt;
&amp;gt;     &amp;lt;/collection&amp;gt;
&amp;gt;     &amp;lt;collection label="Scheduler Activity"&amp;gt;
&amp;gt;       &amp;lt;view name="scheduler_activity_instance" /&amp;gt;
&amp;gt;       &amp;lt;view name="scheduler_activity_deployment" /&amp;gt;
&amp;gt;     &amp;lt;/collection&amp;gt;
&amp;gt;     &amp;lt;collection label="KV Store"&amp;gt;
&amp;gt;       &amp;lt;view name="kv_store_instance" /&amp;gt;
&amp;gt;       &amp;lt;view name="kv_store_deployment" /&amp;gt;
&amp;gt;     &amp;lt;/collection&amp;gt;
29a65
&amp;gt;     &amp;lt;view name="resource_usage_deployment" /&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here is the entirety of the &lt;CODE&gt;/opt/splunk/etc//apps/splunk_monitoring_console/local/data/ui/nav/default.xml&lt;/CODE&gt; file:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav color="#3C444D"&amp;gt;
  &amp;lt;view name="monitoringconsole_overview" default="true" /&amp;gt;
  &amp;lt;view name="monitoringconsole_check" /&amp;gt;
  &amp;lt;view name="monitoringconsole_instances" /&amp;gt;
  &amp;lt;collection label="Indexing"&amp;gt;
    &amp;lt;collection label="Performance"&amp;gt;
      &amp;lt;view name="indexing_performance_instance" /&amp;gt;
      &amp;lt;view name="indexing_performance_deployment" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Indexer Clustering"&amp;gt;
        &amp;lt;!--&amp;lt;a href="Clustering"&amp;gt;Indexer Clustering: Status&amp;lt;/a&amp;gt;--&amp;gt;
      &amp;lt;view name="indexer_clustering_status" /&amp;gt;
      &amp;lt;view name="indexer_clustering_service_activity" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Indexes and Volumes"&amp;gt;
      &amp;lt;view name="indexes_and_volumes_instance" /&amp;gt;
      &amp;lt;view name="indexes_and_volumes_deployment" /&amp;gt;
      &amp;lt;view name="index_detail_instance" /&amp;gt;
      &amp;lt;view name="index_detail_deployment" /&amp;gt;
      &amp;lt;view name="volume_detail_instance" /&amp;gt;
      &amp;lt;view name="volume_detail_deployment" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Inputs"&amp;gt;
      &amp;lt;view name="http_event_collector_instance" /&amp;gt;
      &amp;lt;view name="http_event_collector_deployment" /&amp;gt;
      &amp;lt;view name="splunk_tcpin_performance_instance" /&amp;gt;
      &amp;lt;view name="splunk_tcpin_performance_deployment" /&amp;gt;
      &amp;lt;view name="data_quality" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="License Usage"&amp;gt;
      &amp;lt;view name="license_usage_today" /&amp;gt;
      &amp;lt;view name="license_usage_30days" /&amp;gt;
    &amp;lt;/collection&amp;gt;
  &amp;lt;/collection&amp;gt;
  &amp;lt;collection label="Search"&amp;gt;
    &amp;lt;collection label="Activity"&amp;gt;
      &amp;lt;view name="search_activity_instance" /&amp;gt;
      &amp;lt;view name="search_activity_deployment" /&amp;gt;
      &amp;lt;view name="search_usage_statistics_instance" /&amp;gt;
      &amp;lt;view name="search_usage_statistics_deployment" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Distributed Search"&amp;gt;
      &amp;lt;view name="distributed_search_instance" /&amp;gt;
      &amp;lt;view name="distributed_search_deployment" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Search Head Clustering"&amp;gt;
      &amp;lt;view name="shc_status_and_conf" /&amp;gt;
      &amp;lt;view name="shc_conf_rep" /&amp;gt;
      &amp;lt;view name="shc_artifact_replication" /&amp;gt;
      &amp;lt;view name="shc_scheduler_delegation_statistics" /&amp;gt;
      &amp;lt;view name="shc_app_deployment" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Scheduler Activity"&amp;gt;
      &amp;lt;view name="scheduler_activity_instance" /&amp;gt;
      &amp;lt;view name="scheduler_activity_deployment" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="KV Store"&amp;gt;
      &amp;lt;view name="kv_store_instance" /&amp;gt;
      &amp;lt;view name="kv_store_deployment" /&amp;gt;
    &amp;lt;/collection&amp;gt;
  &amp;lt;/collection&amp;gt;
  &amp;lt;collection label="Resource Usage"&amp;gt;
    &amp;lt;view name="resource_usage_instance" /&amp;gt;
    &amp;lt;view name="resource_usage_machine" /&amp;gt;
    &amp;lt;view name="resource_usage_deployment" /&amp;gt;
    &amp;lt;view name="workload_management" /&amp;gt;
  &amp;lt;/collection&amp;gt;
  &amp;lt;collection label="Forwarders"&amp;gt;
    &amp;lt;view name="forwarder_instance" /&amp;gt;
    &amp;lt;view name="forwarder_deployment" /&amp;gt;
  &amp;lt;/collection&amp;gt;
  &amp;lt;collection label="Settings"&amp;gt;
    &amp;lt;view name="monitoringconsole_configure" /&amp;gt;
    &amp;lt;view name="monitoringconsole_forwarder_setup" /&amp;gt;
    &amp;lt;view name="monitoringconsole_alerts_setup" /&amp;gt;
    &amp;lt;view name="monitoringconsole_overview_preferences"/&amp;gt;
    &amp;lt;view name="monitoringconsole_check_list" /&amp;gt;
  &amp;lt;/collection&amp;gt;
  &amp;lt;a href="search"&amp;gt;Run a Search&amp;lt;/a&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 02 Feb 2019 22:47:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Turn-on-Monitoring-Console-Distributed-Mode-via-CLI-or-REST/m-p/408405#M3504</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-02-02T22:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Turn on Monitoring Console Distributed Mode via CLI or REST</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Turn-on-Monitoring-Console-Distributed-Mode-via-CLI-or-REST/m-p/408406#M3505</link>
      <description>&lt;P&gt;@pgrigoryev Did this help you?  Come back and respond and click &lt;CODE&gt;Accept&lt;/CODE&gt; if you got what you need?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 18:51:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Turn-on-Monitoring-Console-Distributed-Mode-via-CLI-or-REST/m-p/408406#M3505</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-01-19T18:51:45Z</dc:date>
    </item>
  </channel>
</rss>

