<?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: Configure Prometheus with Splunk in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Configure-Prometheus-with-Splunk/m-p/504001#M17342</link>
    <description>&lt;P&gt;it looks like you may be trying to run before you can walk.&lt;/P&gt;&lt;P&gt;It looks like you have setup your HEC endpoint, however the first thing I would do is look at trying to send a test message to it from the same box using a script.&lt;/P&gt;&lt;P&gt;The error also indicates it could be to do with the content sent through. Either the message could be too large (fairly common with xml, which this looks like it is) or there's something within. if possible I would look to try and restructure the data sent through to Splunk so the message is easier to work with when inside of Splunk.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2020 20:57:22 GMT</pubDate>
    <dc:creator>twesty</dc:creator>
    <dc:date>2020-06-11T20:57:22Z</dc:date>
    <item>
      <title>Configure Prometheus with Splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Configure-Prometheus-with-Splunk/m-p/503961#M17341</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am a&amp;nbsp; developer and looking to integrate my Prometheus with splunk&amp;nbsp;&lt;BR /&gt;Prometheus is up and running at my local (http://localhost:9090)&lt;BR /&gt;&lt;BR /&gt;Objective is to post metrics data(Hyperledger fabric metrics) from Prometheus directly to splunk for monitoring,&amp;nbsp; instead of Grafana&lt;BR /&gt;For grafana i just need to provide the Data source to it ie.&amp;nbsp; (&lt;A href="http://localhost:9090" target="_blank" rel="noopener"&gt;http://localhost:9090&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;But i am unable to do the same for splunk&lt;BR /&gt;&lt;BR /&gt;Steps i followed :&lt;BR /&gt;&lt;BR /&gt;1. Created a HTTP event listener (HEC) on splunk.&lt;/P&gt;&lt;P&gt;2. Fetched the Token&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;3. Passed the Token and url in Prometheus.yaml&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prometheus_File_Changes" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/9135i534F62AB61F4CF94/image-size/large?v=v2&amp;amp;px=999" role="button" title="prometheus.png" alt="Prometheus_File_Changes" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Prometheus_File_Changes&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;4. When i start the Prometheus container for establishing connection with splunk It gives me below error&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/9136i7EF41D2787EA5C86/image-size/large?v=v2&amp;amp;px=999" role="button" title="error.png" alt="Error" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Error&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly guide me how to post my metrics/ Prometheus URL to splunk such that that i can monitor my metrics&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do let me know if i miss onto any step .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149"&gt;@splunk&lt;/a&gt;&amp;nbsp; #Prometheus #metrics&amp;nbsp;#HyperledgerFabricV2.0 #metrics #Hyper-ledger&amp;nbsp;@Anonymous&amp;nbsp; #IBM&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 16:34:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Configure-Prometheus-with-Splunk/m-p/503961#M17341</guid>
      <dc:creator>ShubhneetChawla</dc:creator>
      <dc:date>2020-06-11T16:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Prometheus with Splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Configure-Prometheus-with-Splunk/m-p/504001#M17342</link>
      <description>&lt;P&gt;it looks like you may be trying to run before you can walk.&lt;/P&gt;&lt;P&gt;It looks like you have setup your HEC endpoint, however the first thing I would do is look at trying to send a test message to it from the same box using a script.&lt;/P&gt;&lt;P&gt;The error also indicates it could be to do with the content sent through. Either the message could be too large (fairly common with xml, which this looks like it is) or there's something within. if possible I would look to try and restructure the data sent through to Splunk so the message is easier to work with when inside of Splunk.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 20:57:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Configure-Prometheus-with-Splunk/m-p/504001#M17342</guid>
      <dc:creator>twesty</dc:creator>
      <dc:date>2020-06-11T20:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Prometheus with Splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Configure-Prometheus-with-Splunk/m-p/504046#M17343</link>
      <description>&lt;P&gt;Indeed ,&lt;BR /&gt;&lt;BR /&gt;I am very much new to splunk and its processes.&lt;BR /&gt;&lt;BR /&gt;Well yes the Data is quite large and of real time (statsD, metrics, healthz), Though i successfully send data via Curl commands that particular HEC.&lt;BR /&gt;&lt;BR /&gt;It would be good if I&amp;nbsp; could connect to for guidance.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 04:31:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Configure-Prometheus-with-Splunk/m-p/504046#M17343</guid>
      <dc:creator>ShubhneetChawla</dc:creator>
      <dc:date>2020-06-12T04:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Prometheus with Splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Configure-Prometheus-with-Splunk/m-p/504047#M17344</link>
      <description>&lt;P&gt;Can i Connect to you on hangout or something.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 04:32:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Configure-Prometheus-with-Splunk/m-p/504047#M17344</guid>
      <dc:creator>ShubhneetChawla</dc:creator>
      <dc:date>2020-06-12T04:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Prometheus with Splunk</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Configure-Prometheus-with-Splunk/m-p/504085#M17345</link>
      <description>&lt;P&gt;Sorry I dont think there much else I would be able to assist with. I would suggest that if you need further guidance, to speak to your local account manager and support team who may be able to speak to you in further detail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your other option is to reach out to a partner and see what they can offer.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 08:38:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Configure-Prometheus-with-Splunk/m-p/504085#M17345</guid>
      <dc:creator>twesty</dc:creator>
      <dc:date>2020-06-12T08:38:22Z</dc:date>
    </item>
  </channel>
</rss>

