Configuration Reference
📄️ Node configuration
The node configuration allows you to customize and optimize the settings for individual nodes in your cluster. It is divided into several sections:
📄️ Storage configuration
Supported Storage Providers
📄️ Index configuration
This page describes how to configure an index.
📄️ Metastore configuration
Quickwit needs a place to store meta-information about its indexes.
📄️ Source configuration
Quickwit can insert data into an index from one or multiple sources.
📄️ Lambda configuration
Quickwit supports offloading leaf search operations to AWS Lambda for horizontal scaling. When the local search queue becomes saturated, overflow splits are automatically sent to Lambda functions for processing.
📄️ Ports configuration
When starting a quickwit search server, one important parameter that can be configured is
📄️ Index template configuration
This page describes how to configure an index template.