mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-15 20:58:09 +00:00
Bump Elastic Stack to 8.18.1
- Continue prep to 9.x as discussed in #1788
This commit is contained in:
parent
c180732af3
commit
7eb271c6ac
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:24.04
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV ES_VER=8.17.5
|
||||
ENV ES_VER=8.18.1
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
|
|
|
@ -11,5 +11,5 @@ http.host: 0.0.0.0
|
|||
http.cors.enabled: true
|
||||
http.cors.allow-origin: "*"
|
||||
indices.query.bool.max_clause_count: 2000
|
||||
cluster.routing.allocation.disk.watermark.enable_for_single_data_node: true
|
||||
#cluster.routing.allocation.disk.watermark.enable_for_single_data_node: true
|
||||
discovery.type: single-node
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FROM node:20.18.2-alpine3.20
|
||||
ENV KB_VER=8.17.5
|
||||
ENV KB_VER=8.18.1
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:24.04
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ENV LS_VER=8.17.5
|
||||
ENV LS_VER=8.18.1
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
|
|
Loading…
Reference in a new issue