<?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: Unsupported browsers in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80827#M5136</link>
    <description>&lt;P&gt;There might be versions of internet explorer that we support in the future.  For example, IE 10 has some support for SVG, so we might attempt to certify on it in the future.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2013 03:52:41 GMT</pubDate>
    <dc:creator>araitz</dc:creator>
    <dc:date>2013-10-08T03:52:41Z</dc:date>
    <item>
      <title>Unsupported browsers</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80818#M5127</link>
      <description>&lt;P&gt;A client of mine just tried out the latest version of Splunk App for unix and get's this : "Sorry, the Splunk App for Unix and Linux is not compatible with your browser". They are forced to use Internet explorer (corporate SOE policy).&lt;/P&gt;

&lt;P&gt;The captain obvious answer is "don't use that incompatible browser" but my client doesn't have the option to use any other one.&lt;/P&gt;

&lt;P&gt;So my question is, any plans to remedy this in the future? (or work around it by removing the browser check).&lt;/P&gt;

&lt;P&gt;edit: Have just looked through some of the javascript and im tipping quite a few html5 features are required, hence no older ie browser support.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2013 01:50:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80818#M5127</guid>
      <dc:creator>Lucas_K</dc:creator>
      <dc:date>2013-10-03T01:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported browsers</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80819#M5128</link>
      <description>&lt;P&gt;There are always exceptions to corporate policy if there is a need for it. This clearly sounds as if it is a legitimate business need, and it should not be too hard to convince the right people allow the Splunk users to run a compatible browser.&lt;/P&gt;

&lt;P&gt;The option would be to run unsupported software (older version of Splunk) in a production environment, which is probably a worse 'offense' in terms of corporate policy.&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2013 06:25:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80819#M5128</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-10-03T06:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported browsers</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80820#M5129</link>
      <description>&lt;P&gt;They may be able to get permission to run a portable version of say, Firefox, which is what we tend to do to get around the god-awful experience that is an older version of IE. Several other applications we have are pretty much unusable in IE too. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2013 08:51:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80820#M5129</guid>
      <dc:creator>Narj</dc:creator>
      <dc:date>2013-10-03T08:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported browsers</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80821#M5130</link>
      <description>&lt;P&gt;IE is indeed not a supported browser for this app, see &lt;A href="http://docs.splunk.com/Documentation/UnixApp/5.0/User/Platformandhardwarerequirements#What_web_browsers_does_the_app_support.3F"&gt;the system requirements&lt;/A&gt; in the documentation (not a helpful answer in your specific situation, but adding the documentation link to this thread for reference).&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2013 20:01:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80821#M5130</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2013-10-04T20:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported browsers</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80822#M5131</link>
      <description>&lt;P&gt;The visualizations in the new Splunk app for *nix makes heavy use of &lt;A href="http://en.wikipedia.org/wiki/Scalable_Vector_Graphics"&gt;SVG&lt;/A&gt; via &lt;A href="http://d3js.org/"&gt;d3.js&lt;/A&gt;.  We had to make a decision: use old visualizations to support legacy browsers, or use new visualizations and forsake legacy browsers.  Coming from lock-down environments, I completely relate to the frustration of having to use legacy browsers for legacy purposes, but in the end we felt like we had to move forward.&lt;/P&gt;

&lt;P&gt;The way we determine if your browser will work is to use &lt;A href="http://modernizr.com/"&gt;modernizr&lt;/A&gt;, a really great feature detection utility that tells us among other things if the client supports SVG.  More current versions of IE actually do support SVG, and things mostly just work, but CGales is correct about our browser support matrix.  &lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2013 22:41:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80822#M5131</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2013-10-07T22:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported browsers</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80823#M5132</link>
      <description>&lt;P&gt;Current guidance is that Exceptions are Not allowed.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 00:39:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80823#M5132</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-08T00:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported browsers</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80824#M5133</link>
      <description>&lt;P&gt;Please read ChrisG's link:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/UnixApp/5.0/User/Platformandhardwarerequirements#What_web_browsers_does_the_app_support.3F"&gt;http://docs.splunk.com/Documentation/UnixApp/5.0/User/Platformandhardwarerequirements#What_web_browsers_does_the_app_support.3F&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;"The Splunk App for Unix and Linux is not supported on any version of Internet Explorer.&lt;/P&gt;

&lt;P&gt;It can, however, be used on any other Splunk-supported browser."&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 00:42:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80824#M5133</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2013-10-08T00:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported browsers</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80825#M5134</link>
      <description>&lt;P&gt;Must have missed the word 'other'.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 00:49:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80825#M5134</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-08T00:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported browsers</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80826#M5135</link>
      <description>&lt;P&gt;I understand the reasoning. &lt;/P&gt;

&lt;P&gt;So technically the answer to my question is "Internet explorer (any version) will never be supported or able to be used with this particular app.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 02:31:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80826#M5135</guid>
      <dc:creator>Lucas_K</dc:creator>
      <dc:date>2013-10-08T02:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported browsers</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80827#M5136</link>
      <description>&lt;P&gt;There might be versions of internet explorer that we support in the future.  For example, IE 10 has some support for SVG, so we might attempt to certify on it in the future.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 03:52:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80827#M5136</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2013-10-08T03:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported browsers</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80828#M5137</link>
      <description>&lt;P&gt;I run into the same issue but I'm allowed to install plugins in my browser. There are some SVG plugins for IE: can't we use them ? Is there a way to bypass the detection ?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2014 22:49:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80828#M5137</guid>
      <dc:creator>yoho</dc:creator>
      <dc:date>2014-04-04T22:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported browsers</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80829#M5138</link>
      <description>&lt;P&gt;Modernizer allows us to do pollyfills to load the plugins you are refering to (I think they are the ones), but this would mean a lot more testing to certify them.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2014 23:07:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80829#M5138</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2014-04-04T23:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported browsers</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80830#M5139</link>
      <description>&lt;P&gt;Splunk is not working with IE 11 or Edge after upgrade to Splunk 6.6. After login screen, only Loading... text is shown and nothing else...  Firefox or chrome is OK... Are the browsers from MS still supported?&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 22:34:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unsupported-browsers/m-p/80830#M5139</guid>
      <dc:creator>rapmancz</dc:creator>
      <dc:date>2017-05-16T22:34:18Z</dc:date>
    </item>
  </channel>
</rss>

