Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
g41797 committed Oct 27, 2023
1 parent d105f5e commit 8a8a1d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Any **syslogsidecar** based process consists of:
- syslog server and run-time environment provided by syslogsidecar
- broker specific plugins developed in separated repos

## syslog server component
syslog server component of sidecar:
## syslog server component
syslog server component of sidecar:
- receives logs intended for [syslogd](https://linux.die.net/man/8/syslogd)
- parses, validates and filters messages
- converts messages to easy for further processing _*partname=partvalue*_ format
Expand All @@ -17,7 +17,7 @@ Any **syslogsidecar** based process consists of:
- [RFC5424](<https://tools.ietf.org/html/rfc5424>)


### RFC3164
### RFC3164

RFC3164 is oldest syslog RFC, syslogsidecar supports it for old syslogd clients.

Expand All @@ -30,7 +30,7 @@ Any **syslogsidecar** based process consists of:
- "tag"
- "**content**" (text of the message)

### RFC5424
### RFC5424

RFC5424 message consists of following symbolic parts:
- "priority" (priority = facility * 8 + severity level)
Expand Down

0 comments on commit 8a8a1d1

Please sign in to comment.