<?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: Can I disable showsource to keep my view XML private? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102661#M5780</link>
    <description>&lt;P&gt;Excellent point.  Why protect it dynamically if any person who downloads it can just look at the static files...&lt;/P&gt;</description>
    <pubDate>Sat, 11 Dec 2010 00:47:57 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2010-12-11T00:47:57Z</dc:date>
    <item>
      <title>Can I disable showsource to keep my view XML private?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102655#M5774</link>
      <description>&lt;P&gt;You can add &lt;CODE&gt;?showsource=1&lt;/CODE&gt; (or &lt;CODE&gt;?showsource=true&lt;/CODE&gt;) to the end of any address in your browser and see the underlying Splunk modules and XML source.  Nice.&lt;/P&gt;

&lt;P&gt;But if I am developing an app that I want to sell, I might not want to give away the "source code."&lt;/P&gt;

&lt;P&gt;Can I disable showsource?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2010 05:03:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102655#M5774</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2010-12-10T05:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can I disable showsource to keep my view XML private?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102656#M5775</link>
      <description>&lt;P&gt;This is not possible. When you're giving your app to someone, he can just unpack it and take a look at the view files directly. There's no way to protect or encrypt this yet.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2010 05:25:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102656#M5775</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2010-12-10T05:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can I disable showsource to keep my view XML private?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102657#M5776</link>
      <description>&lt;P&gt;I'm not aware of a way, but perhaps one exists.&lt;/P&gt;

&lt;P&gt;Even if you were able to disable that particular method,  however, there are plenty of other ways to see the source XML. &lt;/P&gt;

&lt;P&gt;Once an app is installed, users with admin privileges will be able to view and edit the source in the Manager. Also, the raw XML files will be visible in the app's &lt;CODE&gt;default/data/ui/views&lt;/CODE&gt; directory, and the SplunkBase archive format is just &lt;CODE&gt;.tar.gz&lt;/CODE&gt; format renamed to &lt;CODE&gt;.spl&lt;/CODE&gt;, making it trivial to extract the information there.&lt;/P&gt;

&lt;P&gt;Splunk admins may also need to be able to modify the view definition to adjust for differences in their data, especially if there are search strings embedded in the XML.&lt;/P&gt;

&lt;P&gt;&lt;B&gt;Trying to restrict access to an app's XML from end users is one thing; trying to hide it from the Splunk admin is quite another.&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2010 05:26:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102657#M5776</guid>
      <dc:creator>southeringtonp</dc:creator>
      <dc:date>2010-12-10T05:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can I disable showsource to keep my view XML private?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102658#M5777</link>
      <description>&lt;P&gt;In addition to the other answers, I wouldn't worry too much about this today. The view XML is currently so limited that I find it hard to imagine it's even possible to create something worth hiding. It may be maddeningly difficult to read or write, but it's about as complex and interesting as the navigation menu structure. (And I mean "complex" in the sense of "able to express complex forms" not simply "complicated". It is indeed the latter.)&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2010 15:30:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102658#M5777</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-12-10T15:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can I disable showsource to keep my view XML private?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102659#M5778</link>
      <description>&lt;P&gt;I see the distinction.  At some point, I might want to do both...  Thanks for the answer.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Dec 2010 00:46:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102659#M5778</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2010-12-11T00:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can I disable showsource to keep my view XML private?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102660#M5779</link>
      <description>&lt;P&gt;You made me laugh.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Dec 2010 00:46:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102660#M5779</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2010-12-11T00:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can I disable showsource to keep my view XML private?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102661#M5780</link>
      <description>&lt;P&gt;Excellent point.  Why protect it dynamically if any person who downloads it can just look at the static files...&lt;/P&gt;</description>
      <pubDate>Sat, 11 Dec 2010 00:47:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102661#M5780</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2010-12-11T00:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can I disable showsource to keep my view XML private?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102662#M5781</link>
      <description>&lt;P&gt;Because you may want to hide something from users rather than admins.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2011 21:39:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-disable-showsource-to-keep-my-view-XML-private/m-p/102662#M5781</guid>
      <dc:creator>BobM</dc:creator>
      <dc:date>2011-12-30T21:39:13Z</dc:date>
    </item>
  </channel>
</rss>

