File tree Expand file tree Collapse file tree 11 files changed +114
-3
lines changed
hibernate-search-orm-coordination-outbox-polling/deployment
hibernate-search-orm-elasticsearch/deployment
elasticsearch-java-client
elasticsearch-rest-client
hibernate-search-orm-elasticsearch
hibernate-search-orm-elasticsearch-coordination-outbox-polling
hibernate-search-orm-elasticsearch-tenancy Expand file tree Collapse file tree 11 files changed +114
-3
lines changed Original file line number Diff line number Diff line change 128
128
See https://www.elastic.co/guide/en/elasticsearch/reference/8.8/modules-cluster.html#disk-based-shard-allocation
129
129
-->
130
130
<cluster .routing.allocation.disk.threshold_enabled>false</cluster .routing.allocation.disk.threshold_enabled>
131
+ <!-- Disable some features that are not needed in our tests and just slow down startup -->
132
+ <xpack .profiling.enabled>false</xpack .profiling.enabled>
133
+ <xpack .monitoring.templates.enabled>false</xpack .monitoring.templates.enabled>
134
+ <xpack .ml.enabled>false</xpack .ml.enabled>
135
+ <xpack .watcher.enabled>false</xpack .watcher.enabled>
136
+ <xpack .ent_search.enabled>false</xpack .ent_search.enabled>
137
+ <stack .templates.enabled>false</stack .templates.enabled>
138
+ <cluster .deprecation_indexing.enabled>false</cluster .deprecation_indexing.enabled>
139
+ <indices .lifecycle.history_index_enabled>false</indices .lifecycle.history_index_enabled>
140
+ <slm .history_index_enabled>false</slm .history_index_enabled>
131
141
</env >
132
142
<ports >
133
143
<port >9200:9200</port >
Original file line number Diff line number Diff line change 133
133
See https://www.elastic.co/guide/en/elasticsearch/reference/8.8/modules-cluster.html#disk-based-shard-allocation
134
134
-->
135
135
<cluster .routing.allocation.disk.threshold_enabled>false</cluster .routing.allocation.disk.threshold_enabled>
136
+ <!-- Disable some features that are not needed in our tests and just slow down startup -->
137
+ <xpack .profiling.enabled>false</xpack .profiling.enabled>
138
+ <xpack .monitoring.templates.enabled>false</xpack .monitoring.templates.enabled>
139
+ <xpack .ml.enabled>false</xpack .ml.enabled>
140
+ <xpack .watcher.enabled>false</xpack .watcher.enabled>
141
+ <xpack .ent_search.enabled>false</xpack .ent_search.enabled>
142
+ <stack .templates.enabled>false</stack .templates.enabled>
143
+ <cluster .deprecation_indexing.enabled>false</cluster .deprecation_indexing.enabled>
144
+ <indices .lifecycle.history_index_enabled>false</indices .lifecycle.history_index_enabled>
145
+ <slm .history_index_enabled>false</slm .history_index_enabled>
136
146
</env >
137
147
<ports >
138
148
<port >9200:9200</port >
Original file line number Diff line number Diff line change 173
173
See https://www.elastic.co/guide/en/elasticsearch/reference/8.8/modules-cluster.html#disk-based-shard-allocation
174
174
-->
175
175
<cluster .routing.allocation.disk.threshold_enabled>false</cluster .routing.allocation.disk.threshold_enabled>
176
+ <!-- Disable some features that are not needed in our tests and just slow down startup -->
177
+ <xpack .profiling.enabled>false</xpack .profiling.enabled>
178
+ <xpack .monitoring.templates.enabled>false</xpack .monitoring.templates.enabled>
179
+ <xpack .ml.enabled>false</xpack .ml.enabled>
180
+ <xpack .watcher.enabled>false</xpack .watcher.enabled>
181
+ <xpack .ent_search.enabled>false</xpack .ent_search.enabled>
182
+ <stack .templates.enabled>false</stack .templates.enabled>
183
+ <cluster .deprecation_indexing.enabled>false</cluster .deprecation_indexing.enabled>
184
+ <indices .lifecycle.history_index_enabled>false</indices .lifecycle.history_index_enabled>
185
+ <slm .history_index_enabled>false</slm .history_index_enabled>
176
186
</env >
177
187
<ports >
178
188
<port >9200:9200</port >
188
198
<method >GET</method >
189
199
<status >200</status >
190
200
</http >
191
- <time >20000 </time >
201
+ <time >30000 </time >
192
202
</wait >
193
203
</run >
194
204
</image >
Original file line number Diff line number Diff line change 173
173
See https://www.elastic.co/guide/en/elasticsearch/reference/8.8/modules-cluster.html#disk-based-shard-allocation
174
174
-->
175
175
<cluster .routing.allocation.disk.threshold_enabled>false</cluster .routing.allocation.disk.threshold_enabled>
176
+ <!-- Disable some features that are not needed in our tests and just slow down startup -->
177
+ <xpack .profiling.enabled>false</xpack .profiling.enabled>
178
+ <xpack .monitoring.templates.enabled>false</xpack .monitoring.templates.enabled>
179
+ <xpack .ml.enabled>false</xpack .ml.enabled>
180
+ <xpack .watcher.enabled>false</xpack .watcher.enabled>
181
+ <xpack .ent_search.enabled>false</xpack .ent_search.enabled>
182
+ <stack .templates.enabled>false</stack .templates.enabled>
183
+ <cluster .deprecation_indexing.enabled>false</cluster .deprecation_indexing.enabled>
184
+ <indices .lifecycle.history_index_enabled>false</indices .lifecycle.history_index_enabled>
185
+ <slm .history_index_enabled>false</slm .history_index_enabled>
176
186
</env >
177
187
<ports >
178
188
<port >9200:9200</port >
Original file line number Diff line number Diff line change 213
213
and lead to problems on large disks with little space left.
214
214
See https://www.elastic.co/guide/en/elasticsearch/reference/8.8/modules-cluster.html#disk-based-shard-allocation
215
215
-->
216
- <cluster .routing.allocation.disk.threshold_enabled>false</cluster .routing.allocation.disk.threshold_enabled> </env >
216
+ <cluster .routing.allocation.disk.threshold_enabled>false</cluster .routing.allocation.disk.threshold_enabled>
217
+ <!-- Disable some features that are not needed in our tests and just slow down startup -->
218
+ <xpack .profiling.enabled>false</xpack .profiling.enabled>
219
+ <xpack .monitoring.templates.enabled>false</xpack .monitoring.templates.enabled>
220
+ <xpack .ml.enabled>false</xpack .ml.enabled>
221
+ <xpack .watcher.enabled>false</xpack .watcher.enabled>
222
+ <xpack .ent_search.enabled>false</xpack .ent_search.enabled>
223
+ <stack .templates.enabled>false</stack .templates.enabled>
224
+ <cluster .deprecation_indexing.enabled>false</cluster .deprecation_indexing.enabled>
225
+ <indices .lifecycle.history_index_enabled>false</indices .lifecycle.history_index_enabled>
226
+ <slm .history_index_enabled>false</slm .history_index_enabled>
227
+ </env >
217
228
<ports >
218
229
<port >9200:9200</port >
219
230
</ports >
Original file line number Diff line number Diff line change 230
230
See https://www.elastic.co/guide/en/elasticsearch/reference/8.8/modules-cluster.html#disk-based-shard-allocation
231
231
-->
232
232
<cluster .routing.allocation.disk.threshold_enabled>false</cluster .routing.allocation.disk.threshold_enabled>
233
+ <!-- Disable some features that are not needed in our tests and just slow down startup -->
234
+ <xpack .profiling.enabled>false</xpack .profiling.enabled>
235
+ <xpack .monitoring.templates.enabled>false</xpack .monitoring.templates.enabled>
236
+ <xpack .ml.enabled>false</xpack .ml.enabled>
237
+ <xpack .watcher.enabled>false</xpack .watcher.enabled>
238
+ <xpack .ent_search.enabled>false</xpack .ent_search.enabled>
239
+ <stack .templates.enabled>false</stack .templates.enabled>
240
+ <cluster .deprecation_indexing.enabled>false</cluster .deprecation_indexing.enabled>
241
+ <indices .lifecycle.history_index_enabled>false</indices .lifecycle.history_index_enabled>
242
+ <slm .history_index_enabled>false</slm .history_index_enabled>
233
243
</env >
234
244
<ports >
235
245
<port >9200:9200</port >
Original file line number Diff line number Diff line change 192
192
See https://www.elastic.co/guide/en/elasticsearch/reference/8.8/modules-cluster.html#disk-based-shard-allocation
193
193
-->
194
194
<cluster .routing.allocation.disk.threshold_enabled>false</cluster .routing.allocation.disk.threshold_enabled>
195
+ <!-- Disable some features that are not needed in our tests and just slow down startup -->
196
+ <xpack .profiling.enabled>false</xpack .profiling.enabled>
197
+ <xpack .monitoring.templates.enabled>false</xpack .monitoring.templates.enabled>
198
+ <xpack .ml.enabled>false</xpack .ml.enabled>
199
+ <xpack .watcher.enabled>false</xpack .watcher.enabled>
200
+ <xpack .ent_search.enabled>false</xpack .ent_search.enabled>
201
+ <stack .templates.enabled>false</stack .templates.enabled>
202
+ <cluster .deprecation_indexing.enabled>false</cluster .deprecation_indexing.enabled>
203
+ <indices .lifecycle.history_index_enabled>false</indices .lifecycle.history_index_enabled>
204
+ <slm .history_index_enabled>false</slm .history_index_enabled>
195
205
</env >
196
206
<ports >
197
207
<port >9200:9200</port >
Original file line number Diff line number Diff line change 165
165
See https://www.elastic.co/guide/en/elasticsearch/reference/8.8/modules-cluster.html#disk-based-shard-allocation
166
166
-->
167
167
<cluster .routing.allocation.disk.threshold_enabled>false</cluster .routing.allocation.disk.threshold_enabled>
168
+ <!-- Disable some features that are not needed in our tests and just slow down startup -->
169
+ <xpack .profiling.enabled>false</xpack .profiling.enabled>
170
+ <xpack .monitoring.templates.enabled>false</xpack .monitoring.templates.enabled>
171
+ <xpack .ml.enabled>false</xpack .ml.enabled>
172
+ <xpack .watcher.enabled>false</xpack .watcher.enabled>
173
+ <xpack .ent_search.enabled>false</xpack .ent_search.enabled>
174
+ <stack .templates.enabled>false</stack .templates.enabled>
175
+ <cluster .deprecation_indexing.enabled>false</cluster .deprecation_indexing.enabled>
176
+ <indices .lifecycle.history_index_enabled>false</indices .lifecycle.history_index_enabled>
177
+ <slm .history_index_enabled>false</slm .history_index_enabled>
168
178
</env >
169
179
<log >
170
180
<prefix >Elasticsearch:</prefix >
Original file line number Diff line number Diff line change @@ -7,7 +7,17 @@ services:
7
7
ES_JAVA_OPTS : " -Xms512m -Xmx512m"
8
8
discovery.type : " single-node"
9
9
xpack.security.enabled : " false"
10
- cluster.routing.allocation.disk.threshold_enabled : false
10
+ cluster.routing.allocation.disk.threshold_enabled : " false"
11
+ # Disable some features that are not needed in our tests and just slow down startup -->
12
+ xpack.profiling.enabled : " false"
13
+ xpack.monitoring.templates.enabled : " false"
14
+ xpack.ml.enabled : " false"
15
+ xpack.watcher.enabled : " false"
16
+ xpack.ent_search.enabled : " false"
17
+ stack.templates.enabled : " false"
18
+ cluster.deprecation_indexing.enabled : " false"
19
+ indices.lifecycle.history_index_enabled : " false"
20
+ slm.history_index_enabled : " false"
11
21
networks :
12
22
- efk
13
23
Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ services:
8
8
discovery.type : " single-node"
9
9
xpack.security.enabled : " false"
10
10
cluster.routing.allocation.disk.threshold_enabled : false
11
+ # Disable some features that are not needed in our tests and just slow down startup -->
12
+ xpack.profiling.enabled : " false"
13
+ xpack.monitoring.templates.enabled : " false"
14
+ xpack.ml.enabled : " false"
15
+ xpack.watcher.enabled : " false"
16
+ xpack.ent_search.enabled : " false"
17
+ stack.templates.enabled : " false"
18
+ cluster.deprecation_indexing.enabled : " false"
19
+ indices.lifecycle.history_index_enabled : " false"
20
+ slm.history_index_enabled : " false"
11
21
networks :
12
22
- elk
13
23
Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ services:
8
8
discovery.type : " single-node"
9
9
xpack.security.enabled : " false"
10
10
cluster.routing.allocation.disk.threshold_enabled : false
11
+ # Disable some features that are not needed in our tests and just slow down startup -->
12
+ xpack.profiling.enabled : " false"
13
+ xpack.monitoring.templates.enabled : " false"
14
+ xpack.ml.enabled : " false"
15
+ xpack.watcher.enabled : " false"
16
+ xpack.ent_search.enabled : " false"
17
+ stack.templates.enabled : " false"
18
+ cluster.deprecation_indexing.enabled : " false"
19
+ indices.lifecycle.history_index_enabled : " false"
20
+ slm.history_index_enabled : " false"
11
21
networks :
12
22
- graylog
13
23
You can’t perform that action at this time.
0 commit comments