File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : quickwit
3
3
description : Open-Source & Cloud-Native Log Management at any scale.
4
4
type : application
5
- version : 0.1.10
5
+ version : 0.1.11
6
6
appVersion : " edge"
7
7
keywords :
8
8
- quickwit
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
6
6
{{- include "quickwit.labels" . | nindent 4 }}
7
7
data :
8
8
node.yaml : |-
9
- version: 0
9
+ version: 0.4
10
10
cluster_id: {{ include "quickwit.fullname" . }}
11
11
listen_address: 0.0.0.0
12
12
gossip_listen_port: 7282
Original file line number Diff line number Diff line change @@ -285,12 +285,13 @@ config:
285
285
# max_num_concurrent_split_streams: 100
286
286
287
287
indexes : []
288
- # - version: 0
288
+ # - version: 0.4
289
289
# index_id: my-index
290
290
# doc_mapping:
291
291
# field_mappings:
292
292
# - name: timestamp
293
293
# type: datetime
294
+ # fast: true
294
295
# input_formats:
295
296
# - unix_timestamp
296
297
# - name: body
@@ -308,6 +309,7 @@ config:
308
309
sources : []
309
310
# - index: my-index
310
311
# source:
312
+ # version: 0.4
311
313
# source_id: my-source
312
314
# source_type: kafka
313
315
# num_pipelines: 1
You can’t perform that action at this time.
0 commit comments