Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IP Configuration #127

Closed
tesslamx opened this issue Dec 7, 2018 · 2 comments
Closed

IP Configuration #127

tesslamx opened this issue Dec 7, 2018 · 2 comments
Labels

Comments

@tesslamx
Copy link

tesslamx commented Dec 7, 2018

I'm a newcome on HELK, I installed HELK by script and I'd like to change de IP configuration the script asked for at the installation execution. I mean, I'd need to change the new IP on every service (docker machine) or when exactly to keep running HELK without problems.

Thanks for you time and attention, greetings!

@Cyb3rWard0g
Copy link
Owner

Cyb3rWard0g commented Dec 8, 2018

Hey @tesslamx, If you have HELK up and running and the only thing you want to change is the IP address, all you need to do is update the ADVERTISED_LISTENER value of the docker-compose file you used to build helk. https://github.com/Cyb3rWard0g/HELK/blob/master/docker/helk-kibana-analysis-basic.yml#L101. once you do that, you will need to run the following:

sudo docker-compose -f <compose-file> up --build -d

That should rebuild the Kafka broker container (the only container that depends on the static IP), and leave the other containers alone since nothing changed on them.

Give it a try and let me know if that works or not 👍 Happy to help!

@Cyb3rWard0g
Copy link
Owner

@tesslamx , feel free to reopen this issue if my response above did not help. I tested what I recommended and it works. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants