Update Kibana optimize task parameters and command

This commit is contained in:
Jose M 2020-04-20 16:36:04 +02:00
parent a69d632468
commit c6354e2ddc
No known key found for this signature in database
GPG Key ID: 790179D6924E10FF
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
#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
- 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:
executable: /bin/bash
become: yes

1
wazuh-qa Submodule

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