Four steps
Seed your LogScale instance
Install the matching parser, create a token, then send the prepared events from your own machine.
Install the marketplace package
Install
apache/http-serverversion1.0.1from the LogScale Marketplace.Create an ingest token
Create a token for your repository and associate the marketplace parser
apache/http-serverversion1.0.1with that ingest token. LogScale docs: associate a parser with an ingest token. The token stays on your machine and is only read by the send script.Download the pack
Download apache-access-v1.zipSet your cloud URL and send
The bash script requires
python3(on macOS, install it ifpython3is missing).export LOGSCALE_URL=https://cloud.humio.com export LOGSCALE_TOKEN=... # do not commit this ./send-to-logscale.sh
Cloud URLs
LOGSCALE_URL is an origin: scheme and host only, with no path.
| Region | LOGSCALE_URL |
|---|---|
| Cloud EU | https://cloud.humio.com |
| Cloud US | https://cloud.us.humio.com |
| Community | https://cloud.community.humio.com |
After ingest, example queries live on mylogscale.com.