<?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: Create a custom Splunk view Tutorial not working in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-custom-Splunk-view-Tutorial-not-working/m-p/268309#M16978</link>
    <description>&lt;P&gt;Try restarting your splunk instance instead.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2016 19:44:05 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2016-02-03T19:44:05Z</dc:date>
    <item>
      <title>Create a custom Splunk view Tutorial not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-custom-Splunk-view-Tutorial-not-working/m-p/268307#M16976</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I am trying to run this tutorial from &lt;A href="http://dev.splunk.com/view/SP-CAAAERG"&gt;http://dev.splunk.com/view/SP-CAAAERG&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;When I try to hit refresh (/debug/refresh) I get this and also, I do not see "Hello World" once I go to the dashboard page. It shows the dashboard empty.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Refreshing admin/collections-conf          BadRequest 
In handler 'collections-conf': Must use user context of 'nobody' when interacting with collection configurations (used user='admin')
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can you tell me how to fix this ?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 18:55:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-custom-Splunk-view-Tutorial-not-working/m-p/268307#M16976</guid>
      <dc:creator>smhsplunk</dc:creator>
      <dc:date>2016-02-03T18:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom Splunk view Tutorial not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-custom-Splunk-view-Tutorial-not-working/m-p/268308#M16977</link>
      <description>&lt;P&gt;When I hit refresh these are the three BadRequest I get, rest shows OK&lt;/P&gt;

&lt;P&gt;Refreshing admin/collections-conf          BadRequest &lt;BR /&gt;
 In handler 'collections-conf': Must use user context of 'nobody' when interacting with collection configurations (used user='admin')&lt;/P&gt;

&lt;P&gt;Refreshing admin/remote_indexes            BadRequest &lt;BR /&gt;
 In handler 'remote_indexes': The following required arguments are missing: repositoryLocation.&lt;/P&gt;

&lt;P&gt;Refreshing admin/transforms-reload         ResourceNotFound &lt;BR /&gt;
 In handler 'transforms-reload': Invalid action for this internal handler (handler: transforms-reload, supported: list|_reload, wanted: list).&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:39:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-custom-Splunk-view-Tutorial-not-working/m-p/268308#M16977</guid>
      <dc:creator>smhsplunk</dc:creator>
      <dc:date>2020-09-29T08:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom Splunk view Tutorial not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-custom-Splunk-view-Tutorial-not-working/m-p/268309#M16978</link>
      <description>&lt;P&gt;Try restarting your splunk instance instead.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 19:44:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-custom-Splunk-view-Tutorial-not-working/m-p/268309#M16978</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-03T19:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom Splunk view Tutorial not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-custom-Splunk-view-Tutorial-not-working/m-p/268310#M16979</link>
      <description>&lt;P&gt;I have restarted splunk both from the web interface and also manually form \bin, still doesnt show.&lt;BR /&gt;
Even tried disabling enabling app.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 19:53:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-custom-Splunk-view-Tutorial-not-working/m-p/268310#M16979</guid>
      <dc:creator>smhsplunk</dc:creator>
      <dc:date>2016-02-03T19:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom Splunk view Tutorial not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-custom-Splunk-view-Tutorial-not-working/m-p/268311#M16980</link>
      <description>&lt;P&gt;The debug/refresh endpoint will reload configs that are available under /servicesNS/admin/search/admin endpoint.  Under the admin endpoint, we have collection-conf endpoint which does provide _reload option, thus it would throw the following type of error.&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;In handler 'collections-conf': Must use user context of 'nobody' when interacting with collection configurations (used user='admin')&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;This collections-conf issue/error has now been addressed in the following releases:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;- Splunk 6.2.8 - (bug:  SPL-107404)&lt;BR /&gt;
- Splunk 6.3.4 - (bug:  SPL-111358)&lt;BR /&gt;
- Splunk 6.4.0 - (bug:  SPL-111360)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 19:22:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-custom-Splunk-view-Tutorial-not-working/m-p/268311#M16980</guid>
      <dc:creator>jcrabb_splunk</dc:creator>
      <dc:date>2016-06-06T19:22:43Z</dc:date>
    </item>
  </channel>
</rss>

