Merge pull request #643 from wazuh/638-opendistro-documentation-from4.2

Fix Opendistro deployment issues in branch 4.2
This commit is contained in:
José Fernández Aguilera 2021-10-14 17:43:08 +02:00 committed by GitHub
commit b77f506d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
repo: "{{ package_repos.apt.openjdk.baseurl }}"
state: present
update_cache: yes
when: (ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_major_version'] == "9")
- name: Install openjdk-11-jdk
apt:

View File

@ -14,6 +14,7 @@
- name: Remove performance analyzer plugin from elasticsearch
become: true
command: ./elasticsearch-plugin remove opendistro-performance-analyzer
ignore_errors: true
args:
chdir: /usr/share/elasticsearch/bin/