Executable Binary
Start Parseable
Download the relevant binary and start Parseable in local-store mode with the following commands:
This will start Parseable on port 8000. You can access the Parseable Console at http://localhost:8000.
Ingest data
Send your first log event to the demo dataset using below command.
Parseable uses datasets to organize log data. Here we posted a sample log data to the demo dataset, 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 demo dataset under the log explorer page.