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

Update Kibana plugin installation source path #374

Closed
2 tasks done
jm404 opened this issue Feb 27, 2020 · 1 comment · Fixed by #375
Closed
2 tasks done

Update Kibana plugin installation source path #374

jm404 opened this issue Feb 27, 2020 · 1 comment · Fixed by #375

Comments

@jm404
Copy link
Contributor

jm404 commented Feb 27, 2020

Hi all,

According to latest changes in Wazuh Kibana plugin, it's required to install it from the /usr/share/kibana directory.

The affected task:

- name: Install Wazuh Plugin (can take a while)
shell: "/usr/share/kibana/bin/kibana-plugin install {{ wazuh_app_url }}-{{ wazuh_version }}_{{ elastic_stack_version }}.zip"
environment:
NODE_OPTIONS: "--max-old-space-size=3072"
args:
executable: /bin/bash
creates: /usr/share/kibana/plugins/wazuh/package.json
become: yes
become_user: kibana
notify: restart kibana
tags:
- install
- skip_ansible_lint
when:
- not build_from_sources

Tasks

  • Update affected task

  • Test changes

Best regards,

Jose

@jm404
Copy link
Contributor Author

jm404 commented Mar 2, 2020

Done in #375

@jm404 jm404 closed this as completed Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant