<?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 Splunk Web &amp; Splunkd HTTP Server response header in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Web-Splunkd-HTTP-Server-response-header/m-p/72852#M14872</link>
    <description>&lt;OL&gt;
&lt;LI&gt;How do i remove the Splunk web http server response header?&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Server: CherryPy/3.1.2&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;How do i remove the Splunk daemon http server response header?&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Server: Splunkd&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Any operational issues if the 2 response header are removed?&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Fri, 01 Apr 2011 12:22:52 GMT</pubDate>
    <dc:creator>deyeo</dc:creator>
    <dc:date>2011-04-01T12:22:52Z</dc:date>
    <item>
      <title>Splunk Web &amp; Splunkd HTTP Server response header</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Web-Splunkd-HTTP-Server-response-header/m-p/72852#M14872</link>
      <description>&lt;OL&gt;
&lt;LI&gt;How do i remove the Splunk web http server response header?&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Server: CherryPy/3.1.2&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;How do i remove the Splunk daemon http server response header?&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Server: Splunkd&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Any operational issues if the 2 response header are removed?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 01 Apr 2011 12:22:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Web-Splunkd-HTTP-Server-response-header/m-p/72852#M14872</guid>
      <dc:creator>deyeo</dc:creator>
      <dc:date>2011-04-01T12:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Web &amp; Splunkd HTTP Server response header</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Web-Splunkd-HTTP-Server-response-header/m-p/72853#M14873</link>
      <description>&lt;P&gt;I imagine you trying to remove these to satisfy some security / obfuscation requirement.  &lt;/P&gt;

&lt;P&gt;As far as the Splunkweb CherryPy header goes, that should be in the CherryPy python code somewhere.  This is obviously editable by you in your own installation.  However, you'll need to be incredibly careful to not break anything -- and this would be overwritten on upgrades.&lt;/P&gt;

&lt;P&gt;For the Splunkd header itself, this is compiled into splunkd.  I guess you could patch the binary with a hex editor, replacing the "Splunkd" characters with NULLs.  This would be &lt;STRONG&gt;EXTREMELY RISKY&lt;/STRONG&gt; and not at all recommended.&lt;/P&gt;

&lt;P&gt;If this is important to you, I would recommend submitting and Enhancement Request with the details behind why this is needed and exactly what enhancement you are looking for.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2011 00:59:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Web-Splunkd-HTTP-Server-response-header/m-p/72853#M14873</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-04-04T00:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Web &amp; Splunkd HTTP Server response header</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Web-Splunkd-HTTP-Server-response-header/m-p/72854#M14874</link>
      <description>&lt;P&gt;which particular py file contains the Splunkweb CherryPy header ?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2011 14:20:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Web-Splunkd-HTTP-Server-response-header/m-p/72854#M14874</guid>
      <dc:creator>deyeo</dc:creator>
      <dc:date>2011-04-04T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Web &amp; Splunkd HTTP Server response header</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Web-Splunkd-HTTP-Server-response-header/m-p/72855#M14875</link>
      <description>&lt;P&gt;the closet file that i can locate is: ..\splunk\lib\python2.6\site-packages\cherrypy_cprequest.py&lt;/P&gt;

&lt;P&gt;is this the correct file?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2011 11:38:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Web-Splunkd-HTTP-Server-response-header/m-p/72855#M14875</guid>
      <dc:creator>deyeo</dc:creator>
      <dc:date>2011-04-05T11:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Web &amp; Splunkd HTTP Server response header</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Web-Splunkd-HTTP-Server-response-header/m-p/72856#M14876</link>
      <description>&lt;P&gt;removing or modifying the CherryPy header will affect the PDFserver ability to generate PDF. thus, you need to modify the PDFserver code at ../splunk/etc/apps/pdfserver/bin/pdfhandler.py&lt;/P&gt;

&lt;P&gt;Comment out these 3 lines to not check for the existence of CherryPy header:&lt;/P&gt;

&lt;P&gt;if 'CherryPy' not in response.get('server', ''):&lt;BR /&gt;
logger.warn("Remote web server at %s doesn't appear to be running CherryPy" % version_url)&lt;BR /&gt;
return False&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2011 14:02:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Web-Splunkd-HTTP-Server-response-header/m-p/72856#M14876</guid>
      <dc:creator>deyeo</dc:creator>
      <dc:date>2011-04-07T14:02:21Z</dc:date>
    </item>
  </channel>
</rss>

