Updated quickwit version
This commit is contained in:
parent
cbebe80c99
commit
5994f5182d
6 changed files with 8 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue