Self-hosting
Run the slaOS indexer on your own infrastructure
The self-hosted solution allows you to run the slaOS indexer on your own infrastructure, providing greater control over your data. This option is ideal for organizations with strict data locality requirements or those who prefer to manage their own infrastructure.
System requirements
Minimum
X
CPU cores,XGB
RAMXXXGB
storage (scalable based on data volume)Network access to your data sources and slaOS API endpoints
Setting up the self-hosted solution
Download the Docker Image: Obtain the slaOS indexer from our repository.
Install the Indexer: Deploy the indexer on your infrastructure, whether it’s Docker, Kubernetes, or a bare-metal environment.
Configure the Indexer: Modify the configuration file in YAML format to suit your specific data sources and slaOS account details. Here's a sample configuration:
Start the Indexer: Launch the indexer and verify data ingestion via the slaOS dashboard.
Always refer to the most up-to-date documentation available on our GitHub repository for detailed setup instructions and best practices.
Last updated