mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 09:12:20 +00:00
ass priority to syslog data model
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -6,3 +6,4 @@ set system.@system[-1].log_ip={{ s(log.host) }}
|
||||
set system.@system[-1].log_port={{ s(log.port) }}
|
||||
set system.@system[-1].log_proto={{ s(log.proto) }}
|
||||
set system.@system[-1].log_size={{ s(log.size) }}
|
||||
set system.@system[-1].log_priority={{ s(log.priority) }}
|
||||
|
||||
@@ -33,3 +33,10 @@ properties:
|
||||
type: integer
|
||||
minimum: 32
|
||||
default: 1000
|
||||
priority:
|
||||
description:
|
||||
Filter messages by their log priority. the value maps directly to the 0-7
|
||||
range used by syslog.
|
||||
type: integer
|
||||
minimum: 0
|
||||
default: 7
|
||||
|
||||
Reference in New Issue
Block a user