Admin guide/Datasource/Applications
Go
Go application for Parseable
Create a log stream
First, we'll need to create a log stream. This is a one time operation, and we recommend storing log entries with same schema in a single log stream. So, for example, you can use one log stream per application (given that all logs from that application have the same schema).
Send logs to the log stream
After log stream is created, you can start sending logs to the log stream using HTTP POST requests.
Querying a log stream
Once you have started sending logs to a log stream, you can query the logs using standard SQL.