Seqcli sample data error: "403 - Only shared or personal signals can be created."
See original GitHub issueI’m running Seq locally in a docker container on windows with port 5341 & 8080 exposed on localhost
I have created the api key with all the permissions :
And when I try to run sqlcli with this command :
docker run --rm -it --network host datalust/seqcli sample setup -s http://127.0.0.1:5341 -a qKQP.....
I have this error message :
The command failed: 403 - Only shared or personal signals can be created.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Command-line Client - Seq Documentation
The Seq client command-line app supports logging (seqcli log), searching (search), tailing (tail), querying (query) and JSON or plain-text log file ...
Read more >Forbidden when posting events to Seq from Serilog.Sinks. ...
After having deleted the rule, Seq started showing logs just fine. Share.
Read more >Cisco Routing and Swithing Quick Review Kit
This Booklet is designed to help CCIE candidates to prepare themselves for the CCIE written and/or the lab exam. However, this is not...
Read more >CCENT Cisco Certified Entry Networking Technician (2013)
EIGRP and RIP can only propagate existing 0/0 via redistributing (for example, from static). OSPF does not understand 0/0 via redistribution unless default- ......
Read more >Loudoun Now for Aug. 29, 2019
7 westbound just west of Loudoun County Parkway. Loudoun County officials will hold a ceremonial groundbreaking for the Ashburn Senior Center on ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @nblumhardt, Thank you for your fast response.
Yes, the command has now succeeded with API key created by User -> Preferences -> API Key. I can see a lot of new Signals, Query and dashboards, but not any events. What date has the samples data ?
Hi @clabnet - if it’s the same issue as above, it will be because you’re using a system API key, rather than a personal one, to configure
seqcli
. Does the command succeed with an API key created through your Seq user preferences screen?