Update Kibana optimize task parameters and command
This commit is contained in:
parent
a69d632468
commit
c6354e2ddc
@ -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
|
||||
|
||||
@ -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
1
wazuh-qa
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a20574168fedf0c3a69116866fc0d1a61062c21c
|
||||
Loading…
Reference in New Issue
Block a user