Git Product home page Git Product logo

Comments (5)

amitmookerjee avatar amitmookerjee commented on June 18, 2024

Hello,
You are required to provide the password in the command line. Take a look at https://github.com/splunk/docker-splunk/blob/master/README.md. Extract is shown below

**Getting started
Use the following command to start a single instance of Splunk Enterprise:

$> docker run -it -p 8000:8000 -e 'SPLUNK_START_ARGS=--accept-license' -e 'SPLUNK_PASSWORD=' splunk-debian-9:latest start
Replace "" with the initial password that you wish to use for logging into the Splunk admin user account. You can then access Splunk at http://localhost:8000 with those credentials.

Please note, the password supplied must conform to the default Splunk Enterprise password requirements.**

Thanks
Amit

from docker-splunk.

arctan5x avatar arctan5x commented on June 18, 2024

Hi. You need to pass in a password using -e "SPLUNK_PASSWORD=". Without SPLUNK_PASSWORD in either environment variable or a default yaml, the ansible inventory script will complain, and therefore, ansible would not be able to properly generate a set of variables.

Also Splunk Upgrade is used to not run any provisioning after the container starts. You need to pass SPLUNK_UPGRADE=True to make it work.

from docker-splunk.

lephino avatar lephino commented on June 18, 2024

Please note, migration from 7.1 is not supported, and we DO NOT recommend migrating from the 7.1 container. Please understand you are going down uncharted grounds, and while you may find success in the process, your installation is no longer valid for enterprise support.

from docker-splunk.

lephino avatar lephino commented on June 18, 2024

I closed this issue as it's not a supported process or something we recommend. You're welcome to continue chatting on this issue or opening a splunk answers post, but there is no work that will change to facilitate this migration.

from docker-splunk.

kundeng avatar kundeng commented on June 18, 2024

I HAVE included splunk_upgrade as an environment variable in the original post. But I understand I am upgrading from 7.1 docker to 7.2.

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.