Git Product home page Git Product logo

Comments (4)

arctan5x avatar arctan5x commented on June 18, 2024

Below is the link to the actual play.
https://github.com/splunk/splunk-ansible/blob/master/roles/splunk_common/tasks/wait_for_splunk_instance.yml

For debugging, I would suggest ssh or exec into the container right after you run the make sample-compose-up command and run the same curl request as the ansible task to see what it actually complains about. Password setting happens way before checking Splunk instance is running and it might not be the issue. Also, if you have any additional logs, please post them here!

from docker-splunk.

dessyd avatar dessyd commented on June 18, 2024

After "bash"ing into the sh1 container I issued the following curl:

splunk@sh1:/$ curl --insecure --user admin:changeme  https://localhost:8000/services/server/info?output_mode=json

curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

from docker-splunk.

nwang92 avatar nwang92 commented on June 18, 2024

The 8000 port used by Splunk is the web port, which should only listen on HTTP. Based on the endpoint you're trying to hit, I think you should change the port from 8000 -> 8089, which is the management port that listens on HTTPS.

from docker-splunk.

dessyd avatar dessyd commented on June 18, 2024

The issue was due to an improper default.yml file

from docker-splunk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.