-
Notifications
You must be signed in to change notification settings - Fork 99
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
Incorrect path to the Wazuh indexer binary performance-analyzer-agent-cli
#2321
Comments
Update report
|
Update report
|
UpdateAfter fixing the path and building new package, the system still does not start. A new error appears:
The deb package was installed in an ubuntu endpoint but neither of both proposed paths were present in the system. The file uses the
|
Research 20/12Looking at the perferormance-analyzer repository we can see that there is only one instance of the We cannot find that file inside our build:
The only file we find in our build inside the same folder the one coming from When looking through all the file system of the test endpoint, we can finth that the only
|
Review NotesLGTM Tested 🟢
|
Please @Deblintrake09, ensure all commits for the PR are signed. |
Still 1 commit unsigned. |
LGTM |
Description
An error has been detected in the
wazuh-indexer-performance-analyzer
service as a result of what was reported by a community user and @jftuduriAs commented by @Desvelao, the error seems to come from the service file, since
ExecStart
is not pointing to the binary correctlywazuh-packages/stack/indexer/base/files/usr/lib/systemd/system/wazuh-indexer-performance-analyzer.service
Line 7 in 014bd30
In the OpenSearch GitHub repository of the plugin, it is possible to see that it does not have the correct path
https://github.com/opensearch-project/performance-analyzer/blob/7c32918b5434c04af40c072d0a972ddf7818b556/packaging/opensearch-performance-analyzer.service#L6
Possibly this is a lack of updating procedure with respect to OpenSearch since the initial versions of said file do share the path with respect to our service file
https://github.com/opensearch-project/performance-analyzer/blob/1.0.1.0/packaging/opensearch-performance-analyzer.service
It is necessary to adapt the correct path for the service to work normally
Related:
wazuh-packages/stack/indexer/rpm/wazuh-indexer.spec
Lines 402 to 404 in 973e69e
Tasks
performance-analyzer-agent-cli
path in the service fileValidation
The text was updated successfully, but these errors were encountered: