Command to post logs to channel
Open
- Dominant language
- Go
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Would be nice to have a `logplex-cli postlogs ` command to send data on a created channel.
in curl this is achieved using:
```
curl -v -H "Content-Type: application/logplex-1" -H "Logplex-Msg-Count: 1" -d "116 <134>1 2012-12-10T03:00:48.123456Z erlang t.d3d544b8-bb81-49d7-a65c-e44d217ff57b console.1 - - Logsplat test message 1" http://token:t.d3d544b8-bb81-49d7-a65c-e44d217ff57b@$(docker-machine ip default):8601/logs
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.