Connection parameters from command-line #1
No reviewers
Labels
No labels
bug
circologctl
doc
duplicate
enhancement
help wanted
invalid
question
security
syslog
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: boyska/circolog#1
Loading…
Reference in a new issue
No description provided.
Delete branch "blallo/circolog:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi!
I added three parameters to be passed from command-line:
log-port
is the UDP syslog portquery-port
is the TCP (HTTP) port for queriesaddr
is the address to bound to, used only in the UDP server configurationThere is a shallow control on the ports (integers, and should be in (0,65535]), but no control on the
addr
.As discussed OTR, now there are just two parameter:
syslog-addr
, defaults to127.0.0.1:9514
(UDP)query-addr
, defaults to127.0.0.1:9080
(HTTP)I tried to test also IPv6 support with
--query-addr ::1:12345
but I cannot get it working. IPv4 is (apparently) well-behaved.Pull request closed