<?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 POST/services/data/inputs/http/httpadmin********8089 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/POST-services-data-inputs-http-httpadmin-8089/m-p/685703#M114372</link>
    <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;I'm running universalforwarder as a service in docker, here is my docker-compose config:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;services&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;services:

  splunkuniversalforwarder:
    platform: "linux/amd64"
    hostname: splunkuniversalforwarder
    image: splunk/universalforwarder:latest
    volumes:
      - opt-splunk-etc:/opt/splunk/etc
      - opt-splunk-var:/opt/splunk/var
      - ./splunk/splunkclouduf.spl:/tmp/splunkclouduf.spl
    ports:
      - "8000:8000"
      - "9997:9997"
      - "8088:8088"
      - "1514:1514"
    environment:
      - SPLUNK_START_ARGS=--accept-license
      - SPLUNK_USER=root
      - SPLUNK_ENABLE_LISTEN=9997
      - SPLUNK_CMD="/opt/splunkforwarder/bin/splunk install app /tmp/splunkclouduf.spl"
      - DEBUG=true
      - SPLUNK_PASSWORD=&amp;lt;root password&amp;gt;
      - SPLUNK_HEC_TOKEN=&amp;lt;HEC token&amp;gt;
      - SPLUNK_HEC_SSL=false​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;I have a HTTP Event Collector configured in my Splunk Free Trial account.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When running docker-compose a lot of things seem to be going well and then i hit this:&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TASK [splunk_universal_forwarder : Setup global HEC] ***************************
fatal: [localhost]: FAILED! =&amp;gt; {
"changed": false
}

MSG: POST/services/data/inputs/http/httpadmin********8089{'disabled': '0', 'enableSSL': '0', 'port': '8088', 'serverCert': '', 'sslPassword': ''}NoneNoneNone;;; AND excep_str: No Exception, failed with status code 404: {"text":"The requested URL was not found on this server.","code":404}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see no reference to&amp;nbsp;POST/services/data/inputs/http/httpadmin in any Splunk docs &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can anyone shed any light on this please?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 27 Apr 2024 10:01:44 GMT</pubDate>
    <dc:creator>johnfaldo3</dc:creator>
    <dc:date>2024-04-27T10:01:44Z</dc:date>
    <item>
      <title>POST/services/data/inputs/http/httpadmin********8089</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/POST-services-data-inputs-http-httpadmin-8089/m-p/685703#M114372</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;I'm running universalforwarder as a service in docker, here is my docker-compose config:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;services&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;services:

  splunkuniversalforwarder:
    platform: "linux/amd64"
    hostname: splunkuniversalforwarder
    image: splunk/universalforwarder:latest
    volumes:
      - opt-splunk-etc:/opt/splunk/etc
      - opt-splunk-var:/opt/splunk/var
      - ./splunk/splunkclouduf.spl:/tmp/splunkclouduf.spl
    ports:
      - "8000:8000"
      - "9997:9997"
      - "8088:8088"
      - "1514:1514"
    environment:
      - SPLUNK_START_ARGS=--accept-license
      - SPLUNK_USER=root
      - SPLUNK_ENABLE_LISTEN=9997
      - SPLUNK_CMD="/opt/splunkforwarder/bin/splunk install app /tmp/splunkclouduf.spl"
      - DEBUG=true
      - SPLUNK_PASSWORD=&amp;lt;root password&amp;gt;
      - SPLUNK_HEC_TOKEN=&amp;lt;HEC token&amp;gt;
      - SPLUNK_HEC_SSL=false​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;I have a HTTP Event Collector configured in my Splunk Free Trial account.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When running docker-compose a lot of things seem to be going well and then i hit this:&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TASK [splunk_universal_forwarder : Setup global HEC] ***************************
fatal: [localhost]: FAILED! =&amp;gt; {
"changed": false
}

MSG: POST/services/data/inputs/http/httpadmin********8089{'disabled': '0', 'enableSSL': '0', 'port': '8088', 'serverCert': '', 'sslPassword': ''}NoneNoneNone;;; AND excep_str: No Exception, failed with status code 404: {"text":"The requested URL was not found on this server.","code":404}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see no reference to&amp;nbsp;POST/services/data/inputs/http/httpadmin in any Splunk docs &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can anyone shed any light on this please?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Apr 2024 10:01:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/POST-services-data-inputs-http-httpadmin-8089/m-p/685703#M114372</guid>
      <dc:creator>johnfaldo3</dc:creator>
      <dc:date>2024-04-27T10:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: POST/services/data/inputs/http/httpadmin********8089</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/POST-services-data-inputs-http-httpadmin-8089/m-p/685707#M114373</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;if I understand right, you are trying to configure HEC receiver on this node?&lt;/P&gt;&lt;P&gt;Splunk UF doesn’t support HEC! When you want to use HEC, the instance must be full splunk enterprise like heavy forwarder.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Sat, 27 Apr 2024 11:15:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/POST-services-data-inputs-http-httpadmin-8089/m-p/685707#M114373</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-04-27T11:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: POST/services/data/inputs/http/httpadmin********8089</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/POST-services-data-inputs-http-httpadmin-8089/m-p/685712#M114374</link>
      <description>&lt;P&gt;While I do agree with &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt; that HEC on UF is not supported, it can be configured there. It's just unsupported and everyone pretends it's not there &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But more to the point, you're apparently trying to use some compose file which assumes you're working with a full Splunk Enterprise installation. While UF provides some REST API endpoints, it doesn't provide full functionality which is expected.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Apr 2024 14:19:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/POST-services-data-inputs-http-httpadmin-8089/m-p/685712#M114374</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-04-27T14:19:55Z</dc:date>
    </item>
  </channel>
</rss>

