-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Change nameserver #959
Comments
@Kottare this question is very generic. Here are a few things that need to be clarified:
|
Hi,
At this point I have figure how to change all stuff in fleet server settings and have correct FQDN. I've enrolled agents aswell. Edit: It have something to with "elasticsearch.hosts" in kibana.yml config. |
All you need is create one domain name for the ELK host really, something like Then, configure your proxy with the following backends:
Keep using internal names within the stack wherever possible, but announce Fleet with a public URL to the agents here: docker-elk/kibana/config/kibana.yml Line 33 in eeb8026
This should be enough. |
Thanks for your advise, I've fixed it with modification.
|
Hi,
So far i've configured ELK stack with Fleet server and its working but I have one question.
Is it possible to change hostnames?
I dont want to add to hosts.cfg ip and names for fleetserver/elasticserver I want to assign them address like elasticsearch.MYDOMAIN.
I have proxy-manager and will forward domain to this IP, but without domain name i cannot do it.
The text was updated successfully, but these errors were encountered: