parseablehq / parseable

Open Source ElasticSearch Alternative. Parseable helps you search and get insights from your logs in the most simple way possible.
https://parseable.com
GNU Affero General Public License v3.0
1.84k stars 98 forks source link

Support for GCS (Google Cloud Storage) #842

Open adarshsrivastava11 opened 2 months ago

adarshsrivastava11 commented 2 months ago

Hi, I'm trying to run Parseable on my GCP cloud, but I am not able to connect with my GCS bucket. Getting the following error -

Screenshot 2024-07-08 at 6 35 06 PM

This is my env file -

P_STAGING_DIR=/staging
P_ADDR=0.0.0.0:8000
P_USERNAME=admin
P_PASSWORD=admin
P_S3_URL=https://storage.googleapis.com
P_S3_BUCKET=gcs://testing
P_S3_REGION=asia-south1
nitisht commented 1 month ago

thanks for reporting @adarshsrivastava11 . Can you set P_S3_BUCKET=testing and also ensure S3 Compatibility is set in the GCS console?