Linux
Linux distributed installation guide for Parseable
This page explains the steps required to setup systemd service for Parseable distributed cluster in S3 storage mode.
Prerequisites
- Parseable binary is available at
/usr/local/bin/
. Download the relevant binary from the release page. - S3 or compatible object store URL, access key, secret key, and bucket name to be used as storage.
- Identify at least two servers to run Parseable ingestor and query services.
Set up Parseable query server
Log on to the query node and create a configuration file for the query. Please ensure to replace the placeholders with the relevant values.
Download parseable.s3.service
in /etc/systemd/system/
:
Start/Stop the query service
Once the service file is created, reload the systemd daemon and start the service.
You can check the status of the service using the following command:
You can now access Parseable at the address http://localhost:8000 (default configuration). If you added P_ADDR in config file, please access the correct URL accordingly.
To check logs, use journalctl, like:
In case you want to disable / uninstall Parseable, run the below command:
Set up Parseable ingestor server
Log on to each ingestor node and create a configuration file for the ingestor. Please make sure to replace the placeholders with the appropriate values.
Download parseable.s3.service
in /etc/systemd/system/
:
Start/Stop the ingest service
Once the service file is created, reload the systemd daemon and start the service.
You can check the status of the service using the following command.
You can now access Parseable at the address http://localhost:8000 (default configuration). If you added P_ADDR to the config file, please access the correct URL accordingly.
To check logs, use journalctl, like:
In case you want to disable / uninstall Parseable, run the below command: