Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: refine APIs and docs #1

Merged
merged 4 commits into from
Nov 11, 2024
Merged

feat: refine APIs and docs #1

merged 4 commits into from
Nov 11, 2024

Conversation

tisonkun
Copy link
Contributor

@tisonkun tisonkun commented Nov 11, 2024

Verified with vector-rs:

https://vector.dev/docs/reference/configuration/sources/syslog/

sources:
  in:
    type: syslog
    address: 0.0.0.0:514
    mode: udp
    path: /path/to/socket

sinks:
  out:
    inputs:
      - "in"
    type: "console"
    encoding:
      codec: "text"
sources:
  in:
    type: syslog
    address: 0.0.0.0:601
    mode: tcp
    path: /path/to/socket

sinks:
  out:
    inputs:
      - "in"
    type: "console"
    encoding:
      codec: "text"

Signed-off-by: tison <[email protected]>
Signed-off-by: tison <[email protected]>
Signed-off-by: tison <[email protected]>
@tisonkun tisonkun enabled auto-merge (squash) November 11, 2024 18:59
@tisonkun tisonkun merged commit a2d35c1 into main Nov 11, 2024
9 checks passed
@tisonkun tisonkun deleted the v01 branch November 11, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant