Replies: 6 comments 1 reply
-
I had a similar issue and fixed it by removing the inline comments in /etc/containers/systemd/. They install default with an inline comment which causes them to not parse correctly.
I got rid of |
Beta Was this translation helpful? Give feedback.
-
Before you run post install when you run something like
You want kibana/elasticsearch up and healthy, elastic agent should be up for a minute or so. Then run post install yml. Keep in mind just looking at my example I just ran it took upwards of 7 minutes or so before it was ready for post install. Id recommend waiting until kibana/elasticsearch are up and fleet agent has been running for 4-minutes. This lets all the background processes take place. |
Beta Was this translation helpful? Give feedback.
-
Additionally, i recommend moving this problem to an 'issue' instead of discussion |
Beta Was this translation helpful? Give feedback.
-
I do recommend removing the inline comments -- and we have an update coming soon with that fix -- but you can do this simply but going into the quadlet files before install and delete the comment mentioned above |
Beta Was this translation helpful? Give feedback.
-
Today I created a new server and re-pulled an updated LME. All went well until the final script where I revived this error:
Before ok=8 now ok =29 so it looks like I got a little farther. |
Beta Was this translation helpful? Give feedback.
-
Not sure what you mean by an updated LME -- we havent released a fixed version yet. Do you quadlets still have the inline comments? have you waited at least 10 minutes before running the 2nd ansible playbook? That part of the playbook is just loading the dashboards. You can rerun that playbook at any time and try again. However, if you're running it during a time that kibana is rebooting / not fully up/ the api upload will fail. Also, it apears to be saying it cant locate ~/LME/dashboards Does that path exist? It should exist with dashboards included -- if it does it could be some kind of permissions issues You can add -vvv to your ansible commands for more detail logging and place them in here |
Beta Was this translation helpful? Give feedback.
-
I attempted to install LME 2.0 but ran into a problem near the end. This was installed on Ubuntu Server 22.4 with the correct specifications. All went well until I executed this command:
When I did, I received this error:
Does anyone know what the problem could be?
Beta Was this translation helpful? Give feedback.
All reactions