Updated quickwit version

This commit is contained in:
MauricioGarciaS 2024-04-17 17:53:03 +02:00
parent cbebe80c99
commit 5994f5182d
6 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,4 @@
FROM quickwit/quickwit:0.6.4
FROM quickwit/quickwit:0.8.0
WORKDIR /quickwit
@ -18,7 +18,8 @@ ENV filter="true" \
fetch_maxsize=800 \
graphql_maxsize=800 \
pageevent_maxsize=800 \
QUICKWIT_PORT=7280
QUICKWIT_PORT=7280 \
QUICKWIT_VERSION=0.8
EXPOSE 7281

View file

@ -2,7 +2,7 @@
# Index config file for gh-archive dataset.
#
version: 0.6
version: {{QUICKWIT_VERSION}}
index_id: "fetchevent"
index_uri: "s3://openreplay-quickwit/quickwit-indexes/fetchevent"

View file

@ -2,7 +2,7 @@
# Index config file for gh-archive dataset.
#
version: 0.6
version: {{QUICKWIT_VERSION}}
index_id: "graphql"
index_uri: "s3://openreplay-quickwit/quickwit-indexes/graphql"

View file

@ -2,7 +2,7 @@
# Index config file for gh-archive dataset.
#
version: 0.6
version: {{QUICKWIT_VERSION}}
index_id: "pageevent"
index_uri: "s3://openreplay-quickwit/quickwit-indexes/pageevent"

View file

@ -1,6 +1,6 @@
## In order to save data into S3
# metastore also accepts s3://{bucket/path}#pooling_interval={seconds}s
version: 0.6
version: {{QUICKWIT_VERSION}}
metastore_uri: s3://openreplay-quickwit/quickwit-indexes
default_index_root_uri: s3://openreplay-quickwit/quickwit-indexes
listen_address: 0.0.0.0

View file

@ -1,6 +1,6 @@
## In order to save data into S3
# metastore also accepts s3://{bucket/path}#pooling_interval={seconds}s
version: 0.6
version: {{QUICKWIT_VERSION}}
metastore_uri: s3://openreplay-quickwit/quickwit-indexes
default_index_root_uri: s3://openreplay-quickwit/quickwit-indexes
rest_listen_port: {{QUICKWIT_PORT}}