Features
- SQL compatible API for querying log data.
- Intuitive dashboard to parse and query the log data.
- Bring your own analytics platform for deeper analysis of log data.
- Auto inferred schema.
Parseable can be configured using environment variables listed below, with sample values.
export P_S3_URL="https://minio.parseable.io:9000" export P_S3_ACCESS_KEY="minioadmin" export P_S3_SECRET_KEY="minioadmin" export P_S3_REGION="us-east-1" export P_S3_BUCKET="parseable" export P_LOCAL_STORAGE="./data" export P_USERNAME="parseable" export P_PASSWORD="parseable"