It is included in with 6.3, so yeah I had it.. I tried to remove it, just in case that was causing some of the issues and it seems like it is tied pretty close to 6.3 now (getting errors about not being found). copied back and restarted still same issue for me.
File "/opt/splunk/lib/python2.7/site-packages/splunk/entity.py", line 222, in getEntitiesAtomFeed
serverResponse, serverContent = rest.simpleRequest(uri, getargs=kwargs, sessionKey=sessionKey, raiseAllErrors=True)
File "/opt/splunk/lib/python2.7/site-packages/splunk/rest/init_.py", line 529, in simpleRequest
raise splunk.ResourceNotFound(uri, extendedMessages=extractMessages(body))
ResourceNotFound: [HTTP 404] https://127.0.0.1:8089/servicesNS/admin/launcher/data/inputs/http; [{'code': None, 'type': 'ERROR', 'text': 'Application does not exist: splunk_httpinput'}]
... View more