LogSeedGet started

Four steps

Seed your LogScale instance

Install the matching parser, create a token, then send the prepared events from your own machine.

  1. Install the marketplace package

    Install apache/http-server version 1.0.1 from the LogScale Marketplace.

  2. Create an ingest token

    Create a token for your repository and associate the marketplace parser apache/http-server version 1.0.1 with 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.

  3. Download the pack

    Download apache-access-v1.zip
  4. Set your cloud URL and send

    The bash script requires python3 (on macOS, install it if python3 is 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.

RegionLOGSCALE_URL
Cloud EUhttps://cloud.humio.com
Cloud UShttps://cloud.us.humio.com
Communityhttps://cloud.community.humio.com

After ingest, example queries live on mylogscale.com.