-
Notifications
You must be signed in to change notification settings - Fork 79
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
[BUG] #43
Comments
I was looking through other issues and I noticed Issue 23 which talks about the Fleet server not coming back after reboot. I noticed the user mentioned version 8.5 still works. I went ahead and rolled back to that version within the repository history and that version does indeed work without any errors. A temporary fix, but obviously it would be preferred to run the most recent version. |
Do you have this issue with If you want to test, you can to a I'll also look into this. |
I was using Sadly, I have already destroyed and started fresh and I get the same result each time. |
Doesn't appear to work with I tried changing |
Tried 8.4.3 and it is worked.However, the portal responses very slowly. Tried 8.13.4, 8.12.2 and 8.12.0 and all are failure. |
Thanks for your patience. I will open an Issue upstream. When I deployed, the Fleet server wasn't healthy ever. I ran I'll try a few "relies on" options. |
Thanks, and it means that 8.14.1 can fix the above issue by mannual restart kibana or all dockers. Your comment is appreciated. |
I believe I tried it both ways and both worked. |
Tried to do once 8.14.1 but situation is same |
Tried to test previous version and just version 8.8.2 can execute the elastic-container.sh to build all sucessfully. |
any update on this still facing this issue with 8.14.3 as well |
Finally after 2 hrs of troubleshooting found a workaround with 8.14.0 |
This actually seemed to work for me as well. I will update in 1-2 weeks if there are any health concerns regarding the fleet. I have a VM with a large amount of resources allocated to it, so there should not be any resource-related issues. |
Hey @fish-not-phish I'm jumping in to get this issue fixed. I just pushed a change to main in the shell script that fixes an issue with Fleet settings being properly populated. I just tested on macOS standing up a fresh stack and everything works as advertised. Can you pull main again and try standing up a stack then letting me know if you still experience a problem? |
You also should not have to change the LOCAL_KBN_URL value |
I'll do a test on Ubuntu today and see if I can't figure out what's going on. |
Recently I use this repo for deploying ELK for testing and studing. It works like a charm in my computer so I decided to put it to work in a server and Fleet did not work. After hours debugging I realize it has deploy problems in current Debian Stable (bookworm) but it works perfect in current Debian Testing (trixie). Maybe one of the above cases may solve just using another Docker Host OS. Hope this will be useful to anyone. I have no skills enough in ELK to realize where the problem resides on this change. |
I've seen some reports here about Fleet not working properly. Something similar happens when jq is missing, as it currently doesn't throw an error in such cases. If you're still experiencing issues, check if jq is installed. |
Hello,
I am having some problems deploying this stack as it appears the script is not running as expected.
I am running on Ubuntu 22.04 LTS, fresh install. The virtual machine has 8 CPU cores, 16GB of RAM, and 500GB of storage, so I don't suspect a resource issue.
I edited the .env file, changing these 4 items:
LOCAL_KBN_URL=https://192.168.0.X:5601
ELASTIC_PASSWORD=<redacted_password>
KIBANA_PASSWORD=<redacted_password>
WindowsDR=1
No other modifications were made.
When I run the script
sudo ./elastic-container.sh start
, it runs and appears to set up the necessary containers. However, the output does not match what would be expected. The output I get is this:However, I never get this included in the output. It's simply missing:
When I try to go to the URL, it isn't up, and is only accessible if I run the restart option for the script:
sudo ./elastic-container.sh restart
. Then the URL becomes accessible, but the fleet settings are not configured.When I run
sudo ./elastic-container.sh status
, this is the output:I noticed that the
ecp-fleet-server
is online but is not denoted as "healthy". I checked the docker logs and observed connection refused errors:Reading this, I do understand that there may be a connectivity issue, however I am not running and UFW and I have not altered IP Tables. The Proxmox firewall for this Virtual Machine is off - so that shouldn't have any impact either.
Any help would be greatly appreciated to get this working.
The text was updated successfully, but these errors were encountered: