<?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: Getting below error when click in Test button on Jenkins server in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218291#M23801</link>
    <description>&lt;P&gt;Since this is internal network so no proxy in between&lt;BR /&gt;
I can test connection and it comes back fine "Splunk connection verified", it only breaks if i comment below line&lt;/P&gt;

&lt;H1&gt;console_log.index=jenkins_console,&lt;/H1&gt;

&lt;P&gt;with that line commented out connection works but no data is ingested in splunk&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 11:16:01 GMT</pubDate>
    <dc:creator>asifkh11</dc:creator>
    <dc:date>2020-09-29T11:16:01Z</dc:date>
    <item>
      <title>Getting below error when click in Test button on Jenkins server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218286#M23796</link>
      <description>&lt;P&gt;The proxy server received an invalid response from an upstream server.&lt;BR /&gt;
The proxy server could not handle the request POST /jenkins/descriptorByName/com.splunk.splunkjenkins.SplunkJenkinsInstallation/testHttpInput.&lt;BR /&gt;
clicking on this link above shows this below error&lt;BR /&gt;
URI does not specify a valid host name: http:/services/collector/event&lt;/P&gt;

&lt;P&gt;Configs below&lt;BR /&gt;
splunk host name = ip&lt;BR /&gt;
Http input port = 8088&lt;BR /&gt;
Http input token = 7176AE07-BC14-4171-8011-5F6D0FBA7875&lt;BR /&gt;
SSL not enabled&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 15:46:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218286#M23796</guid>
      <dc:creator>asifkh11</dc:creator>
      <dc:date>2016-09-30T15:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting below error when click in Test button on Jenkins server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218287#M23797</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Are you using Splunk Cloud ?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 15:49:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218287#M23797</guid>
      <dc:creator>araza_splunk</dc:creator>
      <dc:date>2016-09-30T15:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting below error when click in Test button on Jenkins server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218288#M23798</link>
      <description>&lt;P&gt;So our setup is splunk enterprise, with distributed cluster 2 sites and Shclustering as well, so the data input has been set on a seperate server we use fro all datainput, &lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 16:00:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218288#M23798</guid>
      <dc:creator>asifkh11</dc:creator>
      <dc:date>2016-09-30T16:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting below error when click in Test button on Jenkins server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218289#M23799</link>
      <description>&lt;P&gt;Araza in metata data just one line when comented out works "#console_log.index=jenkins_console"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source=Jenkins
sourcetype=default-hudson.model.Executor
host=jenkins.availity.com

#custom index, uncomment the settings after index created in splunk
index=airtools
build_report.index=jenkins
file.index=jenkins_artifact
#console_log.index=jenkins_console

#send config content to splunk when user is making changes
jenkins_config.monitoring=true
jenkins_config.enabled=true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:12:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218289#M23799</guid>
      <dc:creator>asifkh11</dc:creator>
      <dc:date>2020-09-29T11:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting below error when click in Test button on Jenkins server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218290#M23800</link>
      <description>&lt;P&gt;From the error message "The proxy server could not handle the request POST /jenkins/descriptorByName/com.splunk.splunkjenkins.SplunkJenkinsInstallation/testHttpInput ",  I guess you are running Jenkins behind Proxy, could you check the reverse proxy follow the guide &lt;A href="https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+says+my+reverse+proxy+setup+is+broken"&gt;https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+says+my+reverse+proxy+setup+is+broken&lt;/A&gt;? &lt;BR /&gt;
see also &lt;BR /&gt;
&lt;A href="https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Apache"&gt;https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Apache&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Nginx"&gt;https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Nginx&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2016 01:47:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218290#M23800</guid>
      <dc:creator>txiao_splunk</dc:creator>
      <dc:date>2016-10-02T01:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting below error when click in Test button on Jenkins server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218291#M23801</link>
      <description>&lt;P&gt;Since this is internal network so no proxy in between&lt;BR /&gt;
I can test connection and it comes back fine "Splunk connection verified", it only breaks if i comment below line&lt;/P&gt;

&lt;H1&gt;console_log.index=jenkins_console,&lt;/H1&gt;

&lt;P&gt;with that line commented out connection works but no data is ingested in splunk&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:16:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218291#M23801</guid>
      <dc:creator>asifkh11</dc:creator>
      <dc:date>2020-09-29T11:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting below error when click in Test button on Jenkins server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218292#M23802</link>
      <description>&lt;P&gt;your console log will goto airtools (if the index exists) after "console_log.index=jenkins_console" commented.&lt;BR /&gt;
You need create index in Splunk manually before update corresponding settings in Jenkins, the Splunk for Jenkins plugin will not create  index for you.&lt;/P&gt;

&lt;P&gt;Did you get warning message in Splunk such like &lt;BR /&gt;
Received event for unconfigured/disabled/deleted index=airtools&lt;BR /&gt;
Received event for unconfigured/disabled/deleted index=jenkins_console&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:16:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218292#M23802</guid>
      <dc:creator>txiao_splunk</dc:creator>
      <dc:date>2020-09-29T11:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting below error when click in Test button on Jenkins server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218293#M23803</link>
      <description>&lt;P&gt;Looks like it is not even hitting the splunk from Jenkins, so no msgs like above&lt;BR /&gt;
I did create index=airtools, do i also need to create the 2 index below as well ?&lt;BR /&gt;
build_report.index=jenkins&lt;BR /&gt;
console_log.index=jenkins_console&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:16:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218293#M23803</guid>
      <dc:creator>asifkh11</dc:creator>
      <dc:date>2020-09-29T11:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getting below error when click in Test button on Jenkins server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218294#M23804</link>
      <description>&lt;P&gt;I can see you set default source type to customzed "default-hudson.model.Executor" which may affect console logs, can you try add &lt;BR /&gt;
console_log.sourcetype=httpevent&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 16:07:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218294#M23804</guid>
      <dc:creator>txiao_splunk</dc:creator>
      <dc:date>2016-10-03T16:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting below error when click in Test button on Jenkins server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218295#M23805</link>
      <description>&lt;P&gt;Or you can comment sourcetype=default-hudson.model.Executor to let Splunk select source type based on content.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 16:08:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218295#M23805</guid>
      <dc:creator>txiao_splunk</dc:creator>
      <dc:date>2016-10-03T16:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting below error when click in Test button on Jenkins server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218296#M23806</link>
      <description>&lt;P&gt;No error, No msgs for recieved events, none of the Jenkin apps dashboard filing in&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 16:26:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218296#M23806</guid>
      <dc:creator>asifkh11</dc:creator>
      <dc:date>2016-10-03T16:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Getting below error when click in Test button on Jenkins server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218297#M23807</link>
      <description>&lt;P&gt;you need create index jenkins, jenkins_artifact, jenkins_statistics and jenkins_console, as the App expects a certain metadata format, here is the settings for the app&lt;/P&gt;

&lt;P&gt;index=jenkins_statistics&lt;BR /&gt;
build_report.index=jenkins&lt;BR /&gt;
file.index=jenkins_artifact&lt;BR /&gt;
console_log.index=jenkins_console&lt;/P&gt;

&lt;P&gt;For more information, please check &lt;A href="https://wiki.jenkins-ci.org/display/JENKINS/Splunk+Plugin+for+Jenkins" target="_blank"&gt;https://wiki.jenkins-ci.org/display/JENKINS/Splunk+Plugin+for+Jenkins&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:16:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-below-error-when-click-in-Test-button-on-Jenkins-server/m-p/218297#M23807</guid>
      <dc:creator>txiao_splunk</dc:creator>
      <dc:date>2020-09-29T11:16:13Z</dc:date>
    </item>
  </channel>
</rss>

