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

Remove post installation message from RPM packages #123

Closed
f-galland opened this issue Jan 16, 2024 · 0 comments · Fixed by #131
Closed

Remove post installation message from RPM packages #123

f-galland opened this issue Jan 16, 2024 · 0 comments · Fixed by #131
Assignees
Labels
level/task Task issue type/change Change performed in a resource or Wazuh Cloud environment

Comments

@f-galland
Copy link
Member

Description

A message is printed to stdout after rpm package installation that references OpenSearch services and documentation.

[root@alma8 ~]# rpm -i wazuh-indexer-4.9.0-1_x86_64_94c91956b14.rpm 
### NOT starting on installation, please execute the following statements to configure opensearch service to start automatically using systemd
 sudo systemctl daemon-reload
 sudo systemctl enable opensearch.service
### You can start opensearch service by executing
 sudo systemctl start opensearch.service
### Create opensearch demo certificates in /etc/wazuh-indexer/
 See demo certs creation log in /var/log/wazuh-indexer/install_demo_configuration.log
### Upcoming breaking change in packaging
 In a future release of OpenSearch, we plan to change the permissions associated with access to installed files
 If you are configuring tools that require read access to the OpenSearch configuration files, we recommend you add the user that runs these tools to the 'opensearch' group
 For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043

Tasks:

  • Change the message to include a short summary on how to start the Wazuh Indexer service.
@f-galland f-galland added the bug label Jan 16, 2024
@AlexRuiz7 AlexRuiz7 added level/task Task issue type/change Change performed in a resource or Wazuh Cloud environment labels Jan 16, 2024
@wazuhci wazuhci moved this to Backlog in Release 4.9.0 Jan 16, 2024
@AlexRuiz7 AlexRuiz7 removed the bug label Jan 16, 2024
@f-galland f-galland self-assigned this Jan 18, 2024
@wazuhci wazuhci moved this from Backlog to In progress in Release 4.9.0 Jan 18, 2024
@wazuhci wazuhci moved this from In progress to Pending review in Release 4.9.0 Jan 18, 2024
@wazuhci wazuhci moved this from Pending review to Done in Release 4.9.0 Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/change Change performed in a resource or Wazuh Cloud environment
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants