config: Increase url max length for http queries

Resolves issue with Elastic Comrade which was getting 400 too_long_frame_exception
error when querying ES nodes.

Signed-off-by: markoburcul <marko@status.im>
This commit is contained in:
markoburcul 2024-09-18 20:29:50 +02:00
parent 91fd37d3c5
commit aedab4dae9
No known key found for this signature in database
GPG Key ID: FC4CD2F9A040D54A
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ network.publish_host: "{{ ansible_local.wireguard.vpn_ip }}"
transport.profiles.default.port: {{ es_node_port | mandatory }}
xpack.security.enabled: false
path.repo: "/var/backup"
http.max_initial_line_length: 16kB
# Cluster config
cluster.name: "{{ es_cluster_name | mandatory }}"