File tree Expand file tree Collapse file tree 4 files changed +4539
-2413
lines changed
Expand file tree Collapse file tree 4 files changed +4539
-2413
lines changed Original file line number Diff line number Diff line change 6464 xpack.security.enabled : true
6565 xpack.security.authc.api_key.enabled : true
6666 xpack.security.authc.token.enabled : true
67- xpack.ml.use_auto_machine_memory_percent : true
67+ xpack.ml.use_auto_machine_memory_percent : false
68+ xpack.ml.max_machine_memory_percent : 10
6869 xpack.ml.max_model_memory_limit : 2g
6970 xpack.watcher.enabled : true
7071 xpack.license.self_generated.type : trial
7374 ELASTIC_PASSWORD : ${{ env.ELASTIC_PASSWORD }}
7475 ports :
7576 - 9200:9200
76- options : --memory=4g -- health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
77+ options : --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
7778 kibana :
7879 image : docker.elastic.co/kibana/kibana:${{ matrix.version }}
7980 env :
@@ -111,6 +112,11 @@ jobs:
111112 matrix :
112113 version :
113114 - ' 7.17.13'
115+ - ' 8.0.1'
116+ - ' 8.1.3'
117+ - ' 8.2.3'
118+ - ' 8.3.3'
119+ - ' 8.4.3'
114120 - ' 8.5.3'
115121 - ' 8.6.2'
116122 - ' 8.7.1'
@@ -128,17 +134,10 @@ jobs:
128134 - ' 8.19.3'
129135 - ' 9.0.7'
130136 - ' 9.1.3'
131- include :
132- - version : ' 8.0.1'
133- runner : ubuntu-22.04
134- - version : ' 8.1.3'
135- runner : ubuntu-22.04
136- - version : ' 8.2.3'
137- runner : ubuntu-22.04
138- - version : ' 8.3.3'
139- runner : ubuntu-22.04
140- - version : ' 8.4.3'
141- runner : ubuntu-22.04
137+ # The default runner image can be overridden for specific versions if needed
138+ # include:
139+ # - version: '8.0.1'
140+ # runner: ubuntu-22.04
142141 steps :
143142 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
144143 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ services:
1212 xpack.security.enabled : true
1313 xpack.security.http.ssl.enabled : false
1414 xpack.license.self_generated.type : trial
15- xpack.ml.use_auto_machine_memory_percent : true
15+ xpack.ml.use_auto_machine_memory_percent : false
16+ xpack.ml.max_machine_memory_percent : 10
1617 xpack.ml.max_model_memory_limit : 2g
1718 xpack.security.authc.api_key.enabled : true
1819 xpack.security.authc.token.enabled : true
Original file line number Diff line number Diff line change 22SHELL := /bin/bash
33ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST ) ) ) )
44
5- github_ref ?= e84e2ebcadd9232e4da97f4a9ac8c5a66212a4ff
5+ github_ref ?= 38106c26e880d5ff0faf3a27c5582da5b83b9949
66oas_url := https://raw.githubusercontent.com/elastic/kibana/$(github_ref ) /oas_docs/output/kibana.yaml
77
88.PHONY : all
You can’t perform that action at this time.
0 commit comments