Docker Image
Start Parseable
If you don't have the Docker installed already, refer to this doc to install Docker on your machine.
This will start Parseable on port 8000. You can access the Parseable Console at http://localhost:8000.
Ingest data
You can post log data to the dataset demo using a POST call to the dataset endpoint.
Parseable uses datasets to organize log data. Here we posted a sample log data to the dataset demo, by adding the header X-P-Stream: demo
in the request.
Query data
To query the data via Console, login at http://localhost:8000. Default username and password is admin:admin
. Then select the dataset demo and correct time stamp.