Merge pull request #412 from wazuh/bugfix-411-kibana-optimize

Update Kibana optimize task parameters and command
This commit is contained in:
Manuel J. Bernal 2020-04-27 14:07:24 +02:00 committed by GitHub
commit d0c4bac3ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -50,4 +50,4 @@ build_from_sources: false
wazuh_plugin_branch: 3.12-7.6 wazuh_plugin_branch: 3.12-7.6
#Nodejs NODE_OPTIONS #Nodejs NODE_OPTIONS
node_options: --max-old-space-size=2048 node_options: --no-warnings --max-old-space-size=2048 --max-http-header-size=65536

View File

@ -136,7 +136,7 @@
- not build_from_sources - not build_from_sources
- name: Kibana optimization (can take a while) - name: Kibana optimization (can take a while)
shell: NODE_OPTIONS="{{ node_options }}" /usr/share/kibana/bin/kibana --optimize shell: /usr/share/kibana/node/bin/node {{ node_options }} /usr/share/kibana/src/cli --optimize
args: args:
executable: /bin/bash executable: /bin/bash
become: yes become: yes

1
wazuh-qa Submodule

@ -0,0 +1 @@
Subproject commit a20574168fedf0c3a69116866fc0d1a61062c21c